Commit fcb0e53c authored by Masahiro Yamada's avatar Masahiro Yamada

arm64: dts: uniphier: rename NAND node names to follow json-schema

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=arm64 dtbs_check' will show warnings like this:

  nand@68000000: $nodename:0: 'nand@68000000' does not match '^nand-controller(@.*)?'
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 9ddc285b
...@@ -621,7 +621,7 @@ mdio: mdio { ...@@ -621,7 +621,7 @@ mdio: mdio {
}; };
}; };
nand: nand@68000000 { nand: nand-controller@68000000 {
compatible = "socionext,uniphier-denali-nand-v5b"; compatible = "socionext,uniphier-denali-nand-v5b";
status = "disabled"; status = "disabled";
reg-names = "nand_data", "denali_reg"; reg-names = "nand_data", "denali_reg";
......
...@@ -925,7 +925,7 @@ pcie_phy: phy@66038000 { ...@@ -925,7 +925,7 @@ pcie_phy: phy@66038000 {
socionext,syscon = <&soc_glue>; socionext,syscon = <&soc_glue>;
}; };
nand: nand@68000000 { nand: nand-controller@68000000 {
compatible = "socionext,uniphier-denali-nand-v5b"; compatible = "socionext,uniphier-denali-nand-v5b";
status = "disabled"; status = "disabled";
reg-names = "nand_data", "denali_reg"; reg-names = "nand_data", "denali_reg";
......
...@@ -783,7 +783,7 @@ pcie_phy: phy@66038000 { ...@@ -783,7 +783,7 @@ pcie_phy: phy@66038000 {
socionext,syscon = <&soc_glue>; socionext,syscon = <&soc_glue>;
}; };
nand: nand@68000000 { nand: nand-controller@68000000 {
compatible = "socionext,uniphier-denali-nand-v5b"; compatible = "socionext,uniphier-denali-nand-v5b";
status = "disabled"; status = "disabled";
reg-names = "nand_data", "denali_reg"; reg-names = "nand_data", "denali_reg";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment