linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: power: Fix dt_binding_check error
@ 2020-03-02 15:54 Jianxin Pan
  2020-03-02 16:31 ` Kevin Hilman
  2020-03-02 20:15 ` Rob Herring
  0 siblings, 2 replies; 8+ messages in thread
From: Jianxin Pan @ 2020-03-02 15:54 UTC (permalink / raw)
  To: Kevin Hilman, linux-amlogic
  Cc: Stephen Rothwell, Jianxin Pan, Neil Armstrong,
	Martin Blumenstingl, linux-pm, linux-kernel, SoC Team,
	Rob Herring, linux-arm-kernel, devicetree, Jerome Brunet

Missing ';' in the end of secure-monitor example node.

Fixes: 165b5fb294e8 ("dt-bindings: power: add Amlogic secure power domains bindings")
Reported-by: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
---
 Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
index af32209..bc4e037 100644
--- a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
+++ b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml
@@ -36,5 +36,5 @@ examples:
             compatible = "amlogic,meson-a1-pwrc";
             #power-domain-cells = <1>;
         };
-    }
+    };
 
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-03-10 22:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-02 15:54 [PATCH v2] dt-bindings: power: Fix dt_binding_check error Jianxin Pan
2020-03-02 16:31 ` Kevin Hilman
2020-03-10 20:36   ` Rob Herring
2020-03-10 22:03     ` Kevin Hilman
2020-03-02 20:15 ` Rob Herring
2020-03-03  8:43   ` Kevin Hilman
2020-03-04 16:35     ` Jianxin Pan
2020-03-04 16:34   ` Jianxin Pan

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