diff options
| author | Philippe Cornu <[email protected]> | 2018-02-15 09:20:00 +0100 |
|---|---|---|
| committer | Alexandre Torgue <[email protected]> | 2018-05-04 09:45:50 +0200 |
| commit | 09a31aeddecdf3cac298b5a7767ab31a17e50849 (patch) | |
| tree | 23852245b5d6affc7606fea345639e50a22a3df1 | |
| parent | 2ff04d0f537fcb8ff033b4ae97e5e0751e21de5e (diff) | |
ARM: dts: stm32: Use gpio bindings in stm32f469-disco
Use gpio bindings for vcc5v_otg.
Signed-off-by: Philippe Cornu <[email protected]>
Signed-off-by: Alexandre Torgue <[email protected]>
| -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; }; |