ARM: dts: stm32: Use gpio bindings in stm32f469-disco
authorPhilippe Cornu <philippe.cornu@st.com>
Thu, 15 Feb 2018 08:20:00 +0000 (09:20 +0100)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 4 May 2018 07:45:50 +0000 (09:45 +0200)
Use gpio bindings for vcc5v_otg.

Signed-off-by: Philippe Cornu <philippe.cornu@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32f469-disco.dts

index 2f76726bf335b4aee8654083fd47893b29cfd9af..2933bbdfaf8f5333ca0b2b3c9f8606db7b3bdd87 100644 (file)
        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;
        };