diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-01 21:21:00 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-01-01 21:21:00 +0000 |
commit | f60c57f2ece07904da5345d8a668866bb4130a27 (patch) | |
tree | b606eae644b4916d2d7b901528c94b23fea05750 /target | |
parent | aac9c6b7dfa152b12e7e445545223e260c2fd878 (diff) | |
download | master-187ad058-f60c57f2ece07904da5345d8a668866bb4130a27.tar.gz master-187ad058-f60c57f2ece07904da5345d8a668866bb4130a27.tar.bz2 master-187ad058-f60c57f2ece07904da5345d8a668866bb4130a27.zip |
lantiq: Add the xbar to vr9.dts
linux 4.4 (since commit 08b3c894e56580b8ed3e601212a25bda974c3cc2
"MIPS: lantiq: Disable xbar fpi burst mode") requires that the xbar is
defined in the .dts of vrx200 (VR9) SoCs.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48056 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/vr9.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/vr9.dtsi b/target/linux/lantiq/dts/vr9.dtsi index 136483ae9a..df63ce7240 100644 --- a/target/linux/lantiq/dts/vr9.dtsi +++ b/target/linux/lantiq/dts/vr9.dtsi @@ -75,6 +75,11 @@ interrupt-parent = <&icu0>; interrupts = <115>; }; + + xbar0: xbar@400000 { + compatible = "lantiq,xbar-xway"; + reg = <0x400000 0x1000>; + }; }; fpi@10000000 { @@ -184,7 +189,6 @@ 0xE105400 0x400>; /* pci bridge */ status = "disabled"; }; - }; vdsl { |