Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6sll: add missing properties for sram

All 3 properties are required by sram.yaml. Fixes the dtbs_check warning:
sram@900000: '#address-cells' is a required property
sram@900000: '#size-cells' is a required property
sram@900000: 'ranges' is a required property

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Alexander Stein and committed by
Shawn Guo
7492a83e 60c9213a

+3
+3
arch/arm/boot/dts/imx6sll.dtsi
··· 115 115 ocram: sram@900000 { 116 116 compatible = "mmio-sram"; 117 117 reg = <0x00900000 0x20000>; 118 + ranges = <0 0x00900000 0x20000>; 119 + #address-cells = <1>; 120 + #size-cells = <1>; 118 121 }; 119 122 120 123 intc: interrupt-controller@a01000 {