diff options
author | AngeloGioacchino Del Regno | 2022-05-03 12:54:05 +0200 |
---|---|---|
committer | Thierry Reding | 2022-05-20 16:22:01 +0200 |
commit | b76160954cb0fc8b4a389e54daf22a87d4f44fbe (patch) | |
tree | 15d693a4405c753bd3831b087522a5aea7fca02a /Documentation/devicetree/bindings/pwm/pwm-mediatek.txt | |
parent | 8c193f4714df136a6747fb66f4218134771092be (diff) |
dt-bindings: pwm: pwm-mediatek: Add documentation for MT6795 SoC
Add binding documentation for the MT6795 Helio X10 SoC.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pwm/pwm-mediatek.txt')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/pwm-mediatek.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt b/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt index 25ed214473d7..033d1fc0f405 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt @@ -3,6 +3,7 @@ MediaTek PWM controller Required properties: - compatible: should be "mediatek,<name>-pwm": - "mediatek,mt2712-pwm": found on mt2712 SoC. + - "mediatek,mt6795-pwm": found on mt6795 SoC. - "mediatek,mt7622-pwm": found on mt7622 SoC. - "mediatek,mt7623-pwm": found on mt7623 SoC. - "mediatek,mt7628-pwm": found on mt7628 SoC. |