]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: stm32: Add syscfg on stm32mp1
authorChristophe Roullier <christophe.roullier@st.com>
Wed, 23 May 2018 15:47:00 +0000 (17:47 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 13 Jul 2018 11:57:02 +0000 (13:57 +0200)
System configuration controller is mainly used to manage
the compensation cell and other IOs and system related
settings.

Signed-off-by: Christophe Roullier <christophe.roullier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c.dtsi

index 518383020b68fd640acad834e4f64562e8557a0a..37d9fcb469d7f7553d9759b5808daef2b6648c0b 100644 (file)
@@ -831,6 +831,11 @@ exti: interrupt-controller@5000d000 {
                        reg = <0x5000d000 0x400>;
                };
 
+               syscfg: syscon@50020000 {
+                       compatible = "st,stm32mp157-syscfg", "syscon";
+                       reg = <0x50020000 0x400>;
+               };
+
                lptimer2: timer@50021000 {
                        #address-cells = <1>;
                        #size-cells = <0>;