提交 392a9f63 编写于 作者: F Florian Fainelli 提交者: Philipp Zabel

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: NFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: NPhilipp Zabel <p.zabel@pengutronix.de>
上级 e42617b8
...@@ -22,6 +22,6 @@ Example: ...@@ -22,6 +22,6 @@ Example:
}; };
&ethernet_switch { &ethernet_switch {
resets = <&reset>; resets = <&reset 26>;
reset-names = "switch"; reset-names = "switch";
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册