summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sun50i-h6-pine-h64.dts
diff options
context:
space:
mode:
authorClément Péron <peron.clem@gmail.com>2019-08-25 18:04:18 +0200
committerJagan Teki <jagan@amarulasolutions.com>2019-10-25 14:40:25 +0530
commitcf05b4b86c60b1083661d8eddb024172923479f1 (patch)
tree4e116babdcc59f0f952652c1c162036e1e9a0b15 /arch/arm/dts/sun50i-h6-pine-h64.dts
parente6467df1eb3acc238c14a712c46c41bd5c9b1e52 (diff)
arm: dts: sync dts for Allwinner H6
Sync Kernel DTS for Allwinner H6 boards. Drop /omit-if-no-ref/ keyword as it's not supported by U-boot. commit <d45331b00ddb> Linux 5.3-rc4 Signed-off-by: Clément Péron <peron.clem@gmail.com> Acked-by: Maxime Ripard <mripard@kernel.org> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm/dts/sun50i-h6-pine-h64.dts')
-rw-r--r--arch/arm/dts/sun50i-h6-pine-h64.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/dts/sun50i-h6-pine-h64.dts b/arch/arm/dts/sun50i-h6-pine-h64.dts
index 4802902e12..1898345183 100644
--- a/arch/arm/dts/sun50i-h6-pine-h64.dts
+++ b/arch/arm/dts/sun50i-h6-pine-h64.dts
@@ -127,6 +127,12 @@
status = "okay";
};
+&pio {
+ vcc-pc-supply = <&reg_bldo2>;
+ vcc-pd-supply = <&reg_cldo1>;
+ vcc-pg-supply = <&reg_aldo1>;
+};
+
&r_i2c {
status = "okay";
@@ -243,10 +249,16 @@
pcf8563: rtc@51 {
compatible = "nxp,pcf8563";
reg = <0x51>;
+ interrupt-parent = <&r_intc>;
+ interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
#clock-cells = <0>;
};
};
+&r_pio {
+ vcc-pm-supply = <&reg_aldo1>;
+};
+
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_ph_pins>;