Message ID | 20220209231141.20184-1-aidanmacdonald.0x0@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [1/2] dt-bindings: timer: Add PWM compatible for X1000 SoC | expand |
On Wed, 09 Feb 2022 23:11:41 +0000, Aidan MacDonald wrote: > 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> > --- > Documentation/devicetree/bindings/timer/ingenic,tcu.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
Hi, Le mer., févr. 9 2022 at 23:11:41 +0000, Aidan MacDonald <aidanmacdonald.0x0@gmail.com> a écrit : > 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: Paul Cercueil <paul@crapouillou.net> Cheers, -Paul > --- > Documentation/devicetree/bindings/timer/ingenic,tcu.yaml | 1 + > 1 file changed, 1 insertion(+) > > 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 > -- > 2.34.1 >
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
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> --- Documentation/devicetree/bindings/timer/ingenic,tcu.yaml | 1 + 1 file changed, 1 insertion(+)