Re: [PATCH 3/3] ARM: dts: imx7ulp: add HSRUN mode clocks

2019-01-09 Thread Shawn Guo
On Fri, Dec 07, 2018 at 10:03:39AM +, Anson Huang wrote: > i.MX7ULP can switch CPU between RUN mode and HSRUN mode > by programming SMC1 register, different clock sources > will be used for CPU in different modes, so SMC1 can be > abstracted as a clock controller for CPU clock switch, > this pa

[PATCH 3/3] ARM: dts: imx7ulp: add HSRUN mode clocks

2018-12-07 Thread Anson Huang
i.MX7ULP can switch CPU between RUN mode and HSRUN mode by programming SMC1 register, different clock sources will be used for CPU in different modes, so SMC1 can be abstracted as a clock controller for CPU clock switch, this patch adds support for it. Signed-off-by: Anson Huang --- This patch is