diff options
author | Ranjani Vaidyanathan <ra5478@freescale.com> | 2013-08-23 14:34:49 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:01:26 -0400 |
commit | 30951d6a084dc05092bdab8b086f912ff865fc55 (patch) | |
tree | 15dc3f3cb503b273163a62e71ed3c4a51bed2953 | |
parent | 3a81bd8ba44cbf770f2b2d75e70196e71bf1704c (diff) |
ENGR00276593-2 [iMX6x] - Remove references to iMX6Q
Rename iMX6Q CPUFREQ references to iMX6 as the code is
common to all chips in the iMX6x family.
Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
-rw-r--r-- | arch/arm/mach-imx/Makefile | 2 | ||||
-rw-r--r-- | arch/arm/mach-imx/mach-imx6q.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index d1e29d1afdef..e53fb59eaf95 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile | |||
@@ -104,7 +104,7 @@ obj-$(CONFIG_SOC_IMX6SL) += clk-imx6sl.o mach-imx6sl.o | |||
104 | AFLAGS_suspend-imx6.o :=-Wa,-march=armv7-a | 104 | AFLAGS_suspend-imx6.o :=-Wa,-march=armv7-a |
105 | obj-$(CONFIG_PM) += pm-imx6.o headsmp.o suspend-imx6.o | 105 | obj-$(CONFIG_PM) += pm-imx6.o headsmp.o suspend-imx6.o |
106 | 106 | ||
107 | ifeq ($(CONFIG_ARM_IMX6Q_CPUFREQ),y) | 107 | ifeq ($(CONFIG_ARM_IMX6_CPUFREQ),y) |
108 | obj-y += busfreq-imx6.o | 108 | obj-y += busfreq-imx6.o |
109 | obj-$(CONFIG_SOC_IMX6Q) += ddr3_freq_imx6.o busfreq_ddr3.o | 109 | obj-$(CONFIG_SOC_IMX6Q) += ddr3_freq_imx6.o busfreq_ddr3.o |
110 | endif | 110 | endif |
diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c index cfa93827c9ad..99ada1118fb6 100644 --- a/arch/arm/mach-imx/mach-imx6q.c +++ b/arch/arm/mach-imx/mach-imx6q.c | |||
@@ -273,7 +273,7 @@ put_node: | |||
273 | } | 273 | } |
274 | 274 | ||
275 | static struct platform_device imx6q_cpufreq_pdev = { | 275 | static struct platform_device imx6q_cpufreq_pdev = { |
276 | .name = "imx6q-cpufreq", | 276 | .name = "imx6-cpufreq", |
277 | }; | 277 | }; |
278 | 278 | ||
279 | static void __init imx6q_init_late(void) | 279 | static void __init imx6q_init_late(void) |
@@ -299,7 +299,7 @@ static void __init imx6q_init_late(void) | |||
299 | IMX_CHIP_REVISION_1_0)) | 299 | IMX_CHIP_REVISION_1_0)) |
300 | imx6q_cpuidle_init(); | 300 | imx6q_cpuidle_init(); |
301 | 301 | ||
302 | if (IS_ENABLED(CONFIG_ARM_IMX6Q_CPUFREQ)) { | 302 | if (IS_ENABLED(CONFIG_ARM_IMX6_CPUFREQ)) { |
303 | imx6q_opp_init(&imx6q_cpufreq_pdev.dev); | 303 | imx6q_opp_init(&imx6q_cpufreq_pdev.dev); |
304 | platform_device_register(&imx6q_cpufreq_pdev); | 304 | platform_device_register(&imx6q_cpufreq_pdev); |
305 | } | 305 | } |