]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: broadcom: Fix bcm7445 memory controller compatible
authorFlorian Fainelli <florian.fainelli@broadcom.com>
Tue, 1 Jul 2025 17:55:38 +0000 (10:55 -0700)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Tue, 15 Jul 2025 17:42:18 +0000 (10:42 -0700)
The memory controller node compatible string was incompletely specified
and used the fallback compatible. After commit 501be7cecec9
("dt-bindings: memory-controller: Define fallback compatible") however,
we need to fully specify the compatible string.

Fixes: 501be7cecec9 ("dt-bindings: memory-controller: Define fallback compatible")
Reported-by: kernel 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: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm/boot/dts/broadcom/bcm7445.dtsi

index 5ac2042515b8f5a9156c47f18f0bb42fdbb2772b..c6307c7437e3bf263ab99eed248541eab5fe0f27 100644 (file)
                        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>;
                        };
 
                        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>;
                        };
 
                        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>;
                        };