Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1229789

[PATCH v3 9/9] ARM: dts: fix Cygnus nand device node

From Ray Jui <rjui@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH v3 9/9] ARM: dts: fix Cygnus nand device node
Date 2015-09-22 00:20 +0200
Message-ID <qbhBh-30O-29@gated-at.bofh.it> (permalink)
References <qbhBg-30O-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 arch/arm/boot/dts/bcm-cygnus.dtsi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi
index 24e058c..b5f9f34 100644
--- a/arch/arm/boot/dts/bcm-cygnus.dtsi
+++ b/arch/arm/boot/dts/bcm-cygnus.dtsi
@@ -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";
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/9] Broadcom Cygnus device tree changes Ray Jui <rjui@broadcom.com> - 2015-09-22 00:20 +0200
  [PATCH v3 5/9] ARM: dts: Reorder Cygnus peripherals Ray Jui <rjui@broadcom.com> - 2015-09-22 00:20 +0200
  [PATCH v3 3/9] ARM: dts: Put Cygnus core components under core bus Ray Jui <rjui@broadcom.com> - 2015-09-22 00:20 +0200
  [PATCH v3 2/9] ARM: dts: Use label for device nodes in Cygnus dts Ray Jui <rjui@broadcom.com> - 2015-09-22 00:20 +0200
  [PATCH v3 8/9] ARM: dts: enable touchscreen support on Cygnus Ray Jui <rjui@broadcom.com> - 2015-09-22 00:20 +0200
  [PATCH v3 1/9] ARM: dts: consolidate aliases for Cygnus dt files Ray Jui <rjui@broadcom.com> - 2015-09-22 00:20 +0200
  [PATCH v3 6/9] ARM: dts: Enable various peripherals on bcm958305k Ray Jui <rjui@broadcom.com> - 2015-09-22 00:20 +0200
  [PATCH v3 9/9] ARM: dts: fix Cygnus nand device node Ray Jui <rjui@broadcom.com> - 2015-09-22 00:20 +0200
  [PATCH v3 4/9] ARM: dts: Move all Cygnus peripherals into axi bus Ray Jui <rjui@broadcom.com> - 2015-09-22 00:20 +0200
  [PATCH v3 7/9] ARM: dts: Enable NAND support on bcm911360_entphn Ray Jui <rjui@broadcom.com> - 2015-09-22 00:20 +0200
  Re: [PATCH v3 0/9] Broadcom Cygnus device tree changes Florian Fainelli <f.fainelli@gmail.com> - 2015-09-23 03:00 +0200

csiph-web