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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -100,7 +100,8 @@

		gpios = <&gpiof 14 GPIO_ACTIVE_HIGH>;
		gpios-states = <0>;
		states = <1800000 0x1 2900000 0x0>;
		states = <1800000 0x1>,
			 <2900000 0x0>;
	};
};