All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH] dt-bindings: arm: intel,keembay: limit the dtschema to root node
@ 2021-05-26 16:27 Krzysztof Kozlowski
  2021-06-02 16:24 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2021-05-26 16:27 UTC (permalink / raw)
  To: Rob Herring, devicetree, linux-kernel
  Cc: Paul J. Murphy, Daniele Alessandrelli, Krzysztof Kozlowski

From: Krzysztof Kozlowski <krzk@kernel.org>

The check for the board compatible should be limited only to the root
node.  Any other nodes with such compatible are not part of this schema
and should not match.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com>
---

Hi Rob,

Can you take it directly?

Best regards,
Krzysztof


---
 Documentation/devicetree/bindings/arm/intel,keembay.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/intel,keembay.yaml b/Documentation/devicetree/bindings/arm/intel,keembay.yaml
index 69cd30872928..107e686ab207 100644
--- a/Documentation/devicetree/bindings/arm/intel,keembay.yaml
+++ b/Documentation/devicetree/bindings/arm/intel,keembay.yaml
@@ -11,6 +11,8 @@ maintainers:
   - Daniele Alessandrelli <daniele.alessandrelli@intel.com>
 
 properties:
+  $nodename:
+    const: '/'
   compatible:
     items:
       - enum:
-- 
2.27.0


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

* Re: [RESEND PATCH] dt-bindings: arm: intel,keembay: limit the dtschema to root node
  2021-05-26 16:27 [RESEND PATCH] dt-bindings: arm: intel,keembay: limit the dtschema to root node Krzysztof Kozlowski
@ 2021-06-02 16:24 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2021-06-02 16:24 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: devicetree, Paul J. Murphy, linux-kernel, Daniele Alessandrelli,
	Krzysztof Kozlowski, Rob Herring

On Wed, 26 May 2021 12:27:50 -0400, Krzysztof Kozlowski wrote:
> From: Krzysztof Kozlowski <krzk@kernel.org>
> 
> The check for the board compatible should be limited only to the root
> node.  Any other nodes with such compatible are not part of this schema
> and should not match.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> Acked-by: Daniele Alessandrelli <daniele.alessandrelli@intel.com>
> ---
> 
> Hi Rob,
> 
> Can you take it directly?
> 
> Best regards,
> Krzysztof
> 
> 
> ---
>  Documentation/devicetree/bindings/arm/intel,keembay.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!

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

end of thread, other threads:[~2021-06-02 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26 16:27 [RESEND PATCH] dt-bindings: arm: intel,keembay: limit the dtschema to root node Krzysztof Kozlowski
2021-06-02 16:24 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.