ipq806x: ArcherC2600: export usb power pins
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
This commit is contained in:
parent
dbf2feb2b3
commit
0744b6a044
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user