diff options
author | John Crispin <john@openwrt.org> | 2013-01-28 17:43:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-01-28 17:43:35 +0000 |
commit | 0183df8ed9155b813564aafadace08ee04d64456 (patch) | |
tree | 917808e94eb676dc9c1fb135a331980360afc036 /target/linux/lantiq/image | |
parent | 3534757bb9d3cbf9ed0a92932b1130a172104d28 (diff) | |
download | mtk-20170518-0183df8ed9155b813564aafadace08ee04d64456.zip mtk-20170518-0183df8ed9155b813564aafadace08ee04d64456.tar.gz mtk-20170518-0183df8ed9155b813564aafadace08ee04d64456.tar.bz2 |
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>
SVN-Revision: 35354
Diffstat (limited to 'target/linux/lantiq/image')
-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 cbebd70..1439c67 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 { |