提交 689362b3 编写于 作者: C Chaotian Jing 提交者: Ulf Hansson

arm64: dts: mt8173: remove "mediatek, mt8135-mmc" from mmc nodes

devicetree bindings has been updated to support multi-platforms,
so that each platform has its owns compatible name.
And, this compatible name may used in driver to distinguish with
other platform.
Signed-off-by: NChaotian Jing <chaotian.jing@mediatek.com>
Tested-by: NSean Wang <sean.wang@mediatek.com>
Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
Acked-by: NMatthias Brugger <matthias.bgg@gmail.com>
上级 762d491a
...@@ -682,8 +682,7 @@ ...@@ -682,8 +682,7 @@
}; };
mmc0: mmc@11230000 { mmc0: mmc@11230000 {
compatible = "mediatek,mt8173-mmc", compatible = "mediatek,mt8173-mmc";
"mediatek,mt8135-mmc";
reg = <0 0x11230000 0 0x1000>; reg = <0 0x11230000 0 0x1000>;
interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_LOW>; interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_LOW>;
clocks = <&pericfg CLK_PERI_MSDC30_0>, clocks = <&pericfg CLK_PERI_MSDC30_0>,
...@@ -693,8 +692,7 @@ ...@@ -693,8 +692,7 @@
}; };
mmc1: mmc@11240000 { mmc1: mmc@11240000 {
compatible = "mediatek,mt8173-mmc", compatible = "mediatek,mt8173-mmc";
"mediatek,mt8135-mmc";
reg = <0 0x11240000 0 0x1000>; reg = <0 0x11240000 0 0x1000>;
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_LOW>; interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_LOW>;
clocks = <&pericfg CLK_PERI_MSDC30_1>, clocks = <&pericfg CLK_PERI_MSDC30_1>,
...@@ -704,8 +702,7 @@ ...@@ -704,8 +702,7 @@
}; };
mmc2: mmc@11250000 { mmc2: mmc@11250000 {
compatible = "mediatek,mt8173-mmc", compatible = "mediatek,mt8173-mmc";
"mediatek,mt8135-mmc";
reg = <0 0x11250000 0 0x1000>; reg = <0 0x11250000 0 0x1000>;
interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_LOW>; interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_LOW>;
clocks = <&pericfg CLK_PERI_MSDC30_2>, clocks = <&pericfg CLK_PERI_MSDC30_2>,
...@@ -715,8 +712,7 @@ ...@@ -715,8 +712,7 @@
}; };
mmc3: mmc@11260000 { mmc3: mmc@11260000 {
compatible = "mediatek,mt8173-mmc", compatible = "mediatek,mt8173-mmc";
"mediatek,mt8135-mmc";
reg = <0 0x11260000 0 0x1000>; reg = <0 0x11260000 0 0x1000>;
interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_LOW>; interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_LOW>;
clocks = <&pericfg CLK_PERI_MSDC30_3>, clocks = <&pericfg CLK_PERI_MSDC30_3>,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册