[v2 1/2] dt-bindings: i2c: update bindings for MT8186 SoC

Kewei Xu posted 2 patches 2 years, 8 months ago
[v2 1/2] dt-bindings: i2c: update bindings for MT8186 SoC
Posted by Kewei Xu 2 years, 8 months ago
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(+)

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
-- 
2.25.1

Re: [v2 1/2] dt-bindings: i2c: update bindings for MT8186 SoC
Posted by Qii Wang 2 years, 8 months ago
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

Re: [v2 1/2] dt-bindings: i2c: update bindings for MT8186 SoC
Posted by Wolfram Sang 2 years, 7 months ago
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.

Re: [v2 1/2] dt-bindings: i2c: update bindings for MT8186 SoC
Posted by Kewei Xu 2 years, 7 months ago
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.