ramips: ZyXEL Keenetic Omni/Omni2: export gpio usb power

Export gpio usb to allow power management of USB port.

Signed-off-by: Vitaly Chekryzhev <13hakta@gmail.com>
v19.07.3_mercusys_ac12_duma
Vitaly Chekryzhev 7 years ago committed by Jo-Philipp Wich
parent 0352cc6b19
commit 9a53e1bdf9

@ -56,6 +56,17 @@
linux,code = <BTN_0>;
};
};
gpio_export {
compatible = "gpio-export";
#size-cells = <0>;
usb_power {
gpio-export,name = "usb";
gpio-export,output = <1>;
gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
};
};
};
&spi0 {

@ -56,6 +56,17 @@
linux,code = <BTN_0>;
};
};
gpio_export {
compatible = "gpio-export";
#size-cells = <0>;
usb_power {
gpio-export,name = "usb";
gpio-export,output = <1>;
gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
};
};
};
&spi0 {

Loading…
Cancel
Save