summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stm32f469-disco.dts
diff options
context:
space:
mode:
authorPhilippe Cornu <philippe.cornu@st.com>2018-02-15 09:20:00 +0100
committerAlexandre Torgue <alexandre.torgue@st.com>2018-05-04 09:45:50 +0200
commit09a31aeddecdf3cac298b5a7767ab31a17e50849 (patch)
tree23852245b5d6affc7606fea345639e50a22a3df1 /arch/arm/boot/dts/stm32f469-disco.dts
parent2ff04d0f537fcb8ff033b4ae97e5e0751e21de5e (diff)
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.dts2
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;
};