Skip to content

Commit

Permalink
dt-bindings: reset: Fix brcmstb-reset example
Browse files Browse the repository at this point in the history
The reset controller has a #reset-cells value of 1, so we should see a
phandle plus a register identifier, fix the example.

Fixes: 0807caf ("dt-bindings: reset: Add document for Broadcom STB reset controller")
Signed-off-by: Florian Fainelli <[email protected]>
Signed-off-by: Philipp Zabel <[email protected]>
  • Loading branch information
ffainelli authored and pH5 committed Dec 10, 2019
1 parent e42617b commit 392a9f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Example:
};

&ethernet_switch {
resets = <&reset>;
resets = <&reset 26>;
reset-names = "switch";
};

0 comments on commit 392a9f6

Please sign in to comment.