diff mbox series

dt-bindings: nvmem: SID: Fix the examples node names

Message ID 20190703095421.11798-1-maxime.ripard@bootlin.com
State Not Applicable, archived
Headers show
Series dt-bindings: nvmem: SID: Fix the examples node names | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Maxime Ripard July 3, 2019, 9:54 a.m. UTC
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>
---
 .../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Rob Herring July 3, 2019, 7:04 p.m. UTC | #1
On Wed, Jul 3, 2019 at 3:54 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>
> 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>
> ---
>  .../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml    | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Rob Herring <robh@kernel.org>
Rob Herring (Arm) July 26, 2019, 11:40 p.m. UTC | #2
On Wed, Jul 03, 2019 at 01:04:53PM -0600, Rob Herring wrote:
> On Wed, Jul 3, 2019 at 3:54 AM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
> >
> > 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>
> > ---
> >  .../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml    | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Reviewed-by: Rob Herring <robh@kernel.org>

Seems this one has been missed for 5.3, so I've applied it.

Rob
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml b/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
index c9efd6e2c134..1084e9d2917d 100644
--- a/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
+++ b/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
@@ -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>;
     };