Message ID | 1581922564-24914-5-git-send-email-chun-hung.wu@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mmc: mediatek: add mmc cqhci support | expand |
On Mon, 17 Feb 2020 14:56:04 +0800, Chun-Hung Wu wrote: > Add compatible node for mt6779 mmc > > Signed-off-by: Chun-Hung Wu <chun-hung.wu@mediatek.com> > --- > Documentation/devicetree/bindings/mmc/mtk-sd.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On 19/02/2020 04:02, Rob Herring wrote: > On Mon, 17 Feb 2020 14:56:04 +0800, Chun-Hung Wu wrote: >> Add compatible node for mt6779 mmc >> >> Signed-off-by: Chun-Hung Wu <chun-hung.wu@mediatek.com> >> --- >> Documentation/devicetree/bindings/mmc/mtk-sd.txt | 1 + >> 1 file changed, 1 insertion(+) >> > > Acked-by: Rob Herring <robh@kernel.org> > With the commit from patch 3/4 the compatible should be: "mediatek,mt6779-mmc", "mediatek,mt8183-mmc": for mmc host ip compatible with mt6779 Regards, Matthias
On Thu, 2020-02-20 at 23:06 +0100, Matthias Brugger wrote: > > On 19/02/2020 04:02, Rob Herring wrote: > > On Mon, 17 Feb 2020 14:56:04 +0800, Chun-Hung Wu wrote: > >> Add compatible node for mt6779 mmc > >> > >> Signed-off-by: Chun-Hung Wu <chun-hung.wu@mediatek.com> > >> --- > >> Documentation/devicetree/bindings/mmc/mtk-sd.txt | 1 + > >> 1 file changed, 1 insertion(+) > >> > > > > Acked-by: Rob Herring <robh@kernel.org> > > > > With the commit from patch 3/4 the compatible should be: > "mediatek,mt6779-mmc", "mediatek,mt8183-mmc": for mmc host ip compatible with mt6779 As I know mt8183 is mt6771 platform not mt6779. mt6771 does not support CQHCI. > > Regards, > Matthias
diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.txt b/Documentation/devicetree/bindings/mmc/mtk-sd.txt index 8a532f4..0c9cf6a 100644 --- a/Documentation/devicetree/bindings/mmc/mtk-sd.txt +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.txt @@ -12,6 +12,7 @@ Required properties: "mediatek,mt8173-mmc": for mmc host ip compatible with mt8173 "mediatek,mt8183-mmc": for mmc host ip compatible with mt8183 "mediatek,mt8516-mmc": for mmc host ip compatible with mt8516 + "mediatek,mt6779-mmc": for mmc host ip compatible with mt6779 "mediatek,mt2701-mmc": for mmc host ip compatible with mt2701 "mediatek,mt2712-mmc": for mmc host ip compatible with mt2712 "mediatek,mt7622-mmc": for MT7622 SoC
Add compatible node for mt6779 mmc Signed-off-by: Chun-Hung Wu <chun-hung.wu@mediatek.com> --- Documentation/devicetree/bindings/mmc/mtk-sd.txt | 1 + 1 file changed, 1 insertion(+)