mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
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: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
parent
49bb8b69b5
commit
2e7f46e13b
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user