* [PATCH] dt-bindings: clock: xlnx,versal-clk: drop select:false
@ 2023-07-28 16:59 Krzysztof Kozlowski
2023-07-28 17:09 ` Conor Dooley
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-28 16:59 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Michal Simek, Rajan Vaja, linux-clk, devicetree,
linux-kernel
Cc: Krzysztof Kozlowski, stable, Shubhrajyoti Datta
select:false makes the schema basically ignored and not effective, which
is clearly not what we want for a device binding.
Fixes: 352546805a44 ("dt-bindings: clock: Add bindings for versal clock driver")
Cc: <stable@vger.kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Cc: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
---
Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml | 2 --
1 file changed, 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml b/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml
index e9cf747bf89b..04ea327d5313 100644
--- a/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml
+++ b/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml
@@ -14,8 +14,6 @@ description: |
reads required input clock frequencies from the devicetree and acts as clock
provider for all clock consumers of PS clocks.
-select: false
-
properties:
compatible:
oneOf:
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: clock: xlnx,versal-clk: drop select:false
2023-07-28 16:59 [PATCH] dt-bindings: clock: xlnx,versal-clk: drop select:false Krzysztof Kozlowski
@ 2023-07-28 17:09 ` Conor Dooley
2023-07-31 4:13 ` Datta, Shubhrajyoti
2023-08-02 19:09 ` Stephen Boyd
2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2023-07-28 17:09 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Michal Simek, Rajan Vaja, linux-clk, devicetree,
linux-kernel, stable, Shubhrajyoti Datta
[-- Attachment #1: Type: text/plain, Size: 1358 bytes --]
On Fri, Jul 28, 2023 at 06:59:23PM +0200, Krzysztof Kozlowski wrote:
> select:false makes the schema basically ignored and not effective, which
> is clearly not what we want for a device binding.
>
> Fixes: 352546805a44 ("dt-bindings: clock: Add bindings for versal clock driver")
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thanks for spotting it!
Validation of the other patch seems to function as intended with this
applied.
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Thanks,
Conor.
>
> ---
>
> Cc: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
> ---
> Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml b/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml
> index e9cf747bf89b..04ea327d5313 100644
> --- a/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml
> +++ b/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml
> @@ -14,8 +14,6 @@ description: |
> reads required input clock frequencies from the devicetree and acts as clock
> provider for all clock consumers of PS clocks.
>
> -select: false
> -
> properties:
> compatible:
> oneOf:
> --
> 2.34.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] dt-bindings: clock: xlnx,versal-clk: drop select:false
2023-07-28 16:59 [PATCH] dt-bindings: clock: xlnx,versal-clk: drop select:false Krzysztof Kozlowski
2023-07-28 17:09 ` Conor Dooley
@ 2023-07-31 4:13 ` Datta, Shubhrajyoti
2023-08-02 19:09 ` Stephen Boyd
2 siblings, 0 replies; 4+ messages in thread
From: Datta, Shubhrajyoti @ 2023-07-31 4:13 UTC (permalink / raw)
To: Krzysztof Kozlowski, Michael Turquette, Stephen Boyd, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Simek, Michal, Rajan Vaja,
linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: stable@vger.kernel.org
[AMD Official Use Only - General]
> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Friday, July 28, 2023 10:29 PM
> To: Michael Turquette <mturquette@baylibre.com>; Stephen Boyd
> <sboyd@kernel.org>; Rob Herring <robh+dt@kernel.org>; Krzysztof
> Kozlowski <krzysztof.kozlowski+dt@linaro.org>; Conor Dooley
> <conor+dt@kernel.org>; Simek, Michal <michal.simek@amd.com>; Rajan
> Vaja <rajan.vaja@xilinx.com>; linux-clk@vger.kernel.org;
> devicetree@vger.kernel.org; linux-kernel@vger.kernel.org
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>;
> stable@vger.kernel.org; Datta, Shubhrajyoti <shubhrajyoti.datta@amd.com>
> Subject: [PATCH] dt-bindings: clock: xlnx,versal-clk: drop select:false
>
> Caution: This message originated from an External Source. Use proper
> caution when opening attachments, clicking links, or responding.
>
>
> select:false makes the schema basically ignored and not effective, which is
> clearly not what we want for a device binding.
>
> Fixes: 352546805a44 ("dt-bindings: clock: Add bindings for versal clock
> driver")
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
Reviewed-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: clock: xlnx,versal-clk: drop select:false
2023-07-28 16:59 [PATCH] dt-bindings: clock: xlnx,versal-clk: drop select:false Krzysztof Kozlowski
2023-07-28 17:09 ` Conor Dooley
2023-07-31 4:13 ` Datta, Shubhrajyoti
@ 2023-08-02 19:09 ` Stephen Boyd
2 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2023-08-02 19:09 UTC (permalink / raw)
To: Conor Dooley, Krzysztof Kozlowski, Krzysztof Kozlowski,
Michael Turquette, Michal Simek, Rajan Vaja, Rob Herring,
devicetree, linux-clk, linux-kernel
Cc: Krzysztof Kozlowski, stable, Shubhrajyoti Datta
Quoting Krzysztof Kozlowski (2023-07-28 09:59:23)
> select:false makes the schema basically ignored and not effective, which
> is clearly not what we want for a device binding.
>
> Fixes: 352546805a44 ("dt-bindings: clock: Add bindings for versal clock driver")
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> ---
Applied to clk-next
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-02 19:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-28 16:59 [PATCH] dt-bindings: clock: xlnx,versal-clk: drop select:false Krzysztof Kozlowski
2023-07-28 17:09 ` Conor Dooley
2023-07-31 4:13 ` Datta, Shubhrajyoti
2023-08-02 19:09 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).