ARM: dts: imx51: Fix sram.yaml warnings
authorFabio Estevam <festevam@denx.de>
Fri, 18 Nov 2022 13:20:16 +0000 (10:20 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sat, 31 Dec 2022 07:00:13 +0000 (15:00 +0800)
commit63e1654d82f3462ff322d71504f3192f2c8636a0
treebc842b11b1846e00b2f2feaebe4ad5b753e1ce9c
parent2ffa24e42317f080e86ea92dc81d26b99fcca611
ARM: dts: imx51: Fix sram.yaml warnings

Add ranges, #address-cells and #size-cells properties to the sram
node to fix the following warnings when checking sram.yaml:

make dtbs_check DT_SCHEMA_FILES=sram.yaml
...
arch/arm/boot/dts/imx51-apf51.dtb: sram@1ffe0000: '#address-cells' is a required property
From schema: Documentation/devicetree/bindings/sram/sram.yaml
arch/arm/boot/dts/imx51-apf51.dtb: sram@1ffe0000: '#size-cells' is a required property
From schema: Documentation/devicetree/bindings/sram/sram.yaml
arch/arm/boot/dts/imx51-apf51.dtb: sram@1ffe0000: 'ranges' is a required property
From schema: Documentation/devicetree/bindings/sram/sram.yaml

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51.dtsi