Commit 2e7f46e1 authored by Alexandre Torgue's avatar Alexandre Torgue

ARM: dts: stm32: fix regulator-sd_switch node on stm32mp157c-ed1 board

This commit fixes regulator-sd_switch node in order to be compliant to
DT validation schema.
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 49bb8b69
......@@ -100,7 +100,8 @@ sd_switch: regulator-sd_switch {
gpios = <&gpiof 14 GPIO_ACTIVE_HIGH>;
gpios-states = <0>;
states = <1800000 0x1 2900000 0x0>;
states = <1800000 0x1>,
<2900000 0x0>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment