diff options
author | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | 2023-03-27 10:36:34 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2023-03-29 20:49:01 +0200 |
commit | 7d8b59a9482af9cc3808bb064cd9b7a0eb231faa (patch) | |
tree | b14d2a3b7597c408a694079511b84a54a82e71a4 /Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml | |
parent | i2c: imx: Simplify using devm_clk_get_enabled() (diff) | |
download | linux-7d8b59a9482af9cc3808bb064cd9b7a0eb231faa.tar.xz linux-7d8b59a9482af9cc3808bb064cd9b7a0eb231faa.zip |
dt-bindings: i2c: i2c-mt65xx: Add compatible for MT6795 Helio X10
The MT6795 SoC uses the same I2C controller parameters as MT8173:
add a new compatible string for it.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml')
-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 72ae2e01cf22..685da4df688d 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml @@ -47,6 +47,10 @@ properties: - const: mediatek,mt8168-i2c - items: - enum: + - mediatek,mt6795-i2c + - const: mediatek,mt8173-i2c + - items: + - enum: - mediatek,mt8195-i2c - const: mediatek,mt8192-i2c |