arm: dts: mt7623: update mmc related nodes with the appropriate fallback
authorSean Wang <sean.wang@mediatek.com>
Thu, 7 Dec 2017 06:43:23 +0000 (14:43 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Thu, 14 Dec 2017 11:12:35 +0000 (12:12 +0100)
The current mmc related nodes should be falling back to MT2701
as the dt-binding defines and which has more appropriate setup
for MT7623.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt7623.dtsi

index 3a442a16ea0683b5bb9ddce022a48e0edbf950f2..b750da5362f7eab6007d8836b286a5e06424ebb3 100644 (file)
 
        mmc0: mmc@11230000 {
                compatible = "mediatek,mt7623-mmc",
-                            "mediatek,mt8135-mmc";
+                            "mediatek,mt2701-mmc";
                reg = <0 0x11230000 0 0x1000>;
                interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_LOW>;
                clocks = <&pericfg CLK_PERI_MSDC30_0>,
 
        mmc1: mmc@11240000 {
                compatible = "mediatek,mt7623-mmc",
-                            "mediatek,mt8135-mmc";
+                            "mediatek,mt2701-mmc";
                reg = <0 0x11240000 0 0x1000>;
                interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_LOW>;
                clocks = <&pericfg CLK_PERI_MSDC30_1>,