提交 2f61929e 编写于 作者: L Ludovic Desroches 提交者: Nicolas Ferre

ARM: dts: at91: at91-sama5d27_som1: fix PHY ID

The PHY ID is incorrect. It leads to troubles when resuming from standby
or mem power states.
Signed-off-by: NLudovic Desroches <ludovic.desroches@microchip.com>
Fixes: af690fa3 ("ARM: dts: at91: at91-sama5d27_som1: add sama5d27 SoM1 support")
Signed-off-by: NNicolas Ferre <nicolas.ferre@microchip.com>
上级 093d79f6
...@@ -67,8 +67,8 @@ ...@@ -67,8 +67,8 @@
pinctrl-0 = <&pinctrl_macb0_default>; pinctrl-0 = <&pinctrl_macb0_default>;
phy-mode = "rmii"; phy-mode = "rmii";
ethernet-phy@1 { ethernet-phy@0 {
reg = <0x1>; reg = <0x0>;
interrupt-parent = <&pioA>; interrupt-parent = <&pioA>;
interrupts = <PIN_PD31 IRQ_TYPE_LEVEL_LOW>; interrupts = <PIN_PD31 IRQ_TYPE_LEVEL_LOW>;
pinctrl-names = "default"; pinctrl-names = "default";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册