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

Commit 08668d9d authored by Ray Jui's avatar Ray Jui Committed by Florian Fainelli
Browse files

ARM: dts: fix Cygnus nand device node



The third compatible string "brcm,brcmnand" in bcm-cygnus.dtsi nand node
is incorrect, redundant and should be removed. "brcm,brcmnand" is meant to
be used by STB based Broadcom SoCs. All iProc based SoCs should use
"brcm,nand-iproc".

Signed-off-by: default avatarRay Jui <rjui@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 35e372a3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -234,8 +234,7 @@
		};

		nand: nand@18046000 {
			compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1",
				     "brcm,brcmnand";
			compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1";
			reg = <0x18046000 0x600>, <0xf8105408 0x600>,
			      <0x18046f00 0x20>;
			reg-names = "nand", "iproc-idm", "iproc-ext";