]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: dra7: Add dt node for the syscon control module wkup
authorDave Gerlach <d-gerlach@ti.com>
Wed, 18 May 2016 23:36:31 +0000 (18:36 -0500)
committerTony Lindgren <tony@atomide.com>
Fri, 10 Jun 2016 11:58:07 +0000 (04:58 -0700)
Create a system control module node for the control module portion that
resides under l4_wkup.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi

index d8c0dd1024f0f6b96fae300ef3cf9310231398c8..cc4cb76431f6cf9e304e1cdb4684f223ca894a87 100644 (file)
                                prm_clockdomains: clockdomains {
                                };
                        };
+
+                       scm_wkup: scm_conf@c000 {
+                               compatible = "syscon";
+                               reg = <0xc000 0x1000>;
+                       };
                };
 
                axi@0 {