diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2020-02-22 21:54:41 +0530 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2020-05-16 17:03:29 +0200 |
commit | b25376126484c0cc6de302559cc7e3760b7838c0 (patch) | |
tree | 4919e6b0af8c016c2d9a649b9fb0a4520576e1fe /Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | |
parent | 26af2884e49c71b20b7961d9a17d3886a541b987 (diff) | |
download | lwn-b25376126484c0cc6de302559cc7e3760b7838c0.tar.gz lwn-b25376126484c0cc6de302559cc7e3760b7838c0.zip |
dt-bindings: i2c: Document I2C controller binding for MT6797 SoC
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>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Wolfram Sang <wsa@kernel.org>
Link: https://lore.kernel.org/r/20200222162444.11590-2-manivannan.sadhasivam@linaro.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |