devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: clock: drop unneeded quotes and use absolute /schemas path
@ 2023-06-09 14:07 Krzysztof Kozlowski
  2023-06-15  0:35 ` Stephen Boyd
  2023-06-15 17:35 ` Stephen Boyd
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-09 14:07 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Magnus Damm, Paul Cercueil,
	Fabrizio Castro, linux-clk, devicetree, linux-kernel,
	linux-renesas-soc
  Cc: Krzysztof Kozlowski

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.  Also absolute path
starting with /schemas is preferred.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/clock/ingenic,cgu.yaml      | 4 ++--
 .../devicetree/bindings/clock/renesas,r9a06g032-sysctrl.yaml  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml b/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml
index 9e733b10c392..509df06b9c9d 100644
--- a/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml
+++ b/Documentation/devicetree/bindings/clock/ingenic,cgu.yaml
@@ -98,9 +98,9 @@ required:
 
 patternProperties:
   "^usb-phy@[a-f0-9]+$":
-    allOf: [ $ref: "../phy/ingenic,phy-usb.yaml#" ]
+    $ref: /schemas/phy/ingenic,phy-usb.yaml#
   "^mac-phy-ctrl@[a-f0-9]+$":
-    allOf: [ $ref: "../net/ingenic,mac.yaml#" ]
+    $ref: /schemas/net/ingenic,mac.yaml#
 
 additionalProperties: false
 
diff --git a/Documentation/devicetree/bindings/clock/renesas,r9a06g032-sysctrl.yaml b/Documentation/devicetree/bindings/clock/renesas,r9a06g032-sysctrl.yaml
index 99686085f751..26d94cedc871 100644
--- a/Documentation/devicetree/bindings/clock/renesas,r9a06g032-sysctrl.yaml
+++ b/Documentation/devicetree/bindings/clock/renesas,r9a06g032-sysctrl.yaml
@@ -48,7 +48,7 @@ properties:
 patternProperties:
   "^dma-router@[a-f0-9]+$":
     type: object
-    $ref: "../dma/renesas,rzn1-dmamux.yaml#"
+    $ref: /schemas/dma/renesas,rzn1-dmamux.yaml#
 
 required:
   - compatible
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: clock: drop unneeded quotes and use absolute /schemas path
  2023-06-09 14:07 [PATCH] dt-bindings: clock: drop unneeded quotes and use absolute /schemas path Krzysztof Kozlowski
@ 2023-06-15  0:35 ` Stephen Boyd
  2023-06-15  7:32   ` Krzysztof Kozlowski
  2023-06-15 17:35 ` Stephen Boyd
  1 sibling, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2023-06-15  0:35 UTC (permalink / raw)
  To: Conor Dooley, Fabrizio Castro, Geert Uytterhoeven,
	Krzysztof Kozlowski, Krzysztof Kozlowski, Magnus Damm,
	Michael Turquette, Paul Cercueil, Rob Herring, devicetree,
	linux-clk, linux-kernel, linux-renesas-soc
  Cc: Krzysztof Kozlowski

Quoting Krzysztof Kozlowski (2023-06-09 07:07:51)
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.  Also absolute path
> starting with /schemas is preferred.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---

It's not clear if I should pick this up. Do you want to take it through
some DT tree?

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

* Re: [PATCH] dt-bindings: clock: drop unneeded quotes and use absolute /schemas path
  2023-06-15  0:35 ` Stephen Boyd
@ 2023-06-15  7:32   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-15  7:32 UTC (permalink / raw)
  To: Stephen Boyd, Conor Dooley, Fabrizio Castro, Geert Uytterhoeven,
	Krzysztof Kozlowski, Magnus Damm, Michael Turquette,
	Paul Cercueil, Rob Herring, devicetree, linux-clk, linux-kernel,
	linux-renesas-soc

On 15/06/2023 02:35, Stephen Boyd wrote:
> Quoting Krzysztof Kozlowski (2023-06-09 07:07:51)
>> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
>> checking for this can be enabled in yamllint.  Also absolute path
>> starting with /schemas is preferred.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
> 
> It's not clear if I should pick this up. Do you want to take it through
> some DT tree?

Please grab it.

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: clock: drop unneeded quotes and use absolute /schemas path
  2023-06-09 14:07 [PATCH] dt-bindings: clock: drop unneeded quotes and use absolute /schemas path Krzysztof Kozlowski
  2023-06-15  0:35 ` Stephen Boyd
@ 2023-06-15 17:35 ` Stephen Boyd
  1 sibling, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2023-06-15 17:35 UTC (permalink / raw)
  To: Conor Dooley, Fabrizio Castro, Geert Uytterhoeven,
	Krzysztof Kozlowski, Krzysztof Kozlowski, Magnus Damm,
	Michael Turquette, Paul Cercueil, Rob Herring, devicetree,
	linux-clk, linux-kernel, linux-renesas-soc
  Cc: Krzysztof Kozlowski

Quoting Krzysztof Kozlowski (2023-06-09 07:07:51)
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.  Also absolute path
> starting with /schemas is preferred.
> 
> 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-06-15 17:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 14:07 [PATCH] dt-bindings: clock: drop unneeded quotes and use absolute /schemas path Krzysztof Kozlowski
2023-06-15  0:35 ` Stephen Boyd
2023-06-15  7:32   ` Krzysztof Kozlowski
2023-06-15 17:35 ` 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).