Re: [PATCH] dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2024-08-31 13:39:48
Also in:
linux-arm-kernel, linux-clk, lkml
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2024-08-31 13:39:48
Also in:
linux-arm-kernel, linux-clk, lkml
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