diff mbox

[U-Boot,1/2] dt: sun8i: Perfect r_pio node of the A83T

Message ID 20170609132419.21716-1-techping.chan@gmail.com
State Changes Requested
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

techping.chan@gmail.com June 9, 2017, 1:24 p.m. UTC
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 mbox

Patch

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>;
 		};
 	};
 };