diff options
author | Fabio Estevam <[email protected]> | 2023-05-24 10:10:05 -0300 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2023-05-27 21:06:36 +0800 |
commit | 0cf099dfe405c42d4596931cdac1e2f3734a9c27 (patch) | |
tree | 757d552ccc8ec838a5929efc42c1190a97693e18 | |
parent | 785167f21d6fb440d14f629a3c44978048ed0be5 (diff) |
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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/imx7d-smegw01.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx7d-smegw01.dts b/arch/arm/boot/dts/imx7d-smegw01.dts index c0f00f5db11e..76bbc2ab126e 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>; }; }; |