ARM: dts: stm32: fix regulator-sd_switch node on stm32mp157c-ed1 board
authorAlexandre Torgue <alexandre.torgue@st.com>
Mon, 7 Oct 2019 14:34:02 +0000 (16:34 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 25 Oct 2019 12:28:42 +0000 (14:28 +0200)
This commit fixes regulator-sd_switch node in order to be compliant to
DT validation schema.

Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ed1.dts

index 1d426ea8bdafafbcb4db64e9564c6f5d4a9b669c..329853d9b1de308b0702e892e54c17e1d720588b 100644 (file)
 
                gpios = <&gpiof 14 GPIO_ACTIVE_HIGH>;
                gpios-states = <0>;
-               states = <1800000 0x1 2900000 0x0>;
+               states = <1800000 0x1>,
+                        <2900000 0x0>;
        };
 };