Commit 09a31aed authored by Philippe Cornu's avatar Philippe Cornu Committed by Alexandre Torgue

ARM: dts: stm32: Use gpio bindings in stm32f469-disco

Use gpio bindings for vcc5v_otg.
Signed-off-by: default avatarPhilippe Cornu <philippe.cornu@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 2ff04d0f
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment