All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND v3] dt-bindings: mailbox: fsl,mu: Add missing power-domains
@ 2020-10-02 16:18 Krzysztof Kozlowski
  2020-10-05 14:39 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2020-10-02 16:18 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>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>

---

Hi Rob,

You previously reviewed this patch. Can you pick it up to your tree?

Best regards,
Krzysztof

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] 2+ messages in thread

* Re: [RESEND v3] dt-bindings: mailbox: fsl,mu: Add missing power-domains
  2020-10-02 16:18 [RESEND v3] dt-bindings: mailbox: fsl,mu: Add missing power-domains Krzysztof Kozlowski
@ 2020-10-05 14:39 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2020-10-05 14:39 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Dong Aisheng, linux-kernel, devicetree, Rob Herring, Jassi Brar

On Fri, 02 Oct 2020 18:18:37 +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>
> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
> 
> ---
> 
> Hi Rob,
> 
> You previously reviewed this patch. Can you pick it up to your tree?
> 
> Best regards,
> Krzysztof
> 
> 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(+)
> 

Applied, thanks!

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

end of thread, other threads:[~2020-10-05 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02 16:18 [RESEND v3] dt-bindings: mailbox: fsl,mu: Add missing power-domains Krzysztof Kozlowski
2020-10-05 14:39 ` 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.