diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-28 17:43:35 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-28 17:43:35 +0000 |
commit | 2883efeff7bb4b7aad1ff37ba7be22ae7b099f7b (patch) | |
tree | bd9788b64e7288201b5472d1ef7f773cac73d40f /target | |
parent | 0f80f4f29fe5e21e53a74459aa5956e018447f60 (diff) |
[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')
-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 { |