Message ID | 20220307033649.11564-2-kewei.xu@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | add i2c support for mt8168 | expand |
Il 07/03/22 04:36, Kewei Xu ha scritto: > Add a DT binding documentation for the MT8168 soc. > > Signed-off-by: Kewei Xu <kewei.xu@mediatek.com> A conversion to dt-binding (yaml) would be very appreciated... however there is nothing wrong with this addition, so: Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.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 88f74a3c81ec..026985b8f61a 100644 > --- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt > +++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt > @@ -12,6 +12,7 @@ Required properties: > "mediatek,mt7622-i2c": for MediaTek MT7622 > "mediatek,mt7623-i2c", "mediatek,mt6577-i2c": for MediaTek MT7623 > "mediatek,mt7629-i2c", "mediatek,mt2712-i2c": for MediaTek MT7629 > + "mediatek,mt8168-i2c": for MediaTek MT8168 > "mediatek,mt8173-i2c": for MediaTek MT8173 > "mediatek,mt8183-i2c": for MediaTek MT8183 > "mediatek,mt8186-i2c": for MediaTek MT8186
On 07/03/2022 04:36, Kewei Xu wrote: > Add a DT binding documentation for the MT8168 soc. > > Signed-off-by: Kewei Xu <kewei.xu@mediatek.com> > --- > Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Best regards, Krzysztof
On Mon, 2022-03-07 at 11:36 +0800, Kewei Xu wrote: > Add a DT binding documentation for the MT8168 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 88f74a3c81ec..026985b8f61a 100644 > --- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt > +++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt > @@ -12,6 +12,7 @@ Required properties: > "mediatek,mt7622-i2c": for MediaTek MT7622 > "mediatek,mt7623-i2c", "mediatek,mt6577-i2c": for MediaTek > MT7623 > "mediatek,mt7629-i2c", "mediatek,mt2712-i2c": for MediaTek > MT7629 > + "mediatek,mt8168-i2c": for MediaTek MT8168 > "mediatek,mt8173-i2c": for MediaTek MT8173 > "mediatek,mt8183-i2c": for MediaTek MT8183 > "mediatek,mt8186-i2c": for MediaTek MT8186
On Mon, Mar 07, 2022 at 11:36:48AM +0800, Kewei Xu wrote: > Add a DT binding documentation for the MT8168 soc. > > Signed-off-by: Kewei Xu <kewei.xu@mediatek.com> Applied to for-next, thanks!
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt index 88f74a3c81ec..026985b8f61a 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt @@ -12,6 +12,7 @@ Required properties: "mediatek,mt7622-i2c": for MediaTek MT7622 "mediatek,mt7623-i2c", "mediatek,mt6577-i2c": for MediaTek MT7623 "mediatek,mt7629-i2c", "mediatek,mt2712-i2c": for MediaTek MT7629 + "mediatek,mt8168-i2c": for MediaTek MT8168 "mediatek,mt8173-i2c": for MediaTek MT8173 "mediatek,mt8183-i2c": for MediaTek MT8183 "mediatek,mt8186-i2c": for MediaTek MT8186
Add a DT binding documentation for the MT8168 soc. Signed-off-by: Kewei Xu <kewei.xu@mediatek.com> --- Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 + 1 file changed, 1 insertion(+)