ARM: dts: uniphier: rename NAND node names to follow json-schema
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 26 Feb 2020 03:59:13 +0000 (12:59 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 29 Feb 2020 06:00:48 +0000 (15:00 +0900)
Follow the standard nodename pattern "^nand-controller(@.*)?" defined
in Documentation/devicetree/bindings/mtd/nand-controller.yaml

Otherwise, after the dt-binding is converted to json-schema,
'make ARCH=arm dtbs_check' will show warnings like this:

  nand@68000000: $nodename:0: 'nand@68000000' does not match '^nand-controller(@.*)?'

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/boot/dts/uniphier-ld4.dtsi
arch/arm/boot/dts/uniphier-pro4.dtsi
arch/arm/boot/dts/uniphier-pro5.dtsi
arch/arm/boot/dts/uniphier-pxs2.dtsi
arch/arm/boot/dts/uniphier-sld8.dtsi

index 23b8fd627c0046b0391251e3010321dd04fd463a..197bee7d8b7fc1823357ed1b96284826b047fa7b 100644 (file)
                        };
                };
 
-               nand: nand@68000000 {
+               nand: nand-controller@68000000 {
                        compatible = "socionext,uniphier-denali-nand-v5a";
                        status = "disabled";
                        reg-names = "nand_data", "denali_reg";
index eb06c353970f2a6b060241f879c4402d91b37600..b02bc8a6346bf90242229a1461c4731453f5aa18 100644 (file)
                        };
                };
 
-               nand: nand@68000000 {
+               nand: nand-controller@68000000 {
                        compatible = "socionext,uniphier-denali-nand-v5a";
                        status = "disabled";
                        reg-names = "nand_data", "denali_reg";
index c95eb44c816db172a64f539d9acebd8171b36a82..f84a43a10f38ede3de039582cf3a5c6fdfaa70b3 100644 (file)
                        };
                };
 
-               nand: nand@68000000 {
+               nand: nand-controller@68000000 {
                        compatible = "socionext,uniphier-denali-nand-v5b";
                        status = "disabled";
                        reg-names = "nand_data", "denali_reg";
index c054d0175df9af281be2c521e9c1ed2e9f6af449..989b2a241822c509d549372083f095fa0f94f2f7 100644 (file)
                        };
                };
 
-               nand: nand@68000000 {
+               nand: nand-controller@68000000 {
                        compatible = "socionext,uniphier-denali-nand-v5b";
                        status = "disabled";
                        reg-names = "nand_data", "denali_reg";
index a05061038e78c53f8b7ef1bf5ed215de4e843c49..fbfd25050a049d0a899d713ff0099117bf3994b6 100644 (file)
                        };
                };
 
-               nand: nand@68000000 {
+               nand: nand-controller@68000000 {
                        compatible = "socionext,uniphier-denali-nand-v5a";
                        status = "disabled";
                        reg-names = "nand_data", "denali_reg";