OSDN Git Service

dt-bindings: nvmem: SID: Fix the examples node names
authorMaxime Ripard <maxime.ripard@bootlin.com>
Wed, 3 Jul 2019 09:54:21 +0000 (11:54 +0200)
committerRob Herring <robh@kernel.org>
Fri, 26 Jul 2019 23:40:40 +0000 (17:40 -0600)
Now that the examples are validated, the examples in the SID binding
generates an error since the node names aren't one of the valid ones.

Let's switch for one that is ok.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml

index c9efd6e..1084e9d 100644 (file)
@@ -37,13 +37,13 @@ required:
 
 examples:
   - |
-    sid@1c23800 {
+    efuse@1c23800 {
         compatible = "allwinner,sun4i-a10-sid";
         reg = <0x01c23800 0x10>;
     };
 
   - |
-    sid@1c23800 {
+    efuse@1c23800 {
         compatible = "allwinner,sun7i-a20-sid";
         reg = <0x01c23800 0x200>;
     };