Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb05b84a authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Greg Kroah-Hartman
Browse files

ARM: NSP: dts: fix NAND nodes names



[ Upstream commit 0484594be733d5cdf976f55a2d4e8d887f351b69 ]

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>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 14e3bad3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -267,7 +267,7 @@
			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
@@ -70,8 +70,8 @@
	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
@@ -70,8 +70,8 @@
	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
@@ -86,8 +86,8 @@
	};
};

&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 @@
	status = "okay";
};

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