Message ID | 20200222162444.11590-2-manivannan.sadhasivam@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add I2C controller support for MT6797 SoC | expand |
On Sat, 22 Feb 2020 21:54:41 +0530, Manivannan Sadhasivam wrote: > I2C controller driver for MT6577 SoC is reused for MT6797 SoC. Hence, > document that in DT binding. > > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > --- > Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
Hi Wolfram, On 26/02/2020 23:23, Rob Herring wrote: > On Sat, 22 Feb 2020 21:54:41 +0530, Manivannan Sadhasivam wrote: >> I2C controller driver for MT6577 SoC is reused for MT6797 SoC. Hence, >> document that in DT binding. >> >> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> >> --- >> Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 + >> 1 file changed, 1 insertion(+) >> > > Acked-by: Rob Herring <robh@kernel.org> > Do you want to take this thorough your tree or are you OK if I take it thorough mine? Regards, Matthias
On Fri, May 15, 2020 at 04:48:28PM +0200, Matthias Brugger wrote: > Hi Wolfram, > > On 26/02/2020 23:23, Rob Herring wrote: > > On Sat, 22 Feb 2020 21:54:41 +0530, Manivannan Sadhasivam wrote: > >> I2C controller driver for MT6577 SoC is reused for MT6797 SoC. Hence, > >> document that in DT binding. > >> > >> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> > >> --- > >> Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 + > >> 1 file changed, 1 insertion(+) > >> > > > > Acked-by: Rob Herring <robh@kernel.org> > > > > Do you want to take this thorough your tree or are you OK if I take it thorough > mine? The I2C list is neither in the CC field, nor is the patch in patchwork. I suggest you take it. Acked-by: Wolfram Sang <wsa@kernel.org>
On 15/05/2020 18:56, Wolfram Sang wrote: > On Fri, May 15, 2020 at 04:48:28PM +0200, Matthias Brugger wrote: >> Hi Wolfram, >> >> On 26/02/2020 23:23, Rob Herring wrote: >>> On Sat, 22 Feb 2020 21:54:41 +0530, Manivannan Sadhasivam wrote: >>>> I2C controller driver for MT6577 SoC is reused for MT6797 SoC. >>>> Hence, document that in DT binding. >>>> >>>> Signed-off-by: Manivannan Sadhasivam >>>> <manivannan.sadhasivam@linaro.org> --- >>>> Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 + 1 file >>>> changed, 1 insertion(+) >>>> >>> >>> Acked-by: Rob Herring <robh@kernel.org> >>> >> >> Do you want to take this thorough your tree or are you OK if I take it >> thorough mine? > > The I2C list is neither in the CC field, nor is the patch in patchwork. Right didn't check that. > I suggest you take it. > > Acked-by: Wolfram Sang <wsa@kernel.org> > Thanks Wolfram. Now queued in v5.7-next/dts64
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt index 68f6d73a8b73..88b71c1b32c9 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt @@ -8,6 +8,7 @@ Required properties: "mediatek,mt2712-i2c": for MediaTek MT2712 "mediatek,mt6577-i2c": for MediaTek MT6577 "mediatek,mt6589-i2c": for MediaTek MT6589 + "mediatek,mt6797-i2c", "mediatek,mt6577-i2c": for MediaTek MT6797 "mediatek,mt7622-i2c": for MediaTek MT7622 "mediatek,mt7623-i2c", "mediatek,mt6577-i2c": for MediaTek MT7623 "mediatek,mt7629-i2c", "mediatek,mt2712-i2c": for MediaTek MT7629
I2C controller driver for MT6577 SoC is reused for MT6797 SoC. Hence, document that in DT binding. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> --- Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 + 1 file changed, 1 insertion(+)