Message ID | 20220125110413.18988-2-kewei.xu@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | add i2c support for mt8186 | expand |
On Tue, 2022-01-25 at 19:04 +0800, Kewei Xu wrote: > Add a DT binding documentation for the MT8186 soc. > > Signed-off-by: Kewei Xu <kewei.xu@mediatek.com> Reviewed-by: Qii Wang <qii.wang@mediatek.com> > --- > Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt > b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt > index 5ea216ae7084..88f74a3c81ec 100644 > --- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt > +++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt > @@ -14,6 +14,7 @@ Required properties: > "mediatek,mt7629-i2c", "mediatek,mt2712-i2c": for MediaTek > MT7629 > "mediatek,mt8173-i2c": for MediaTek MT8173 > "mediatek,mt8183-i2c": for MediaTek MT8183 > + "mediatek,mt8186-i2c": for MediaTek MT8186 > "mediatek,mt8192-i2c": for MediaTek MT8192 > "mediatek,mt8195-i2c", "mediatek,mt8192-i2c": for MediaTek > MT8195 > "mediatek,mt8516-i2c", "mediatek,mt2712-i2c": for MediaTek > MT8516
On Tue, Jan 25, 2022 at 07:04:12PM +0800, Kewei Xu wrote: > Add a DT binding documentation for the MT8186 soc. > > Signed-off-by: Kewei Xu <kewei.xu@mediatek.com> Applied to for-next, thanks! But you forgot to add the ack from Rob which he gave when you sent v1.
On Fri, 2022-01-28 at 22:46 +0100, Wolfram Sang wrote: > On Tue, Jan 25, 2022 at 07:04:12PM +0800, Kewei Xu wrote: > > Add a DT binding documentation for the MT8186 soc. > > > > Signed-off-by: Kewei Xu <kewei.xu@mediatek.com> > > Applied to for-next, thanks! But you forgot to add the ack from Rob > which he gave when you sent v1. > Hi, I'm sorry for my mistake and thank you very much for your reminder. I will pay attention to this problem next time. Thanks Kewei.
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt index 5ea216ae7084..88f74a3c81ec 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt @@ -14,6 +14,7 @@ Required properties: "mediatek,mt7629-i2c", "mediatek,mt2712-i2c": for MediaTek MT7629 "mediatek,mt8173-i2c": for MediaTek MT8173 "mediatek,mt8183-i2c": for MediaTek MT8183 + "mediatek,mt8186-i2c": for MediaTek MT8186 "mediatek,mt8192-i2c": for MediaTek MT8192 "mediatek,mt8195-i2c", "mediatek,mt8192-i2c": for MediaTek MT8195 "mediatek,mt8516-i2c", "mediatek,mt2712-i2c": for MediaTek MT8516
Add a DT binding documentation for the MT8186 soc. Signed-off-by: Kewei Xu <kewei.xu@mediatek.com> --- Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 + 1 file changed, 1 insertion(+)