Commit 392a9f63 authored by Florian Fainelli's avatar Florian Fainelli Committed by Philipp Zabel
Browse files

dt-bindings: reset: Fix brcmstb-reset example



The reset controller has a #reset-cells value of 1, so we should see a
phandle plus a register identifier, fix the example.

Fixes: 0807caf6 ("dt-bindings: reset: Add document for Broadcom STB reset controller")
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent e42617b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@ Example:
	};

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