[PATCH] clk: imx7d: do not set the parent of IMX7D_ENET_AXI_ROOT_SRC
From: stefan@agner.ch (Stefan Agner)
Date: 2016-08-11 23:57:48
Also in:
linux-clk
From: stefan@agner.ch (Stefan Agner)
Date: 2016-08-11 23:57:48
Also in:
linux-clk
Hi, On 2016-08-11 16:53, Fabio Estevam wrote:
Hi Stephen, On Thu, Aug 11, 2016 at 7:28 PM, Stephen Boyd [off-list ref] wrote:quoted
Is there a "Fixes:" tag that can be applied here? Does thisThis parent assignment exists since the mx7d clk driver was introduced in commit 8f6d8094b21 ("ARM: imx: add imx7d clk tree support").quoted
depend on some sort of DTS changes to add assigned clocks and parents?All the mx7 dts users assign the ENET clocks in their dts files.
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... 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... -- Stefan