diff options
| author | Alexandre Torgue <alexandre.torgue@st.com> | 2019-10-07 17:34:02 +0300 |
|---|---|---|
| committer | Alexandre Torgue <alexandre.torgue@st.com> | 2019-10-25 15:28:42 +0300 |
| commit | 2e7f46e13b3b29abeb201461535a529d0b8f3abc (patch) | |
| tree | 87822a0c8390ac5a620ea4a47d0135fa99393ef7 | |
| parent | 49bb8b69b52439f6ad9931b8d2ecfa5c196c9c44 (diff) | |
| download | linux-2e7f46e13b3b29abeb201461535a529d0b8f3abc.tar.xz | |
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>
| -rw-r--r-- | arch/arm/boot/dts/stm32mp157c-ed1.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-ed1.dts b/arch/arm/boot/dts/stm32mp157c-ed1.dts index 1d426ea8bdaf..329853d9b1de 100644 --- a/arch/arm/boot/dts/stm32mp157c-ed1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ed1.dts @@ -100,7 +100,8 @@ gpios = <&gpiof 14 GPIO_ACTIVE_HIGH>; gpios-states = <0>; - states = <1800000 0x1 2900000 0x0>; + states = <1800000 0x1>, + <2900000 0x0>; }; }; |
