diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-29 00:42:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-29 00:42:50 +0000 |
commit | 6fd5449198d81342869951480d793d9fd95de9e0 (patch) | |
tree | e38e660252aeadd208798624d06184f255e95b19 /target/linux/lantiq/dts/ar9.dtsi | |
parent | 022855baf2e420a63cf9655bbc96d8915a4e8fd1 (diff) | |
download | upstream-6fd5449198d81342869951480d793d9fd95de9e0.tar.gz upstream-6fd5449198d81342869951480d793d9fd95de9e0.tar.bz2 upstream-6fd5449198d81342869951480d793d9fd95de9e0.zip |
lantiq: Make the ar9.dtsi sram node match "simple-bus"
All other SoC types are using "lantiq,sram" and "simple-bus" to ensure
that all child nodes are set up correctly during linux kernel
initialization (plat_of_setup(void) in arch/mips/lantiq/prom.c). Without
this some of sram child nodes might not be parsed.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 48548
Diffstat (limited to 'target/linux/lantiq/dts/ar9.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/ar9.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/ar9.dtsi b/target/linux/lantiq/dts/ar9.dtsi index 0be95c3711..9feb8a0e51 100644 --- a/target/linux/lantiq/dts/ar9.dtsi +++ b/target/linux/lantiq/dts/ar9.dtsi @@ -40,7 +40,7 @@ sram@1F000000 { #address-cells = <1>; #size-cells = <1>; - compatible = "lantiq,sram"; + compatible = "lantiq,sram", "simple-bus"; reg = <0x1F000000 0x800000>; ranges = <0x0 0x1F000000 0x7FFFFF>; |