public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65
@ 2024-08-29 10:54 Dharma Balasubiramani
  2024-08-29 16:09 ` Conor Dooley
  2024-08-31 13:39 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Dharma Balasubiramani @ 2024-08-29 10:54 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Nicolas Ferre, Alexandre Belloni, Claudiu Beznea
  Cc: linux-clk, devicetree, linux-arm-kernel, linux-kernel,
	Dharma Balasubiramani

Add bindings for SAMA7D65's slow clock controller.

Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
---
 Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml b/Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml
index c2283cd07f05..d4cf8ae2961e 100644
--- a/Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml
+++ b/Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml
@@ -20,6 +20,7 @@ properties:
       - items:
           - enum:
               - microchip,sam9x7-sckc
+              - microchip,sama7d65-sckc
               - microchip,sama7g5-sckc
           - const: microchip,sam9x60-sckc
 

---
base-commit: b18bbfc14a38b5234e09c2adcf713e38063a7e6e
change-id: 20240829-sama7d65-sck-aab8d133465b

Best regards,
-- 
Dharma Balasubiramani <dharma.b@microchip.com>



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65
  2024-08-29 10:54 [PATCH] dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65 Dharma Balasubiramani
@ 2024-08-29 16:09 ` Conor Dooley
  2024-08-31 13:39 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2024-08-29 16:09 UTC (permalink / raw)
  To: Dharma Balasubiramani
  Cc: Rob Herring, Conor Dooley, Alexandre Belloni, devicetree,
	Stephen Boyd, linux-kernel, Michael Turquette, Claudiu Beznea,
	Krzysztof Kozlowski, linux-clk, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

On Thu, Aug 29, 2024 at 04:24:37PM +0530, Dharma Balasubiramani wrote:
> Add bindings for SAMA7D65's slow clock controller.
> 
> Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65
  2024-08-29 10:54 [PATCH] dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65 Dharma Balasubiramani
  2024-08-29 16:09 ` Conor Dooley
@ 2024-08-31 13:39 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-31 13:39 UTC (permalink / raw)
  To: Dharma Balasubiramani, Michael Turquette, Stephen Boyd,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Nicolas Ferre,
	Alexandre Belloni, Claudiu Beznea
  Cc: linux-clk, devicetree, linux-arm-kernel, linux-kernel

On 29/08/2024 12:54, Dharma Balasubiramani wrote:
> Add bindings for SAMA7D65's slow clock controller.
> 
> Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
> ---
>  Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml b/Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml
> index c2283cd07f05..d4cf8ae2961e 100644
> --- a/Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml
> +++ b/Documentation/devicetree/bindings/clock/atmel,at91sam9x5-sckc.yaml
> @@ -20,6 +20,7 @@ properties:
>        - items:
>            - enum:
>                - microchip,sam9x7-sckc
> +              - microchip,sama7d65-sckc
>                - microchip,sama7g5-sckc
>            - const: microchip,sam9x60-sckc

I have doubts about this as well. For example "microchip,sam9x7-sckc"
was added, but there are no users.

Stop adding bindings without users. Before you keep posting more of this
stuff, post your DTS in parallel.

Best regards,
Krzysztof



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-31 13:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29 10:54 [PATCH] dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65 Dharma Balasubiramani
2024-08-29 16:09 ` Conor Dooley
2024-08-31 13:39 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox