diff options
author | Jianxin Pan <jianxin.pan@amlogic.com> | 2020-03-02 16:54:08 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2020-03-03 09:41:21 +0100 |
commit | d85eed038ef4919933b7f4f9d3b4f49ede4092aa (patch) | |
tree | 0ae2ed4a7110f9f233e8e557896e0e5ed8f98d86 /Documentation/devicetree/bindings/power | |
parent | soc: amlogic: fix compile failure with MESON_SECURE_PM_DOMAINS & !MESON_SM (diff) | |
download | linux-d85eed038ef4919933b7f4f9d3b4f49ede4092aa.tar.xz linux-d85eed038ef4919933b7f4f9d3b4f49ede4092aa.zip |
dt-bindings: power: Fix dt_binding_check error
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>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/1583164448-83438-1-git-send-email-jianxin.pan@amlogic.com
Diffstat (limited to 'Documentation/devicetree/bindings/power')
-rw-r--r-- | Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml index af32209218bb..bc4e037f3f73 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>; }; - } + }; |