diff options
author | Philippe Cornu <philippe.cornu@st.com> | 2018-02-15 11:20:00 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-05-04 10:45:50 +0300 |
commit | 09a31aeddecdf3cac298b5a7767ab31a17e50849 (patch) | |
tree | 23852245b5d6affc7606fea345639e50a22a3df1 /arch/arm/boot/dts/stm32f469-disco.dts | |
parent | 2ff04d0f537fcb8ff033b4ae97e5e0751e21de5e (diff) | |
download | linux-09a31aeddecdf3cac298b5a7767ab31a17e50849.tar.xz |
ARM: dts: stm32: Use gpio bindings in stm32f469-disco
Use gpio bindings for vcc5v_otg.
Signed-off-by: Philippe Cornu <philippe.cornu@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32f469-disco.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32f469-disco.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts index 2f76726bf335..2933bbdfaf8f 100644 --- a/arch/arm/boot/dts/stm32f469-disco.dts +++ b/arch/arm/boot/dts/stm32f469-disco.dts @@ -112,7 +112,7 @@ vcc5v_otg: vcc5v-otg-regulator { compatible = "regulator-fixed"; enable-active-high; - gpio = <&gpiob 2 0>; + gpio = <&gpiob 2 GPIO_ACTIVE_HIGH>; regulator-name = "vcc5_host1"; regulator-always-on; }; |