Skip to content

Commit

Permalink
ARM: dts: BCM5301X: Fix NAND nodes names
Browse files Browse the repository at this point in the history
[ Upstream commit b660269 ]

This matches nand-controller.yaml requirements.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Rafał Miłecki authored and gregkh committed Jul 25, 2021
1 parent ea49b15 commit ca57a03
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
Expand Up @@ -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>;
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
Expand Up @@ -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>;
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi
Expand Up @@ -6,8 +6,8 @@
*/

/ {
nand@18028000 {
nandcs: nandcs@0 {
nand-controller@18028000 {
nandcs: nand@0 {
compatible = "brcm,nandcs";
reg = <0>;
#address-cells = <1>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm5301x.dtsi
Expand Up @@ -501,7 +501,7 @@
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";
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm953012k.dts
Expand Up @@ -49,8 +49,8 @@
};
};

&nand {
nandcs@0 {
&nand_controller {
nand@0 {
compatible = "brcm,nandcs";
reg = <0>;
nand-on-flash-bbt;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
Expand Up @@ -306,7 +306,7 @@
interrupt-names = "nand";
status = "okay";

nandcs: nandcs@0 {
nandcs: nand@0 {
compatible = "brcm,nandcs";
reg = <0>;
};
Expand Down

0 comments on commit ca57a03

Please sign in to comment.