Re: [PATCH 2/2] ARM: dts: imx7: add USDHC NAND clock to SDHC instances

From: Fabio Estevam
Date: Sun Apr 02 2017 - 13:03:22 EST


On Sat, Apr 1, 2017 at 1:15 AM, Stefan Agner <stefan@xxxxxxxx> wrote:

> IMX7D_IPG_ROOT_CLK is currently not a valid clock in upstream... So we
> would have to add it to the clock driver first.
>
> I guess we could/should add it anyway at one point? But probably also as
> init on, just to make sure Linux does not disable it since it is
> currently used by several IPs implicitly.

Yes, I made a previous attempt do add IMX7D_IPG_ROOT_CLK and it did
not work as I did not put it in the init_on clock list.

Will submit a new patch adding it to init_on, thanks.