ARM: dts: imx7ulp: add HSRUN mode clocks
authorAnson Huang <anson.huang@nxp.com>
Fri, 7 Dec 2018 10:03:39 +0000 (10:03 +0000)
committerShawn Guo <shawnguo@kernel.org>
Thu, 10 Jan 2019 06:55:57 +0000 (14:55 +0800)
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 <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7ulp.dtsi

index 931b275..b86daf7 100644 (file)
                        assigned-clock-parents = <&scg1 IMX7ULP_CLK_SOSC_BUS_CLK>;
                };
 
-               smc1: smc1@40410000 {
+               smc1: clock-controller@40410000 {
                        compatible = "fsl,imx7ulp-smc1";
                        reg = <0x40410000 0x1000>;
+                       #clock-cells = <1>;
+                       clocks = <&scg1 IMX7ULP_CLK_CORE_DIV>,
+                                <&scg1 IMX7ULP_CLK_HSRUN_CORE_DIV>;
+                       clock-names = "divcore", "hsrun_divcore";
                };
 
                pcc3: clock-controller@40b30000 {