Commit b8c725e7 authored by Tom Rini's avatar Tom Rini
Browse files

Merge tag 'u-boot-stm32-20210106' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm

- Fix GPIO hog flags on DHCOM boards
parents c2d80bbd ec4efd5a
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
*/ */
usb-hub { usb-hub {
gpio-hog; gpio-hog;
gpios = <8 GPIO_ACTIVE_HIGH>; gpios = <8 0>;
output-high; output-high;
line-name = "rs485-rx-en"; line-name = "rs485-rx-en";
}; };
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
*/ */
usb-hub { usb-hub {
gpio-hog; gpio-hog;
gpios = <2 GPIO_ACTIVE_HIGH>; gpios = <2 0>;
output-high; output-high;
line-name = "usb-hub-reset"; line-name = "usb-hub-reset";
}; };
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
*/ */
usb-port-power { usb-port-power {
gpio-hog; gpio-hog;
gpios = <13 GPIO_ACTIVE_LOW>; gpios = <13 0>;
output-low; output-low;
line-name = "usb-port-power"; line-name = "usb-port-power";
}; };
......
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