diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-14 11:03:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-14 11:03:47 +0000 |
commit | a4355962334845bfe9c5c82d6961a6d5f33873dd (patch) | |
tree | 05625033831f2ed855ef3ed66ff929bccfaf99ab | |
parent | 863da1863cc34a4a347846bdf34d8358e99b8bd8 (diff) | |
download | upstream-a4355962334845bfe9c5c82d6961a6d5f33873dd.tar.gz upstream-a4355962334845bfe9c5c82d6961a6d5f33873dd.tar.bz2 upstream-a4355962334845bfe9c5c82d6961a6d5f33873dd.zip |
lantiq: vgv7519: fix irq and disable pcie
Signed-off-by: Eddi De Pieri <eddi@depieri.net>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42905 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/lantiq/dts/VGV7519.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 05c8aea30b..9af08a7873 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -201,11 +201,15 @@ lantiq,delay-lo = <0>; /* 0.0ns delay */ interrupt-map-mask = <0xf800 0x0 0x0 0x7>; interrupt-map = < - 0x7000 0 0 1 &icu0 29 1 // slot 14, irq 29 + 0x7000 0 0 1 &icu0 30 1 // slot 14, irq 30 >; gpio-reset = <&gpio 21 0>; req-mask = <0x1>; /* GNT1 */ }; + + pcie@d900000 { + status = "disabled"; + }; }; gphy-xrx200 { |