diff options
author | John Crispin <john@openwrt.org> | 2014-10-14 11:04:25 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-14 11:04:25 +0000 |
commit | 0f790247e305cd62376e29dfc15f529aeba1ac1c (patch) | |
tree | 4edd08ac839010f86aa73c7906673dd6f508f136 /target/linux/lantiq/dts | |
parent | 99c238ff15ddfbdb16c82e3b219ada67c02e0a0f (diff) | |
download | upstream-0f790247e305cd62376e29dfc15f529aeba1ac1c.tar.gz upstream-0f790247e305cd62376e29dfc15f529aeba1ac1c.tar.bz2 upstream-0f790247e305cd62376e29dfc15f529aeba1ac1c.zip |
lantiq: allow pcie to be disabled by dts + vgv7519 fix pci irq + disable pcie by dts
Signed-off-by: Eddi De Pieri <eddi@depieri.net>
SVN-Revision: 42907
Diffstat (limited to 'target/linux/lantiq/dts')
-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 146d06ad71..e67c07f417 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -206,11 +206,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 { |