devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: hirschmann,hellcreek: use absolute path to other schema
@ 2022-07-26 11:56 Krzysztof Kozlowski
  2022-07-26 12:00 ` Kurt Kanzenbach
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-26 11:56 UTC (permalink / raw)
  To: Kurt Kanzenbach, Andrew Lunn, Vivien Didelot, Florian Fainelli,
	Vladimir Oltean, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Rob Herring, Krzysztof Kozlowski, netdev, devicetree,
	linux-kernel
  Cc: Krzysztof Kozlowski

Absolute path to other DT schema is preferred over relative one.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../devicetree/bindings/net/dsa/hirschmann,hellcreek.yaml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/dsa/hirschmann,hellcreek.yaml b/Documentation/devicetree/bindings/net/dsa/hirschmann,hellcreek.yaml
index 5592f58fa6f0..228683773151 100644
--- a/Documentation/devicetree/bindings/net/dsa/hirschmann,hellcreek.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/hirschmann,hellcreek.yaml
@@ -48,7 +48,7 @@ properties:
       "^led@[01]$":
         type: object
         description: Hellcreek leds
-        $ref: ../../leds/common.yaml#
+        $ref: /schemas/leds/common.yaml#
 
         properties:
           reg:
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: net: hirschmann,hellcreek: use absolute path to other schema
  2022-07-26 11:56 [PATCH] dt-bindings: net: hirschmann,hellcreek: use absolute path to other schema Krzysztof Kozlowski
@ 2022-07-26 12:00 ` Kurt Kanzenbach
  2022-07-27 15:07 ` Rob Herring
  2022-07-28  1:50 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Kurt Kanzenbach @ 2022-07-26 12:00 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andrew Lunn, Vivien Didelot,
	Florian Fainelli, Vladimir Oltean, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	netdev, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

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

On Tue Jul 26 2022, Krzysztof Kozlowski wrote:
> Absolute path to other DT schema is preferred over relative one.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Acked-by: Kurt Kanzenbach <kurt@linutronix.de>

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

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

* Re: [PATCH] dt-bindings: net: hirschmann,hellcreek: use absolute path to other schema
  2022-07-26 11:56 [PATCH] dt-bindings: net: hirschmann,hellcreek: use absolute path to other schema Krzysztof Kozlowski
  2022-07-26 12:00 ` Kurt Kanzenbach
@ 2022-07-27 15:07 ` Rob Herring
  2022-07-28  1:50 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-07-27 15:07 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Florian Fainelli, Andrew Lunn, devicetree,
	Vladimir Oltean, David S. Miller, Eric Dumazet, Paolo Abeni,
	netdev, Jakub Kicinski, linux-kernel, Vivien Didelot,
	Krzysztof Kozlowski, Kurt Kanzenbach

On Tue, 26 Jul 2022 13:56:50 +0200, Krzysztof Kozlowski wrote:
> Absolute path to other DT schema is preferred over relative one.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../devicetree/bindings/net/dsa/hirschmann,hellcreek.yaml       | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH] dt-bindings: net: hirschmann,hellcreek: use absolute path to other schema
  2022-07-26 11:56 [PATCH] dt-bindings: net: hirschmann,hellcreek: use absolute path to other schema Krzysztof Kozlowski
  2022-07-26 12:00 ` Kurt Kanzenbach
  2022-07-27 15:07 ` Rob Herring
@ 2022-07-28  1:50 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-07-28  1:50 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: kurt, andrew, vivien.didelot, f.fainelli, olteanv, davem,
	edumazet, kuba, pabeni, robh+dt, krzysztof.kozlowski+dt, netdev,
	devicetree, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 26 Jul 2022 13:56:50 +0200 you wrote:
> Absolute path to other DT schema is preferred over relative one.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../devicetree/bindings/net/dsa/hirschmann,hellcreek.yaml       | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - dt-bindings: net: hirschmann,hellcreek: use absolute path to other schema
    https://git.kernel.org/netdev/net-next/c/a683dc5c148a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-07-28  1:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-26 11:56 [PATCH] dt-bindings: net: hirschmann,hellcreek: use absolute path to other schema Krzysztof Kozlowski
2022-07-26 12:00 ` Kurt Kanzenbach
2022-07-27 15:07 ` Rob Herring
2022-07-28  1:50 ` patchwork-bot+netdevbpf

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).