Message ID | 20220729104441.39177-3-angelogioacchino.delregno@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MT6795 Devicetrees and Sony Xperia M5 | expand |
On Fri, 29 Jul 2022 12:44:34 +0200, AngeloGioacchino Del Regno wrote: > Add a compatible string for the MT6795 SoC's mtk-sd mmc controllers. > > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> > --- > Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Fri, 29 Jul 2022 at 12:44, AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> wrote: > > Add a compatible string for the MT6795 SoC's mtk-sd mmc controllers. > > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > index be366cefffc2..e1ceefe0ae48 100644 > --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml > @@ -20,6 +20,7 @@ properties: > - mediatek,mt2701-mmc > - mediatek,mt2712-mmc > - mediatek,mt6779-mmc > + - mediatek,mt6795-mmc > - mediatek,mt7620-mmc > - mediatek,mt7622-mmc > - mediatek,mt8135-mmc > -- > 2.35.1 >
diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml index be366cefffc2..e1ceefe0ae48 100644 --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml @@ -20,6 +20,7 @@ properties: - mediatek,mt2701-mmc - mediatek,mt2712-mmc - mediatek,mt6779-mmc + - mediatek,mt6795-mmc - mediatek,mt7620-mmc - mediatek,mt7622-mmc - mediatek,mt8135-mmc
Add a compatible string for the MT6795 SoC's mtk-sd mmc controllers. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> --- Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 1 + 1 file changed, 1 insertion(+)