summary refs log tree commit diff
path: root/Documentation
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-03-28 15:53:26 -0300
committerRob Herring <robh@kernel.org>2020-04-14 15:41:13 -0500
commitec76f57d62669a396e6f519cdf99e3522246e3f5 (patch)
tree5b98ee712958b1983c86f6ab381a754ec3b82d86 /Documentation
parentc6be88ad207bde37763e12e5b2dae1a15fa75b2b (diff)
downloadlinux-ec76f57d62669a396e6f519cdf99e3522246e3f5.tar.gz
dt-bindings: clock: syscon-icst: Remove unneeded unit name
The following warnings are seen with 'make dt_binding_check':

Documentation/devicetree/bindings/clock/arm,syscon-icst.example.dts:17.16-24.11: Warning (unit_address_vs_reg): /example-0/clock@00: node has a unit name, but no reg or ranges property
Documentation/devicetree/bindings/clock/arm,syscon-icst.example.dts:17.16-24.11: Warning (unit_address_format): /example-0/clock@00: unit name should not have leading 0s

Fix them by removing the unneeded clock unit name.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml b/Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml
index de9a465096db..444aeea27db8 100644
--- a/Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml
+++ b/Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml
@@ -91,7 +91,7 @@ required:
 
 examples:
   - |
-    vco1: clock@00 {
+    vco1: clock {
       compatible = "arm,impd1-vco1";
       #clock-cells = <0>;
       lock-offset = <0x08>;