Message ID | 20190323211612.860-9-fparent@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: mediatek: add support for Pumpkin MT8516 board | expand |
- trimmed cc list On Sat, 23 Mar 2019 at 22:17, Fabien Parent <fparent@baylibre.com> wrote: > > Add binding documentation of mtk-sd for MT8516 SoCs. > > Signed-off-by: Fabien Parent <fparent@baylibre.com> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/mtk-sd.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.txt b/Documentation/devicetree/bindings/mmc/mtk-sd.txt > index f5bcda3980cc..91a2ec59e497 100644 > --- a/Documentation/devicetree/bindings/mmc/mtk-sd.txt > +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.txt > @@ -11,6 +11,7 @@ Required properties: > "mediatek,mt8135-mmc": for mmc host ip compatible with mt8135 > "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,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 > -- > 2.20.1 >
Hi Ulf, On Mon, Mar 25, 2019 at 2:27 PM Ulf Hansson <ulf.hansson@linaro.org> wrote: > > - trimmed cc list > > On Sat, 23 Mar 2019 at 22:17, Fabien Parent <fparent@baylibre.com> wrote: > > > > Add binding documentation of mtk-sd for MT8516 SoCs. > > > > Signed-off-by: Fabien Parent <fparent@baylibre.com> > > Applied for next, thanks! I think this patch got lost since I cannot see it in your tree. Thanks, Fabien > > Kind regards > Uffe > > > > --- > > Documentation/devicetree/bindings/mmc/mtk-sd.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.txt b/Documentation/devicetree/bindings/mmc/mtk-sd.txt > > index f5bcda3980cc..91a2ec59e497 100644 > > --- a/Documentation/devicetree/bindings/mmc/mtk-sd.txt > > +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.txt > > @@ -11,6 +11,7 @@ Required properties: > > "mediatek,mt8135-mmc": for mmc host ip compatible with mt8135 > > "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,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 > > -- > > 2.20.1 > >
On Fri, 3 May 2019 at 17:12, Fabien Parent <fparent@baylibre.com> wrote: > > Hi Ulf, > > On Mon, Mar 25, 2019 at 2:27 PM Ulf Hansson <ulf.hansson@linaro.org> wrote: > > > > - trimmed cc list > > > > On Sat, 23 Mar 2019 at 22:17, Fabien Parent <fparent@baylibre.com> wrote: > > > > > > Add binding documentation of mtk-sd for MT8516 SoCs. > > > > > > Signed-off-by: Fabien Parent <fparent@baylibre.com> > > > > Applied for next, thanks! > > I think this patch got lost since I cannot see it in your tree. Thanks for telling me. I have picked it up (again?) and applied it for next. [...] Kind regards Uffe
diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.txt b/Documentation/devicetree/bindings/mmc/mtk-sd.txt index f5bcda3980cc..91a2ec59e497 100644 --- a/Documentation/devicetree/bindings/mmc/mtk-sd.txt +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.txt @@ -11,6 +11,7 @@ Required properties: "mediatek,mt8135-mmc": for mmc host ip compatible with mt8135 "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,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 binding documentation of mtk-sd for MT8516 SoCs. Signed-off-by: Fabien Parent <fparent@baylibre.com> --- Documentation/devicetree/bindings/mmc/mtk-sd.txt | 1 + 1 file changed, 1 insertion(+)