public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] dt: sun8i: Perfect r_pio node of the A83T
@ 2017-06-09 13:24 Ziping Chen
  2017-06-09 13:24 ` [U-Boot] [PATCH 2/2] ARM: sunxi: add support for Sinlinx SinA83T Ziping Chen
  0 siblings, 1 reply; 5+ messages in thread
From: Ziping Chen @ 2017-06-09 13:24 UTC (permalink / raw)
  To: u-boot

From: Ziping Chen <techping.chan@gmail.com>

Perfect `r_pio` node of the A83T based on `pio` node.

Signed-off-by: Ziping Chen <techping.chan@gmail.com>
---
 arch/arm/dts/sun8i-a83t.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/dts/sun8i-a83t.dtsi b/arch/arm/dts/sun8i-a83t.dtsi
index 0fe73e173f..128fe954c4 100644
--- a/arch/arm/dts/sun8i-a83t.dtsi
+++ b/arch/arm/dts/sun8i-a83t.dtsi
@@ -257,6 +257,11 @@
 			compatible = "allwinner,sun8i-a83t-r-pinctrl";
 			reg = <0x01f02c00 0x400>;
 			interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&osc24M>;
+			gpio-controller;
+			interrupt-controller;
+			#interrupt-cells = <3>;
+			#gpio-cells = <3>;
 		};
 	};
 };
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-11  7:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09 13:24 [U-Boot] [PATCH 1/2] dt: sun8i: Perfect r_pio node of the A83T Ziping Chen
2017-06-09 13:24 ` [U-Boot] [PATCH 2/2] ARM: sunxi: add support for Sinlinx SinA83T Ziping Chen
2017-06-09 16:51   ` Maxime Ripard
2017-06-09 17:37     ` Ziping Chen
2017-06-11  7:44       ` [U-Boot] [linux-sunxi] " Jagan Teki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox