diff options
author | Tobias Schramm <[email protected]> | 2021-05-13 22:35:26 +0200 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2021-05-18 17:17:58 +0200 |
commit | cd8d60399ac5634513199b76c7dbd43092e29b1b (patch) | |
tree | 019e7d670907bf1e4a21eeb6973164019a492d44 | |
parent | 9962cb9be2db877c232aaf00db40125c0d7bf4bc (diff) |
dt-bindings: pwm: allwinner: add v3s pwm compatible
The Allwinner V3s pwm peripheral is compatible with the pwm peripheral
inside the Allwinner A20.
This patch adds a compatible string for it.
Signed-off-by: Tobias Schramm <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml b/Documentation/devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml index 7dcab2bf8128..04ff708fdc86 100644 --- a/Documentation/devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml @@ -25,6 +25,9 @@ properties: - const: allwinner,sun8i-a83t-pwm - const: allwinner,sun8i-h3-pwm - items: + - const: allwinner,sun8i-v3s-pwm + - const: allwinner,sun7i-a20-pwm + - items: - const: allwinner,sun50i-a64-pwm - const: allwinner,sun5i-a13-pwm - items: |