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

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: 0807caf647dd ("dt-bindings: reset: Add document for Broadcom STB reset controller")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Florian Fainelli and committed by
Philipp Zabel
392a9f63 e42617b8

+1 -1
+1 -1
Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt
··· 22 22 }; 23 23 24 24 &ethernet_switch { 25 - resets = <&reset>; 25 + resets = <&reset 26>; 26 26 reset-names = "switch"; 27 27 };