From: Andrew Davis Date: Wed, 2 Aug 2023 15:33:27 +0000 (-0500) Subject: ARM: dts: nspire: Fix sram node to conform with DT binding X-Git-Tag: kvm-x86-next-2023.09.07~98^2~26 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=08fcaae1dc8887bd899266785d1e9081dca4b97e;p=users%2Fdwmw2%2Flinux.git ARM: dts: nspire: Fix sram node to conform with DT binding This node does not follow the DT binding schema, correct this. Should result in no functional change. Signed-off-by: Andrew Davis Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/boot/dts/nspire/nspire.dtsi b/arch/arm/boot/dts/nspire/nspire.dtsi index cb72370515126..f979b28e2576e 100644 --- a/arch/arm/boot/dts/nspire/nspire.dtsi +++ b/arch/arm/boot/dts/nspire/nspire.dtsi @@ -26,8 +26,15 @@ }; sram: sram@a4000000 { - device = "memory"; - reg = <0xa4000000 0x20000>; + compatible = "mmio-sram"; + reg = <0xa4000000 0x20000>; /* 128k */ + #address-cells = <1>; + #size-cells = <1>; + ranges = <0 0xa4000000 0x20000>; + + sram@0 { + reg = <0x0 0x20000>; + }; }; timer_clk: timer_clk {