ipq806x: ArcherC2600: export usb power pins

Signed-off-by: Henryk Heisig <hyniu@o2.pl>
lede-17.01
Henryk Heisig 2016-10-29 22:19:32 +02:00 committed by John Crispin
parent dbf2feb2b3
commit 0744b6a044
1 changed files with 16 additions and 0 deletions

View File

@ -440,6 +440,22 @@
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 {