summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2017-09-06 22:35:44 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:30:31 +0800
commit244929edff61c8b97be3c21ea287e9fcfeca3bc0 (patch)
treea217746a2cbb580fb4cd28ad14b1343e691d0964 /include
parentb6c414407ec94668d96ebef211f422fdd83b0e48 (diff)
MLK-17491-21 clk: imx7ulp: fix RTC OSC clock name
'CKIL' clock name is derived from MX6 SoC series which is invalid for MX7ULP (can't find it from RM). Changing it to the correct 'ROSC' which is defined in RM. The exist 'OSC' name is also changed accordingly which should be SOSC (System OSC). Fixes: aacf0b70af26 ("MLK-13441-6 ARM: imx: add i.mx7ulp clock driver") Cc: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/imx7ulp-clock.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/dt-bindings/clock/imx7ulp-clock.h b/include/dt-bindings/clock/imx7ulp-clock.h
index 672a89f838a7..f76e02917a45 100644
--- a/include/dt-bindings/clock/imx7ulp-clock.h
+++ b/include/dt-bindings/clock/imx7ulp-clock.h
@@ -12,8 +12,8 @@
#define __DT_BINDINGS_CLOCK_IMX7ULP_H
#define IMX7ULP_CLK_DUMMY 0
-#define IMX7ULP_CLK_CKIL 1
-#define IMX7ULP_CLK_OSC 2
+#define IMX7ULP_CLK_ROSC 1
+#define IMX7ULP_CLK_SOSC 2
#define IMX7ULP_CLK_FIRC 3
/* SCG1 */
@@ -110,8 +110,8 @@
/*cm4 clocks*/
#define IMX7ULP_CM4_CLK_DUMMY 0
-#define IMX7ULP_CM4_CLK_CKIL 1
-#define IMX7ULP_CM4_CLK_OSC 2
+#define IMX7ULP_CM4_CLK_ROSC 1
+#define IMX7ULP_CM4_CLK_SOSC 2
#define IMX7ULP_CM4_CLK_FIRC 3
#define IMX7ULP_CM4_CLK_SIRC 4