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

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

ARM: Cygnus: dts: fix NAND nodes names



[ Upstream commit e256b48a3b07ee1ae4bfa60abbf509ba8e386862 ]

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 587a757a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -460,7 +460,7 @@
			status = "disabled";
		};

		nand: nand@18046000 {
		nand_controller: nand-controller@18046000 {
			compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1";
			reg = <0x18046000 0x600>, <0xf8105408 0x600>,
			      <0x18046f00 0x20>;
+2 −2
Original line number Diff line number Diff line
@@ -82,8 +82,8 @@
	status = "okay";
};

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

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

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