Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Ray Jui <rjui@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Ray Jui and committed by
Florian Fainelli
08668d9d 35e372a3

+1 -2
+1 -2
arch/arm/boot/dts/bcm-cygnus.dtsi
··· 234 234 }; 235 235 236 236 nand: nand@18046000 { 237 - compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1", 238 - "brcm,brcmnand"; 237 + compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1"; 239 238 reg = <0x18046000 0x600>, <0xf8105408 0x600>, 240 239 <0x18046f00 0x20>; 241 240 reg-names = "nand", "iproc-idm", "iproc-ext";