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

ARM: dts: imx6qdl-tx6: add ENET_OUT clock to fec node

ENET_OUT is used as reference clock for the ethernet PHY on the Ka-Ro
TX6 modules. Specify this clock in DTB to let it be managed correctly
by the driver.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Lothar Waßmann and committed by
Shawn Guo
76591910 43ffc19e

+5
+5
arch/arm/boot/dts/imx6qdl-tx6.dtsi
··· 227 227 &fec { 228 228 pinctrl-names = "default"; 229 229 pinctrl-0 = <&pinctrl_enet>; 230 + clocks = <&clks IMX6QDL_CLK_ENET>, 231 + <&clks IMX6QDL_CLK_ENET>, 232 + <&clks IMX6QDL_CLK_ENET_REF>, 233 + <&clks IMX6QDL_CLK_ENET_REF>; 234 + clock-names = "ipg", "ahb", "ptp", "enet_out"; 230 235 phy-mode = "rmii"; 231 236 phy-reset-gpios = <&gpio7 6 GPIO_ACTIVE_HIGH>; 232 237 phy-supply = <&reg_3v3_etn>;