diff options
author | Aidan MacDonald <aidanmacdonald.0x0@gmail.com> | 2022-02-10 02:11:41 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2022-02-24 16:32:16 +0300 |
commit | 4f34ebbe43f67f112169f61a2f35f6c3dbc8bc52 (patch) | |
tree | bfc2401331680f326f552d56b0280e8df7e26341 /Documentation/devicetree/bindings/timer | |
parent | 113cc0b06570ea87568343f92839c092f21f7484 (diff) | |
download | linux-4f34ebbe43f67f112169f61a2f35f6c3dbc8bc52.tar.xz |
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 <aidanmacdonald.0x0@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/timer')
-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 |