]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: fix Cygnus nand device node
authorRay Jui <rjui@broadcom.com>
Mon, 21 Sep 2015 22:12:50 +0000 (15:12 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Wed, 23 Sep 2015 00:50:36 +0000 (17:50 -0700)
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: Ray Jui <rjui@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm-cygnus.dtsi

index 24e058c737005e95843c29286b7e968fa4a698dc..b5f9f34183fe309b4493243be18f7b005b042fd3 100644 (file)
                };
 
                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";