Quoting Abel Vesa (2019-02-15 09:48:45) > Add the missing ARM clock which will be used by cpufreq > > Signed-off-by: Abel Vesa <[email protected]> > Reviewed-by: Lucas Stach <[email protected]> > --- > include/dt-bindings/clock/imx8mq-clock.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/include/dt-bindings/clock/imx8mq-clock.h > b/include/dt-bindings/clock/imx8mq-clock.h > index 04f7ac3..47c790c 100644 > --- a/include/dt-bindings/clock/imx8mq-clock.h > +++ b/include/dt-bindings/clock/imx8mq-clock.h > @@ -391,5 +391,7 @@ > > #define IMX8MQ_CLK_NAND_USDHC_BUS_RAWNAND_CLK 267 > > -#define IMX8MQ_CLK_END 268 > +#define IMX8MQ_CLK_ARM 268 > +
This conflicts with Fabio's patch. And also depends on rc6 material that seems to have gone through a different tree than clk tree. I'm just going to fix the numbering.

