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


Groups > linux.kernel > #1643898 > unrolled thread

[PATCH v6 4/9] arm64: allwinner: a64: add AXP803 node to Pine64 device tree

Started byIcenowy Zheng <icenowy@aosc.io>
First post2017-05-18 09:20 +0200
Last post2017-05-19 04:30 +0200
Articles 2 — 2 participants

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 v6 4/9] arm64: allwinner: a64: add AXP803 node to Pine64 device tree Icenowy Zheng <icenowy@aosc.io> - 2017-05-18 09:20 +0200
    Re: [linux-sunxi] [PATCH v6 4/9] arm64: allwinner: a64: add AXP803  node to Pine64 device tree Chen-Yu Tsai <wens@csie.org> - 2017-05-19 04:30 +0200

#1643898 — [PATCH v6 4/9] arm64: allwinner: a64: add AXP803 node to Pine64 device tree

FromIcenowy Zheng <icenowy@aosc.io>
Date2017-05-18 09:20 +0200
Subject[PATCH v6 4/9] arm64: allwinner: a64: add AXP803 node to Pine64 device tree
Message-ID<tInT6-6TZ-43@gated-at.bofh.it>
The Pine64 (including Pine64+) boards have an AXP803 as its main PMIC.

Add its device node.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
---
Changes in v6:
- Rebase on next-20170517.

 arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts
index 7c533b6d4ba9..36001884ed33 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts
@@ -107,6 +107,17 @@
 	status = "okay";
 };
 
+&r_rsb {
+	status = "okay";
+
+	axp803: pmic@3a3 {
+		compatible = "x-powers,axp803";
+		reg = <0x3a3>;
+		interrupt-parent = <&r_intc>;
+		interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
+	};
+};
+
 /* On Exp and Euler connectors */
 &uart0 {
 	pinctrl-names = "default";
-- 
2.12.2

[toc] | [next] | [standalone]


#1645129 — Re: [linux-sunxi] [PATCH v6 4/9] arm64: allwinner: a64: add AXP803 node to Pine64 device tree

FromChen-Yu Tsai <wens@csie.org>
Date2017-05-19 04:30 +0200
SubjectRe: [linux-sunxi] [PATCH v6 4/9] arm64: allwinner: a64: add AXP803 node to Pine64 device tree
Message-ID<tIFPX-3RD-3@gated-at.bofh.it>
In reply to#1643898
On Thu, May 18, 2017 at 3:16 PM, Icenowy Zheng <icenowy@aosc.io> wrote:
> The Pine64 (including Pine64+) boards have an AXP803 as its main PMIC.
>
> Add its device node.
>
> Signed-off-by: Icenowy Zheng <icenowy@aosc.io>

Reviewed-by: Chen-Yu Tsai <wens@csie.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web