提交 fa728505 编写于 作者: M Michael Walle 提交者: Jakub Kicinski

dt-bindings: net: lan966x: fix example

In commit 4fdabd50 ("dt-bindings: net: lan966x: remove PHY reset")
the PHY reset was removed, but I failed to remove it from the example.
Fix it.

Fixes: 4fdabd50 ("dt-bindings: net: lan966x: remove PHY reset")
Reported-by: NRob Herring <robh@kernel.org>
Signed-off-by: NMichael Walle <michael@walle.cc>
Acked-by: NRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220503132038.2714128-1-michael@walle.ccSigned-off-by: NJakub Kicinski <kuba@kernel.org>
上级 425b9c7f
......@@ -145,8 +145,8 @@ examples:
reg-names = "cpu", "gcb";
interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "xtr";
resets = <&switch_reset 0>, <&phy_reset 0>;
reset-names = "switch", "phy";
resets = <&switch_reset 0>;
reset-names = "switch";
ethernet-ports {
#address-cells = <1>;
#size-cells = <0>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册