diff options
author | John Crispin <blogic@openwrt.org> | 2013-01-28 17:43:35 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-01-28 17:43:35 +0000 |
commit | 1c3c233117fc06f3a827f2afa2ebb787bf4356c4 (patch) | |
tree | bd9788b64e7288201b5472d1ef7f773cac73d40f /target/linux/lantiq | |
parent | 33fa22f86829dcfaf6ccb97bde0e8a6bd7fc1454 (diff) | |
download | upstream-1c3c233117fc06f3a827f2afa2ebb787bf4356c4.tar.gz upstream-1c3c233117fc06f3a827f2afa2ebb787bf4356c4.tar.bz2 upstream-1c3c233117fc06f3a827f2afa2ebb787bf4356c4.zip |
[lantiq] Fix ARV7518 USB
This patch correctly fixes USB on Lantiq ARV7518.
There was a failed attempt on fixing this on r35077 (https://dev.openwrt.org/changeset/35077/).
Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35354 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/image/ARV7518PW.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/ARV7518PW.dts b/target/linux/lantiq/image/ARV7518PW.dts index cbebd70aa5..1439c67b20 100644 --- a/target/linux/lantiq/image/ARV7518PW.dts +++ b/target/linux/lantiq/image/ARV7518PW.dts @@ -114,7 +114,7 @@ ifxhcd@E101000 { status = "okay"; - gpio-reset = <&gpio 14 1>; + gpios = <&gpio 14 0>; }; pci@E105400 { |