- Fix GPIO hog flags on DHCOM boards
This commit is contained in:
Tom Rini
2021-01-06 07:48:19 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
*/
usb-hub {
gpio-hog;
gpios = <8 GPIO_ACTIVE_HIGH>;
gpios = <8 0>;
output-high;
line-name = "rs485-rx-en";
};
@@ -65,7 +65,7 @@
*/
usb-hub {
gpio-hog;
gpios = <2 GPIO_ACTIVE_HIGH>;
gpios = <2 0>;
output-high;
line-name = "usb-hub-reset";
};

View File

@@ -37,7 +37,7 @@
*/
usb-port-power {
gpio-hog;
gpios = <13 GPIO_ACTIVE_LOW>;
gpios = <13 0>;
output-low;
line-name = "usb-port-power";
};