From: Fabio Estevam Date: Wed, 24 May 2023 13:10:05 +0000 (-0300) Subject: ARM: dts: imx7d-smegw01: Remove unneeded #address-cells/#size-cells X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0cf099dfe405c42d4596931cdac1e2f3734a9c27;p=linux.git ARM: dts: imx7d-smegw01: Remove unneeded #address-cells/#size-cells Remove the unneeded #address-cells/#size-cells from sram@0 to fix the following 'make CHECK_DTBS=y imx7d-smegw01.dtb' warning: sram@0: Unevaluated properties are not allowed ('#address-cells', '#size-cells' were unexpected) From schema: Documentation/devicetree/bindings/mtd/microchip,mchp48l640.yaml Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx7d-smegw01.dts b/arch/arm/boot/dts/imx7d-smegw01.dts index c0f00f5db11e1..76bbc2ab126ea 100644 --- a/arch/arm/boot/dts/imx7d-smegw01.dts +++ b/arch/arm/boot/dts/imx7d-smegw01.dts @@ -97,8 +97,6 @@ sram@0 { compatible = "microchip,48l640"; reg = <0>; - #address-cells = <1>; - #size-cells = <1>; spi-max-frequency = <16000000>; }; };