* [PATCH] ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock
@ 2023-11-05 13:32 Fabio Estevam
2023-11-05 15:28 ` Andrew Lunn
2023-12-05 12:29 ` Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2023-11-05 13:32 UTC (permalink / raw)
To: shawnguo; +Cc: linux-arm-kernel, Fabio Estevam
From: Fabio Estevam <festevam@denx.de>
Since commit c7e73b5051d6 ("ARM: imx: mach-imx6ul: remove 14x14 EVK
specific PHY fixup")thet Ethernet PHY is no longer configured via code
in board file.
This caused Ethernet to stop working.
Fix this problem by describing the clocks and clock-names to the
Ethernet PHY node so that the KSZ8081 chip can be clocked correctly.
Fixes: c7e73b5051d6 ("ARM: imx: mach-imx6ul: remove 14x14 EVK specific PHY fixup")
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
arch/arm/boot/dts/nxp/imx/imx6ul-pico.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul-pico.dtsi b/arch/arm/boot/dts/nxp/imx/imx6ul-pico.dtsi
index 4ffe99ed55ca..07dcecbe485d 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6ul-pico.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6ul-pico.dtsi
@@ -121,6 +121,8 @@ ethphy1: ethernet-phy@1 {
max-speed = <100>;
interrupt-parent = <&gpio5>;
interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
+ clocks = <&clks IMX6UL_CLK_ENET_REF>;
+ clock-names = "rmii-ref";
};
};
};
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock
2023-11-05 13:32 [PATCH] ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock Fabio Estevam
@ 2023-11-05 15:28 ` Andrew Lunn
2023-12-05 12:29 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2023-11-05 15:28 UTC (permalink / raw)
To: Fabio Estevam; +Cc: shawnguo, linux-arm-kernel, Fabio Estevam
On Sun, Nov 05, 2023 at 10:32:19AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
>
> Since commit c7e73b5051d6 ("ARM: imx: mach-imx6ul: remove 14x14 EVK
> specific PHY fixup")thet Ethernet PHY is no longer configured via code
> in board file.
>
> This caused Ethernet to stop working.
>
> Fix this problem by describing the clocks and clock-names to the
> Ethernet PHY node so that the KSZ8081 chip can be clocked correctly.
>
> Fixes: c7e73b5051d6 ("ARM: imx: mach-imx6ul: remove 14x14 EVK specific PHY fixup")
> Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock
2023-11-05 13:32 [PATCH] ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock Fabio Estevam
2023-11-05 15:28 ` Andrew Lunn
@ 2023-12-05 12:29 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2023-12-05 12:29 UTC (permalink / raw)
To: Fabio Estevam; +Cc: linux-arm-kernel, Fabio Estevam
On Sun, Nov 05, 2023 at 10:32:19AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
>
> Since commit c7e73b5051d6 ("ARM: imx: mach-imx6ul: remove 14x14 EVK
> specific PHY fixup")thet Ethernet PHY is no longer configured via code
> in board file.
>
> This caused Ethernet to stop working.
>
> Fix this problem by describing the clocks and clock-names to the
> Ethernet PHY node so that the KSZ8081 chip can be clocked correctly.
>
> Fixes: c7e73b5051d6 ("ARM: imx: mach-imx6ul: remove 14x14 EVK specific PHY fixup")
> Signed-off-by: Fabio Estevam <festevam@denx.de>
Applied, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-05 12:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-05 13:32 [PATCH] ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock Fabio Estevam
2023-11-05 15:28 ` Andrew Lunn
2023-12-05 12:29 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).