diff options
author | Fabien Parent <fparent@baylibre.com> | 2019-03-24 00:16:10 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-04-16 14:08:18 +0300 |
commit | 18073da76973f8ce75ee1d622f2a4d2d1b6121a8 (patch) | |
tree | c42c22e6fdde18f58045d6fc68a8889b7a96e4b4 /Documentation/devicetree/bindings/i2c/i2c-mtk.txt | |
parent | 530edb501ce476f904bd42d2c42f6eab9541ce51 (diff) | |
download | linux-18073da76973f8ce75ee1d622f2a4d2d1b6121a8.tar.xz |
dt-bindings: i2c: i2c-mtk: add support for MT8516
Add binding documentation of i2c-mtk for MT8516 SoC.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/i2c-mtk.txt')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-mtk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mtk.txt b/Documentation/devicetree/bindings/i2c/i2c-mtk.txt index b052f29e72f0..68f6d73a8b73 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mtk.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-mtk.txt @@ -13,6 +13,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,mt8516-i2c", "mediatek,mt2712-i2c": for MediaTek MT8516 - reg: physical base address of the controller and dma base, length of memory mapped region. - interrupts: interrupt number to the cpu. |