Message ID | 20240223172619.672262-1-varshini.rajendran@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
On Fri, Feb 23, 2024 at 10:56:19PM +0530, Varshini Rajendran wrote: > Add compatible strings list for SAM9X7. > > Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor. > --- > Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml b/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml > index d84268b59784..96cd6f3c3546 100644 > --- a/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml > +++ b/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml > @@ -25,6 +25,9 @@ properties: > - items: > - const: microchip,sama7g5-pwm > - const: atmel,sama5d2-pwm > + - items: > + - const: microchip,sam9x7-pwm > + - const: microchip,sam9x60-pwm > > reg: > maxItems: 1 > -- > 2.25.1 >
Hello, On Fri, Feb 23, 2024 at 11:42:57PM +0100, Uwe Kleine-König wrote: > What is the merge plan for this series? I'd expect it to go in > completely via arm-soc. If you want me to pick up this patch, please > tell me. Other maintainers picked some patches from this thread and I didn't get an answer to my question. To be able to close this thread on my side I applied this patch now to my for-nexxt branch https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git for-nexxt . This is expected to be rebased once v6.9-rc1 is available, but it won't get lost this way. Best regards Uwe
diff --git a/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml b/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml index d84268b59784..96cd6f3c3546 100644 --- a/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml @@ -25,6 +25,9 @@ properties: - items: - const: microchip,sama7g5-pwm - const: atmel,sama5d2-pwm + - items: + - const: microchip,sam9x7-pwm + - const: microchip,sam9x60-pwm reg: maxItems: 1
Add compatible strings list for SAM9X7. Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> --- Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml | 3 +++ 1 file changed, 3 insertions(+)