diff options
author | Aidan MacDonald <[email protected]> | 2022-02-09 23:11:41 +0000 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2022-02-24 14:32:16 +0100 |
commit | 4f34ebbe43f67f112169f61a2f35f6c3dbc8bc52 (patch) | |
tree | bfc2401331680f326f552d56b0280e8df7e26341 | |
parent | 113cc0b06570ea87568343f92839c092f21f7484 (diff) |
dt-bindings: timer: Add PWM compatible for X1000 SoC
The PWM hardware on the X1000 SoC is almost identical to other
Ingenic SoCs, so it can be used with only minor driver changes.
Signed-off-by: Aidan MacDonald <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Paul Cercueil <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/timer/ingenic,tcu.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml b/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml index 7fb37eae9da7..d541cf2067bc 100644 --- a/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml +++ b/Documentation/devicetree/bindings/timer/ingenic,tcu.yaml @@ -152,6 +152,7 @@ patternProperties: - enum: - ingenic,jz4740-pwm - ingenic,jz4725b-pwm + - ingenic,x1000-pwm - items: - enum: - ingenic,jz4760-pwm |