| From 18176b9d82eebaf4408dc0440f54d57a8cbced83 Mon Sep 17 00:00:00 2001 |
| From: Arnd Bergmann <arnd@arndb.de> |
| Date: Fri, 13 May 2022 11:11:07 +0200 |
| Subject: [PATCH] Revert "ARM: dts: BCM5301X: Fix DTC warning for NAND node" |
| |
| This reverts commit 90103611d573, which caused a new DTC warning |
| |
| arch/arm/boot/dts/bcm953012hr.dts:57.3-33: Warning (reg_format): /nand-controller@18028000/nand@0/partition@0:reg: property has invalid length (8 bytes) (#address-cells == 2, #size-cells == 1) |
| arch/arm/boot/dts/bcm953012hr.dts:62.3-33: Warning (reg_format): /nand-controller@18028000/nand@0/partition@200000:reg: property has invalid length (8 bytes) (#address-cells == 2, #size-cells == 1) |
| arch/arm/boot/dts/bcm953012hr.dts:66.3-33: Warning (reg_format): /nand-controller@18028000/nand@0/partition@600000:reg: property has invalid length (8 bytes) (#address-cells == 2, #size-cells == 1) |
| arch/arm/boot/dts/bcm953012hr.dts:70.3-33: Warning (reg_format): /nand-controller@18028000/nand@0/partition@1000000:reg: property has invalid length (8 bytes) (#address-cells == 2, #size-cells == 1) |
| arch/arm/boot/dts/bcm953012hr.dtb: Warning (pci_device_reg): Failed prerequisite 'reg_format' |
| arch/arm/boot/dts/bcm953012hr.dtb: Warning (pci_device_bus_num): Failed prerequisite 'reg_format' |
| arch/arm/boot/dts/bcm953012hr.dtb: Warning (i2c_bus_reg): Failed prerequisite 'reg_format' |
| arch/arm/boot/dts/bcm953012hr.dtb: Warning (spi_bus_reg): Failed prerequisite 'reg_format' |
| |
| Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
| --- |
| arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi | 2 ++ |
| 1 file changed, 2 insertions(+) |
| |
| --- a/arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi |
| +++ b/arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi |
| @@ -10,6 +10,8 @@ |
| nandcs: nand@0 { |
| compatible = "brcm,nandcs"; |
| reg = <0>; |
| + #address-cells = <1>; |
| + #size-cells = <1>; |
| |
| partitions { |
| compatible = "brcm,bcm947xx-cfe-partitions"; |