From: Tomasz Figa Date: Mon, 7 Oct 2013 22:06:18 +0000 (+0900) Subject: ARM: dts: Work around lack of cpufreq regulator lookup for exynos4210-origen and... X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~53^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9f31696a5f2871238cbc1621253107f4fe132a;p=pandora-kernel.git ARM: dts: Work around lack of cpufreq regulator lookup for exynos4210-origen and trats boards Exynos cpufreq drivers does not support device tree based regulator lookup, so it can get the VDD ARM regulator only by its name. To get cpufreq working for now, this patch works this around by renaming the regulator in board dts files to vdd_arm, which is the name expected by the driver. This fixes a regression introduced by dropping support of board file based bootup of Exynos 4210 boards that rendered cpufreq inoperable on Trats and Origen boards. Signed-off-by: Tomasz Figa Signed-off-by: Kyungmin Park Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed