public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ARM: dts: BCM5301X: Drop extra NAND controller compatible
@ 2026-02-04  9:15 Miquel Raynal
  2026-02-04 16:00 ` Rob Herring
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Miquel Raynal @ 2026-02-04  9:15 UTC (permalink / raw)
  To: Florian Fainelli, Hauke Mehrtens, zajec5
  Cc: bcm-kernel-feedback-list, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, William Zhang, linux-arm-kernel, devicetree,
	Thomas Petazzoni, Miquel Raynal

Fix the dtbs_check warning introduced when the brcm,brcmnand fallback
compatible got removed for iProc machines.

Fixes: 4db35366d6dc ("dt-bindings: mtd: brcm,brcmnand: Drop "brcm,brcmnand" compatible for iProc")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---

The above commit is in mtd/next and will be part of the opening merge window.

---
 arch/arm/boot/dts/broadcom/bcm-ns.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/broadcom/bcm-ns.dtsi b/arch/arm/boot/dts/broadcom/bcm-ns.dtsi
index d0d5f7e52a91..46b650abdb90 100644
--- a/arch/arm/boot/dts/broadcom/bcm-ns.dtsi
+++ b/arch/arm/boot/dts/broadcom/bcm-ns.dtsi
@@ -479,7 +479,7 @@ thermal: thermal@2c0 {
 	};
 
 	nand_controller: nand-controller@18028000 {
-		compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1", "brcm,brcmnand";
+		compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1";
 		reg = <0x18028000 0x600>, <0x1811a408 0x600>, <0x18028f00 0x20>;
 		reg-names = "nand", "iproc-idm", "iproc-ext";
 		interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.51.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-02-05  8:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04  9:15 [PATCH -next] ARM: dts: BCM5301X: Drop extra NAND controller compatible Miquel Raynal
2026-02-04 16:00 ` Rob Herring
2026-02-04 17:36 ` William Zhang
2026-02-04 20:36   ` Miquel Raynal
2026-02-04 21:21     ` Florian Fainelli
2026-02-05  8:49       ` Miquel Raynal
2026-02-04 21:56     ` William Zhang
2026-02-04 18:26 ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox