Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1739826 > unrolled thread

[PATCH v2 10/10] ARM: dts: sun8i: bananapi-m3: include axp813 dtsi

Started byQuentin Schulz <quentin.schulz@free-electrons.com>
First post2017-09-26 14:20 +0200
Last post2017-09-26 14:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 10/10] ARM: dts: sun8i: bananapi-m3: include axp813 dtsi Quentin Schulz <quentin.schulz@free-electrons.com> - 2017-09-26 14:20 +0200

#1739826 — [PATCH v2 10/10] ARM: dts: sun8i: bananapi-m3: include axp813 dtsi

FromQuentin Schulz <quentin.schulz@free-electrons.com>
Date2017-09-26 14:20 +0200
Subject[PATCH v2 10/10] ARM: dts: sun8i: bananapi-m3: include axp813 dtsi
Message-ID<utX0e-4FS-17@gated-at.bofh.it>
This board has an AXP813 PMIC so let's include its dtsi.

Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
---
 arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts b/arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts
index 2bafd7e..0bf04a3 100644
--- a/arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts
+++ b/arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts
@@ -91,7 +91,7 @@
 &r_rsb {
 	status = "okay";
 
-	axp81x: pmic@3a3 {
+	axp813: pmic@3a3 {
 		compatible = "x-powers,axp813";
 		reg = <0x3a3>;
 		interrupt-parent = <&r_intc>;
@@ -123,6 +123,8 @@
 	};
 };
 
+#include "axp813.dtsi"
+
 &reg_usb1_vbus {
 	gpio = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* PD24 */
 	status = "okay";
-- 
git-series 0.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web