diff options
author | John Crispin <john@openwrt.org> | 2014-06-16 18:54:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-16 18:54:33 +0000 |
commit | e6c46554bbfab2128d459943031de1dceb7e30cc (patch) | |
tree | 837b6d1248357ed40b7fae448e83a8d31edc9363 | |
parent | a5df7c0a17904787166e597e09fccfbffffb560c (diff) | |
download | upstream-e6c46554bbfab2128d459943031de1dceb7e30cc.tar.gz upstream-e6c46554bbfab2128d459943031de1dceb7e30cc.tar.bz2 upstream-e6c46554bbfab2128d459943031de1dceb7e30cc.zip |
lantiq: fixup vgv7519 usb support
https://dev.openwrt.org/ticket/16800
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41213
-rw-r--r-- | target/linux/lantiq/dts/VGV7519.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 8ef9114498..8e2b6e5902 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -184,7 +184,7 @@ ifxhcd@E101000 { status = "okay"; - gpios = <&gpio 33 0>; + gpios = <&gpio 32 0>; lantiq,portmask = <0x3>; }; |