2
0
forked from Ivasoft/openwrt

ipq806x: add usb pins to r7800 dts file

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2016-08-15 22:54:23 +02:00
parent 35be928466
commit 00516611bd
2 changed files with 183 additions and 0 deletions

View File

@@ -365,6 +365,23 @@
gpios = <&qcom_pinmux 67 0>;
};
};
gpio_export {
compatible = "gpio-export";
#size-cells = <0>;
display_data {
gpio-export,name = "usb0";
gpio-export,output = <1>;
gpios = <&qcom_pinmux 15 0>;
};
display_clock {
gpio-export,name = "usb1";
gpio-export,output = <1>;
gpios = <&qcom_pinmux 16 0>;
};
};
};
&adm_dma {