* Re: [PATCH v2 1/2] dt-bindings: pwm: add Axiado AX3000 PWM [not found] ` <20260723-axiado-ax3000-pwm-v2-1-22002f0b281d@axiado.com> @ 2026-07-24 8:35 ` Krzysztof Kozlowski 0 siblings, 0 replies; 2+ messages in thread From: Krzysztof Kozlowski @ 2026-07-24 8:35 UTC (permalink / raw) To: Petar Stepanovic Cc: Akhila Kavi, Prasad Bolisetty, Uwe Kleine-König, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Harshit Shah, linux-pwm, devicetree, linux-arm-kernel, linux-kernel On Thu, Jul 23, 2026 at 02:32:18AM -0700, Petar Stepanovic wrote: > The Axiado AX3000 and AX3005 SoCs include PWM controllers that can be > used to generate configurable PWM output signals. > > Signed-off-by: Petar Stepanovic <pstepanovic@axiado.com> > --- > .../devicetree/bindings/pwm/axiado,ax3000-pwm.yaml | 51 ++++++++++++++++++++++ > MAINTAINERS | 8 ++++ > 2 files changed, 59 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Best regards, Krzysztof ^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <20260723-axiado-ax3000-pwm-v2-2-22002f0b281d@axiado.com>]
* Re: [PATCH v2 2/2] pwm: add Axiado AX3000 PWM driver [not found] ` <20260723-axiado-ax3000-pwm-v2-2-22002f0b281d@axiado.com> @ 2026-07-24 8:36 ` Krzysztof Kozlowski 0 siblings, 0 replies; 2+ messages in thread From: Krzysztof Kozlowski @ 2026-07-24 8:36 UTC (permalink / raw) To: Petar Stepanovic Cc: Akhila Kavi, Prasad Bolisetty, Uwe Kleine-König, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Harshit Shah, linux-pwm, devicetree, linux-arm-kernel, linux-kernel On Thu, Jul 23, 2026 at 02:32:19AM -0700, Petar Stepanovic wrote: > + chip->ops = &axiado_pwm_ops; > + chip->atomic = true; > + > + ret = devm_pwmchip_add(dev, chip); > + if (ret) > + return dev_err_probe(dev, ret, "Failed to add PWM chip\n"); > + > + return 0; > +} > + > +static const struct of_device_id axiado_pwm_match[] = { > + { .compatible = "axiado,ax3000-pwm" }, > + { .compatible = "axiado,ax3005-pwm" }, This suggests deviecs are fully compatible, so drop the second entry and express compatibility (see writing bindings, example schema, DTS101 talk/slides). Best regards, Krzysztof ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-24 8:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260723-axiado-ax3000-pwm-v2-0-22002f0b281d@axiado.com>
[not found] ` <20260723-axiado-ax3000-pwm-v2-1-22002f0b281d@axiado.com>
2026-07-24 8:35 ` [PATCH v2 1/2] dt-bindings: pwm: add Axiado AX3000 PWM Krzysztof Kozlowski
[not found] ` <20260723-axiado-ax3000-pwm-v2-2-22002f0b281d@axiado.com>
2026-07-24 8:36 ` [PATCH v2 2/2] pwm: add Axiado AX3000 PWM driver Krzysztof Kozlowski
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox