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>
This commit is contained in:
Philippe Cornu 2018-02-15 09:20:00 +01:00 committed by Alexandre Torgue
parent 2ff04d0f53
commit 09a31aedde

View File

@ -112,7 +112,7 @@ button@0 {
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;
};