mirror of https://github.com/hak5/openwrt.git
ipq806x: ArcherC2600: export usb power pins
Signed-off-by: Henryk Heisig <hyniu@o2.pl>lede-17.01
parent
dbf2feb2b3
commit
0744b6a044
|
@ -440,6 +440,22 @@
|
||||||
gpios = <&qcom_pinmux 66 GPIO_ACTIVE_HIGH>;
|
gpios = <&qcom_pinmux 66 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gpio_export {
|
||||||
|
compatible = "gpio-export";
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
usb1_power {
|
||||||
|
gpio-export,name = "usb1_power";
|
||||||
|
gpio-export,output = <1>;
|
||||||
|
gpios = <&qcom_pinmux 25 GPIO_ACTIVE_HIGH>;
|
||||||
|
};
|
||||||
|
usb2_power {
|
||||||
|
gpio-export,name = "usb2_power";
|
||||||
|
gpio-export,output = <1>;
|
||||||
|
gpios = <&qcom_pinmux 23 GPIO_ACTIVE_HIGH>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&adm_dma {
|
&adm_dma {
|
||||||
|
|
Loading…
Reference in New Issue