Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Philippe Cornu and committed by
Alexandre Torgue
09a31aed 2ff04d0f

+1 -1
+1 -1
arch/arm/boot/dts/stm32f469-disco.dts
··· 112 112 vcc5v_otg: vcc5v-otg-regulator { 113 113 compatible = "regulator-fixed"; 114 114 enable-active-high; 115 - gpio = <&gpiob 2 0>; 115 + gpio = <&gpiob 2 GPIO_ACTIVE_HIGH>; 116 116 regulator-name = "vcc5_host1"; 117 117 regulator-always-on; 118 118 };