diff options
author | John Crispin <john@openwrt.org> | 2013-01-10 06:44:58 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-01-10 06:44:58 +0000 |
commit | 64910f449024c18e624a498d1daa3deadeced99c (patch) | |
tree | 87c9c13e63e25f50a3fb3de46e9dff6be3ad0a0c /target | |
parent | 9348998887d5fccfd777a0e5f4faff3b6c3dc85c (diff) | |
download | upstream-64910f449024c18e624a498d1daa3deadeced99c.tar.gz upstream-64910f449024c18e624a498d1daa3deadeced99c.tar.bz2 upstream-64910f449024c18e624a498d1daa3deadeced99c.zip |
fixes USB reset on ARV7518
SVN-Revision: 35077
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 7f04c64c8f..532b00a664 100644 --- a/target/linux/lantiq/image/ARV7518PW.dts +++ b/target/linux/lantiq/image/ARV7518PW.dts @@ -112,7 +112,7 @@ ifxhcd@E101000 { status = "okay"; - gpio-reset = <&gpio 14 0>; + gpio-reset = <&gpio 14 1>; }; pci@E105400 { |