Commit 0484594b authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli
Browse files

ARM: NSP: dts: 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 e256b48a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ mailbox: mailbox@25c00 {
			dma-coherent;
		};

		nand: nand@26000 {
		nand_controller: nand-controller@26000 {
			compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1";
			reg = <0x026000 0x600>,
			      <0x11b408 0x600>,
+2 −2
Original line number Diff line number Diff line
@@ -74,8 +74,8 @@ &ehci0 {
	status = "okay";
};

&nand {
	nandcs@0 {
&nand_controller {
	nand@0 {
		compatible = "brcm,nandcs";
		reg = <0>;
		nand-on-flash-bbt;
+2 −2
Original line number Diff line number Diff line
@@ -74,8 +74,8 @@ &ehci0 {
	status = "okay";
};

&nand {
	nandcs@0 {
&nand_controller {
	nand@0 {
		compatible = "brcm,nandcs";
		reg = <0>;
		nand-on-flash-bbt;
+2 −2
Original line number Diff line number Diff line
@@ -90,8 +90,8 @@ rtc@68 {
	};
};

&nand {
	nandcs@0 {
&nand_controller {
	nand@0 {
		compatible = "brcm,nandcs";
		reg = <0>;
		nand-on-flash-bbt;
+2 −2
Original line number Diff line number Diff line
@@ -78,8 +78,8 @@ &ehci0 {
	status = "okay";
};

&nand {
	nandcs@0 {
&nand_controller {
	nand@0 {
		compatible = "brcm,nandcs";
		reg = <0>;
		nand-on-flash-bbt;
Loading