ARM: dts: BCM5301X: Fix NAND nodes names
authorRafał Miłecki <rafal@milecki.pl>
Fri, 16 Apr 2021 13:37:48 +0000 (15:37 +0200)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 10 May 2021 21:50:05 +0000 (14:50 -0700)
This matches nand-controller.yaml requirements.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi
arch/arm/boot/dts/bcm5301x.dtsi
arch/arm/boot/dts/bcm953012k.dts
arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi

index 8636600385fd41a7497bc99652eb41da8ed30227..c81944cd6d0bb394ca532a260a5ac81044726972 100644 (file)
@@ -24,8 +24,8 @@
                reg = <0x00000000 0x08000000>;
        };
 
-       nand: nand@18028000 {
-               nandcs@0 {
+       nand_controller: nand-controller@18028000 {
+               nand@0 {
                        partitions {
                                compatible = "fixed-partitions";
                                #address-cells = <1>;
index e635a15041dd8c133ec773f9c5b99f2f135c4b35..a6e2aeb286754c38bfb90e5b29655d7b065f5141 100644 (file)
@@ -25,8 +25,8 @@
                      <0x88000000 0x08000000>;
        };
 
-       nand: nand@18028000 {
-               nandcs@0 {
+       nand_controller: nand-controller@18028000 {
+               nand@0 {
                        partitions {
                                compatible = "fixed-partitions";
                                #address-cells = <1>;
index 925a7c9ce5b7f42bdd21525b566bd3bc5c7aa240..be9a00ff752d9a353d09370aa2d860a8118b8e47 100644 (file)
@@ -6,8 +6,8 @@
  */
 
 / {
-       nand@18028000 {
-               nandcs: nandcs@0 {
+       nand-controller@18028000 {
+               nandcs: nand@0 {
                        compatible = "brcm,nandcs";
                        reg = <0>;
                        #address-cells = <1>;
index 7db72a2f1020d913ab207af4edb6eaea1dd7517d..092ec525c01c4b1a85aeff1592d97444537a23c3 100644 (file)
                reg = <0x18004000 0x14>;
        };
 
-       nand: nand@18028000 {
+       nand_controller: nand-controller@18028000 {
                compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1", "brcm,brcmnand";
                reg = <0x18028000 0x600>, <0x1811a408 0x600>, <0x18028f00 0x20>;
                reg-names = "nand", "iproc-idm", "iproc-ext";
index 046c59fb48462135d27b45bb0253af1af7c6ed76..de40bd59a5faf3116a38e61d8c7e34da11fa82dc 100644 (file)
@@ -49,8 +49,8 @@
        };
 };
 
-&nand {
-       nandcs@0 {
+&nand_controller {
+       nand@0 {
                compatible = "brcm,nandcs";
                reg = <0>;
                nand-on-flash-bbt;
index 8060178b365d860c283c6b96d6b75b0fe94398e1..a5a64d17d9ea6d9d74c7bb6f4933a38d5df8b69a 100644 (file)
                        interrupt-names = "nand";
                        status = "okay";
 
-                       nandcs: nandcs@0 {
+                       nandcs: nand@0 {
                                compatible = "brcm,nandcs";
                                reg = <0>;
                        };