Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Maxime Ripard and committed by
Rob Herring
ce842e73 c61f0256

+2 -2
+2 -2
Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
··· 37 37 38 38 examples: 39 39 - | 40 - sid@1c23800 { 40 + efuse@1c23800 { 41 41 compatible = "allwinner,sun4i-a10-sid"; 42 42 reg = <0x01c23800 0x10>; 43 43 }; 44 44 45 45 - | 46 - sid@1c23800 { 46 + efuse@1c23800 { 47 47 compatible = "allwinner,sun7i-a20-sid"; 48 48 reg = <0x01c23800 0x200>; 49 49 };