]> Git Repo - linux.git/commitdiff
dt-bindings: power: Fix dt_binding_check error
authorJianxin Pan <[email protected]>
Mon, 2 Mar 2020 15:54:08 +0000 (23:54 +0800)
committerKevin Hilman <[email protected]>
Tue, 3 Mar 2020 08:41:21 +0000 (00:41 -0800)
Missing ';' in the end of secure-monitor example node.

Fixes: 165b5fb294e8 ("dt-bindings: power: add Amlogic secure power domains bindings")
Reported-by: Rob Herring <[email protected]>
Signed-off-by: Jianxin Pan <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml

index af32209218bbfe482b990265b507c1b73f339af3..bc4e037f3f73f8174a4fdda94d5705642e2d3c1c 100644 (file)
@@ -36,5 +36,5 @@ examples:
             compatible = "amlogic,meson-a1-pwrc";
             #power-domain-cells = <1>;
         };
-    }
+    };
 
This page took 0.050482 seconds and 4 git commands to generate.