]> Git Repo - linux.git/commitdiff
dt-bindings: nvmem: SID: Fix the examples node names
authorMaxime Ripard <[email protected]>
Wed, 3 Jul 2019 09:54:21 +0000 (11:54 +0200)
committerRob Herring <[email protected]>
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 <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml

index c9efd6e2c13469c765153d53484efbe0a0bd479d..1084e9d2917d041f1fa0a09ff132bf2d54b28db4 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>;
     };
This page took 0.05965 seconds and 4 git commands to generate.