[PATCH] clk: imx7d: do not set the parent of IMX7D_ENET_AXI_ROOT_SRC
From: festevam@gmail.com (Fabio Estevam)
Date: 2016-08-12 01:35:56
Also in:
linux-clk
From: festevam@gmail.com (Fabio Estevam)
Date: 2016-08-12 01:35:56
Also in:
linux-clk
Hi Stefan, On Thu, Aug 11, 2016 at 8:57 PM, Stefan Agner [off-list ref] wrote:
I don't think so, at least not that root clock. Otherwise grep -e IMX7D_PLL_ENET_MAIN_250M_CLK arch/arm/boot/dts/imx7* should return something...
Yes, you are right. The enet root clock parent assignment is missing in dts. Other enet clocks are assigned.
I guess in practice it is not a problem because the boot loader configures the clock selection already. Still, I think we should also fix our device trees and select the root clock there...
Yes, I didn't see any error on mx7d-sdb when I tested this patch, but to be on the safe side I will update all the mx7 fec users to assign enet root clk in the dts. Thanks