Skip to content

Commit

Permalink
dt-bindings: nvmem: SID: Fix the examples node names
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mripard authored and robherring committed Jul 26, 2019
1 parent c61f025 commit ce842e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down

0 comments on commit ce842e7

Please sign in to comment.