Commit b660269c authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli

ARM: dts: BCM5301X: Fix NAND nodes names

This matches nand-controller.yaml requirements.
Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 6efb943b
......@@ -24,8 +24,8 @@ memory@0 {
reg = <0x00000000 0x08000000>;
};
nand: nand@18028000 {
nandcs@0 {
nand_controller: nand-controller@18028000 {
nand@0 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
......
......@@ -25,8 +25,8 @@ memory@0 {
<0x88000000 0x08000000>;
};
nand: nand@18028000 {
nandcs@0 {
nand_controller: nand-controller@18028000 {
nand@0 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
......
......@@ -6,8 +6,8 @@
*/
/ {
nand@18028000 {
nandcs: nandcs@0 {
nand-controller@18028000 {
nandcs: nand@0 {
compatible = "brcm,nandcs";
reg = <0>;
#address-cells = <1>;
......
......@@ -501,7 +501,7 @@ rng: rng@18004000 {
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";
......
......@@ -49,8 +49,8 @@ memory@80000000 {
};
};
&nand {
nandcs@0 {
&nand_controller {
nand@0 {
compatible = "brcm,nandcs";
reg = <0>;
nand-on-flash-bbt;
......
......@@ -306,7 +306,7 @@ nand@1800 {
interrupt-names = "nand";
status = "okay";
nandcs: nandcs@0 {
nandcs: nand@0 {
compatible = "brcm,nandcs";
reg = <0>;
};
......
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