diff options
author | Fabien Parent <[email protected]> | 2022-05-31 13:45:43 +0200 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2022-07-29 13:41:18 +0200 |
commit | 3bf5f2f0c02ef7f8047a26ca599035d4a5eab34a (patch) | |
tree | 8a287b800882b9253f00c7c8c0fc100c10fbd79a | |
parent | 901f8f5404f14fe0cf62bc3cd52ccff32738b404 (diff) |
dt-bindings: pwm: mediatek: Add compatible string for MT8195
MT8195's PWM IP is compatible with the MT8183 PWM IP.
Signed-off-by: Fabien Parent <[email protected]>
Acked-by: Rob Herring <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-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 4969ac1d9766..554c96b6d0c3 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt @@ -9,6 +9,7 @@ Required properties: - "mediatek,mt7628-pwm": found on mt7628 SoC. - "mediatek,mt7629-pwm": found on mt7629 SoC. - "mediatek,mt8183-pwm": found on mt8183 SoC. + - "mediatek,mt8195-pwm", "mediatek,mt8183-pwm": found on mt8195 SoC. - "mediatek,mt8365-pwm": found on mt8365 SoC. - "mediatek,mt8516-pwm": found on mt8516 SoC. - reg: physical base address and length of the controller's registers. |