diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-20 14:24:30 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-20 14:24:30 +0000 |
commit | 153b6b712227ae475b89862857c77c69684dc486 (patch) | |
tree | e3776c98e9c17bc1911494724fa3b35f690f2091 /target/linux/lantiq | |
parent | 19570640aaf82a739da1c25f7e21da1d154ac975 (diff) | |
download | master-187ad058-153b6b712227ae475b89862857c77c69684dc486.tar.gz master-187ad058-153b6b712227ae475b89862857c77c69684dc486.tar.bz2 master-187ad058-153b6b712227ae475b89862857c77c69684dc486.zip |
lantiq: fix usb on sx76x
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38083 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/dts/GIGASX76X.dts | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/target/linux/lantiq/dts/GIGASX76X.dts b/target/linux/lantiq/dts/GIGASX76X.dts index d828703537..b4bb95649d 100644 --- a/target/linux/lantiq/dts/GIGASX76X.dts +++ b/target/linux/lantiq/dts/GIGASX76X.dts @@ -65,10 +65,6 @@ lantiq,groups = "stp"; lantiq,function = "stp"; }; - pci { - lantiq,groups = "gnt1", "req1"; - lantiq,function = "pci"; - }; }; }; @@ -89,7 +85,7 @@ status = "okay"; lantiq,internal-clock; gpio-reset = <&gpio 21 0>; - req-mask = <0xf>; + req-mask = <0x1>; }; }; |