MIPS: BMIPS: Properly define memory controller compatible

With the DT binding updated with 501be7cece ("dt-bindings:
memory-controller: Define fallback compatible") we need to define a
proper compatible string for the memory controller node(s).

Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Florian Fainelli
2025-08-29 22:34:29 +02:00
committed by Thomas Bogendoerfer
parent 12d7b0f093
commit 21050b589f
5 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -531,7 +531,8 @@
};
memc-ddr@2000 {
compatible = "brcm,brcmstb-memc-ddr";
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
"brcm,brcmstb-memc-ddr";
reg = <0x2000 0x300>;
};
+2 -1
View File
@@ -450,7 +450,8 @@
};
memc-ddr@2000 {
compatible = "brcm,brcmstb-memc-ddr";
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
"brcm,brcmstb-memc-ddr";
reg = <0x2000 0x300>;
};
+2 -1
View File
@@ -446,7 +446,8 @@
};
memc-ddr@2000 {
compatible = "brcm,brcmstb-memc-ddr";
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
"brcm,brcmstb-memc-ddr";
reg = <0x2000 0x300>;
};
+4 -2
View File
@@ -542,7 +542,8 @@
};
memc-ddr@2000 {
compatible = "brcm,brcmstb-memc-ddr";
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
"brcm,brcmstb-memc-ddr";
reg = <0x2000 0x300>;
};
@@ -569,7 +570,8 @@
};
memc-ddr@2000 {
compatible = "brcm,brcmstb-memc-ddr";
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
"brcm,brcmstb-memc-ddr";
reg = <0x2000 0x300>;
};
+4 -2
View File
@@ -558,7 +558,8 @@
};
memc-ddr@2000 {
compatible = "brcm,brcmstb-memc-ddr";
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
"brcm,brcmstb-memc-ddr";
reg = <0x2000 0x300>;
};
@@ -585,7 +586,8 @@
};
memc-ddr@2000 {
compatible = "brcm,brcmstb-memc-ddr";
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
"brcm,brcmstb-memc-ddr";
reg = <0x2000 0x300>;
};