All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] dt-bindings: mailbox: fsl,mu: Add missing power-domains
@ 2020-09-17 19:42 Krzysztof Kozlowski
  2020-09-18  2:57 ` Aisheng Dong
  2020-09-23 20:33 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-17 19:42 UTC (permalink / raw)
  To: Jassi Brar, Rob Herring, Dong Aisheng, linux-kernel, devicetree
  Cc: Krzysztof Kozlowski

Add quite common property - power-domains - to fix dtbs_check warnings
like:

  arch/arm64/boot/dts/freescale/imx8qxp-mek.dt.yaml:
    mailbox@5d280000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

---

Changes since v2:
1. Set maxItems to power domains to 1

Changes since v1:
1. Add missing properties instead of unevaluatedProperties
---
 Documentation/devicetree/bindings/mailbox/fsl,mu.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml b/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
index 7ed096360be2..15cef82cd356 100644
--- a/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
+++ b/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
@@ -72,6 +72,9 @@ properties:
     description: boolean, if present, means it is for side B MU.
     type: boolean
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg
-- 
2.17.1


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

* RE: [PATCH v3] dt-bindings: mailbox: fsl,mu: Add missing power-domains
  2020-09-17 19:42 [PATCH v3] dt-bindings: mailbox: fsl,mu: Add missing power-domains Krzysztof Kozlowski
@ 2020-09-18  2:57 ` Aisheng Dong
  2020-09-23 20:33 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Aisheng Dong @ 2020-09-18  2:57 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Jassi Brar, Rob Herring, linux-kernel, devicetree

> From: Krzysztof Kozlowski <krzk@kernel.org>
> Sent: Friday, September 18, 2020 3:42 AM
> 
> Add quite common property - power-domains - to fix dtbs_check warnings
> like:
> 
>   arch/arm64/boot/dts/freescale/imx8qxp-mek.dt.yaml:
>     mailbox@5d280000: 'power-domains' does not match any of the regexes:
> 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>

Regards
Aisheng

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

* Re: [PATCH v3] dt-bindings: mailbox: fsl,mu: Add missing power-domains
  2020-09-17 19:42 [PATCH v3] dt-bindings: mailbox: fsl,mu: Add missing power-domains Krzysztof Kozlowski
  2020-09-18  2:57 ` Aisheng Dong
@ 2020-09-23 20:33 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2020-09-23 20:33 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Dong Aisheng, Rob Herring, linux-kernel, Jassi Brar, devicetree

On Thu, 17 Sep 2020 21:42:20 +0200, Krzysztof Kozlowski wrote:
> Add quite common property - power-domains - to fix dtbs_check warnings
> like:
> 
>   arch/arm64/boot/dts/freescale/imx8qxp-mek.dt.yaml:
>     mailbox@5d280000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> ---
> 
> Changes since v2:
> 1. Set maxItems to power domains to 1
> 
> Changes since v1:
> 1. Add missing properties instead of unevaluatedProperties
> ---
>  Documentation/devicetree/bindings/mailbox/fsl,mu.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

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

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

end of thread, other threads:[~2020-09-23 20:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 19:42 [PATCH v3] dt-bindings: mailbox: fsl,mu: Add missing power-domains Krzysztof Kozlowski
2020-09-18  2:57 ` Aisheng Dong
2020-09-23 20:33 ` 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.