Skip to content

Commit 21050b5

Browse files
ffainellitsbogend
authored andcommitted
MIPS: BMIPS: Properly define memory controller compatible
With the DT binding updated with 501be7c ("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>
1 parent 12d7b0f commit 21050b5

5 files changed

Lines changed: 14 additions & 7 deletions

File tree

arch/mips/boot/dts/brcm/bcm7346.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,8 @@
531531
};
532532

533533
memc-ddr@2000 {
534-
compatible = "brcm,brcmstb-memc-ddr";
534+
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
535+
"brcm,brcmstb-memc-ddr";
535536
reg = <0x2000 0x300>;
536537
};
537538

arch/mips/boot/dts/brcm/bcm7360.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@
450450
};
451451

452452
memc-ddr@2000 {
453-
compatible = "brcm,brcmstb-memc-ddr";
453+
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
454+
"brcm,brcmstb-memc-ddr";
454455
reg = <0x2000 0x300>;
455456
};
456457

arch/mips/boot/dts/brcm/bcm7362.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,8 @@
446446
};
447447

448448
memc-ddr@2000 {
449-
compatible = "brcm,brcmstb-memc-ddr";
449+
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
450+
"brcm,brcmstb-memc-ddr";
450451
reg = <0x2000 0x300>;
451452
};
452453

arch/mips/boot/dts/brcm/bcm7425.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,8 @@
542542
};
543543

544544
memc-ddr@2000 {
545-
compatible = "brcm,brcmstb-memc-ddr";
545+
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
546+
"brcm,brcmstb-memc-ddr";
546547
reg = <0x2000 0x300>;
547548
};
548549

@@ -569,7 +570,8 @@
569570
};
570571

571572
memc-ddr@2000 {
572-
compatible = "brcm,brcmstb-memc-ddr";
573+
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
574+
"brcm,brcmstb-memc-ddr";
573575
reg = <0x2000 0x300>;
574576
};
575577

arch/mips/boot/dts/brcm/bcm7435.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@
558558
};
559559

560560
memc-ddr@2000 {
561-
compatible = "brcm,brcmstb-memc-ddr";
561+
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
562+
"brcm,brcmstb-memc-ddr";
562563
reg = <0x2000 0x300>;
563564
};
564565

@@ -585,7 +586,8 @@
585586
};
586587

587588
memc-ddr@2000 {
588-
compatible = "brcm,brcmstb-memc-ddr";
589+
compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
590+
"brcm,brcmstb-memc-ddr";
589591
reg = <0x2000 0x300>;
590592
};
591593

0 commit comments

Comments
 (0)