From: Philippe Cornu Date: Thu, 15 Feb 2018 08:20:00 +0000 (+0100) Subject: ARM: dts: stm32: Use gpio bindings in stm32f469-disco X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=09a31aeddecdf3cac298b5a7767ab31a17e50849;p=linux.git ARM: dts: stm32: Use gpio bindings in stm32f469-disco Use gpio bindings for vcc5v_otg. Signed-off-by: Philippe Cornu Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32f469-disco.dts b/arch/arm/boot/dts/stm32f469-disco.dts index 2f76726bf335b..2933bbdfaf8f5 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; };