Commit 0c927d47 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

ARM: dts: broadcom: Fix bcm7445 memory controller compatible



The memory controller node compatible string was incompletely specified
and used the fallback compatible. After commit 501be7ce
("dt-bindings: memory-controller: Define fallback compatible") however,
we need to fully specify the compatible string.

Fixes: 501be7ce ("dt-bindings: memory-controller: Define fallback compatible")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202507011302.ZqNlBKWX-lkp@intel.com/
Link: https://lore.kernel.org/r/20250701175538.1633435-1-florian.fainelli@broadcom.com


Signed-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent 19272b37
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -237,7 +237,8 @@ memc@0 {
			ranges = <0x0 0x0 0x80000>;

			memc-ddr@2000 {
				compatible = "brcm,brcmstb-memc-ddr";
				compatible = "brcm,brcmstb-memc-ddr-rev-b.1.x",
					     "brcm,brcmstb-memc-ddr";
				reg = <0x2000 0x800>;
			};

@@ -259,7 +260,8 @@ memc@80000 {
			ranges = <0x0 0x80000 0x80000>;

			memc-ddr@2000 {
				compatible = "brcm,brcmstb-memc-ddr";
				compatible = "brcm,brcmstb-memc-ddr-rev-b.1.x",
					     "brcm,brcmstb-memc-ddr";
				reg = <0x2000 0x800>;
			};

@@ -281,7 +283,8 @@ memc@100000 {
			ranges = <0x0 0x100000 0x80000>;

			memc-ddr@2000 {
				compatible = "brcm,brcmstb-memc-ddr";
				compatible = "brcm,brcmstb-memc-ddr-rev-b.1.x",
					     "brcm,brcmstb-memc-ddr";
				reg = <0x2000 0x800>;
			};