diff options
author | xinlei lee <[email protected]> | 2022-09-23 14:43:14 +0800 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2022-09-28 15:59:15 +0200 |
commit | 6db87be2e500c63c5030c848004e26f212f4c87c (patch) | |
tree | 8da610caf0e09a5283c1a0f92fb9136cf77d3cf1 | |
parent | 9f87db8243c495fbac5334f797980b542f8f1710 (diff) |
dt-bindings: pwm: Add compatible for Mediatek MT8188
Add dt-binding documentation of pwm for MediaTek MT8188 SoC.
Signed-off-by: xinlei lee <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml b/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml index e4fe2d1bfef5..2dd93e8499f0 100644 --- a/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml +++ b/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml @@ -27,6 +27,7 @@ properties: - items: - enum: - mediatek,mt8186-disp-pwm + - mediatek,mt8188-disp-pwm - mediatek,mt8192-disp-pwm - mediatek,mt8195-disp-pwm - const: mediatek,mt8183-disp-pwm |