[PATCH 1/2] ARM: dts: imx53: Fix sram.yaml warnings

Shawn Guo shawnguo at kernel.org
Fri Dec 30 23:00:32 PST 2022


On Fri, Nov 18, 2022 at 10:20:15AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam at denx.de>
> 
> 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
> ...
>   DTC_CHK arch/arm/boot/dts/imx53-qsb.dtb
> arch/arm/boot/dts/imx53-qsb.dtb: sram at f8000000: '#address-cells' is a required property
> 	From schema: Documentation/devicetree/bindings/sram/sram.yaml
> /home/fabio/linux-next/arch/arm/boot/dts/imx53-qsb.dtb: sram at f8000000: '#size-cells' is a required property
> 	From schema: Documentation/devicetree/bindings/sram/sram.yaml
> /home/fabio/linux-next/arch/arm/boot/dts/imx53-qsb.dtb: sram at f8000000: 'ranges' is a required property
> 	From schema: Documentation/devicetree/bindings/sram/sram.yaml
> 
> Signed-off-by: Fabio Estevam <festevam at denx.de>

Applied both, thanks!



More information about the linux-arm-kernel mailing list