diff options
author | Fabien Parent <fparent@baylibre.com> | 2023-01-19 18:08:52 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2023-01-20 09:41:09 +0100 |
commit | 5f451bef7522e2253154651600e4b925c14e2116 (patch) | |
tree | 884d6511081b2ee0862db4ba33b6e3119cf77c18 | |
parent | cddf70d0bce71c2ad69b7bef7a9f20d8104cbfd8 (diff) |
dt-bindings: i2c: i2c-mt65xx: add binding for MT8365 SoC
Add binding documentation for the MT8365 I2C controllers.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml index 421563bf576c..72ae2e01cf22 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml @@ -43,6 +43,10 @@ properties: - const: mediatek,mt6577-i2c - items: - enum: + - mediatek,mt8365-i2c + - const: mediatek,mt8168-i2c + - items: + - enum: - mediatek,mt8195-i2c - const: mediatek,mt8192-i2c |