[U-Boot] [PATCH 1/2] dt: sun8i: Perfect r_pio node of the A83T
Ziping Chen
techping.chan at gmail.com
Fri Jun 9 13:24:18 UTC 2017
From: Ziping Chen <techping.chan at gmail.com>
Perfect `r_pio` node of the A83T based on `pio` node.
Signed-off-by: Ziping Chen <techping.chan at 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
More information about the U-Boot
mailing list