[PATCH 5/6] arm: exynos4-dt: statically add platform device for cpufreq-cpu0 platform driver
Lukasz Majewski
l.majewski at samsung.com
Fri Jan 10 05:23:41 EST 2014
Hi Thomas,
> In order to use the cpufreq-cpu0 driver on Exynos4 based platforms,
> statically add the platform device for cpufreq-cpu0 platform driver.
>
> Signed-off-by: Thomas Abraham <thomas.ab at samsung.com>
> ---
> arch/arm/mach-exynos/mach-exynos4-dt.c | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c
> b/arch/arm/mach-exynos/mach-exynos4-dt.c index d3e54b7..8b8ad41 100644
> --- a/arch/arm/mach-exynos/mach-exynos4-dt.c
> +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
> @@ -19,11 +19,17 @@
>
> #include "common.h"
>
> +static struct platform_device cpufreq_device = {
> + .name = "cpufreq-cpu0",
> + .id = -1,
> +};
> +
> static void __init exynos4_dt_machine_init(void)
> {
> exynos_cpuidle_init();
> exynos_cpufreq_init();
>
> + platform_device_register(&cpufreq_device);
> of_platform_populate(NULL, of_default_bus_match_table, NULL,
> NULL); }
>
Reviewed-by: Lukasz Majewski <l.majewski at samsung.com>
--
Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
More information about the linux-arm-kernel
mailing list