This adds the Gemini power controller to the SoC DTSI
file.

Cc: Janos Laube <[email protected]>
Cc: Paulius Zaleckas <[email protected]>
Cc: Hans Ulli Kroll <[email protected]>
Cc: Florian Fainelli <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
---
Sebastian: this patch is just for context.
I will funnel the ARM parts through the ARM SoC tree.
---
 arch/arm/boot/dts/gemini.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/gemini.dtsi b/arch/arm/boot/dts/gemini.dtsi
index df5630958038..8a2501239ae5 100644
--- a/arch/arm/boot/dts/gemini.dtsi
+++ b/arch/arm/boot/dts/gemini.dtsi
@@ -70,6 +70,12 @@
                #interrupt-cells = <2>;
        };
 
+       power-controller@4b000000 {
+               compatible = "cortina,gemini-power-controller";
+               reg = <0x4b000000 0x100>;
+               interrupts = <26 IRQ_TYPE_EDGE_FALLING>;
+       };
+
        gpio0: gpio@4d000000 {
                compatible = "cortina,gemini-gpio";
                reg = <0x4d000000 0x100>;
-- 
2.9.3
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to