diff options
author | Daniel Golle <daniel@makrotopia.org> | 2023-04-10 19:19:21 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2023-04-13 19:40:05 +0300 |
commit | 4b5256571951eaa581fb8169e8c460429948d208 (patch) | |
tree | 1b02a067adf52eb59cf8c1a52d6ae33e4131c6e0 /Documentation/devicetree/bindings/i2c | |
parent | fc114c75680da73c3815512d880f69cecc9a9b87 (diff) | |
download | linux-4b5256571951eaa581fb8169e8c460429948d208.tar.xz |
dt-bindings: i2c: i2c-mt65xx: add MediaTek MT7981 SoC
Add compatible string for the I2C controllers found in the MediaTek
MT7981 SoC.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml index 685da4df688d..fda0467cdd95 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml @@ -23,6 +23,7 @@ properties: - const: mediatek,mt6577-i2c - const: mediatek,mt6589-i2c - const: mediatek,mt7622-i2c + - const: mediatek,mt7981-i2c - const: mediatek,mt7986-i2c - const: mediatek,mt8168-i2c - const: mediatek,mt8173-i2c |