ARM: dts: Work around lack of cpufreq regulator lookup for exynos4210-origen and...
authorTomasz Figa <t.figa@samsung.com>
Mon, 7 Oct 2013 22:06:18 +0000 (07:06 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 15 Oct 2013 22:25:40 +0000 (07:25 +0900)
commitdb9f31696a5f2871238cbc1621253107f4fe132a
tree9d63fea0e94f85d5faedc21dd0ee613d60d2ea82
parentfc017072f06d1d4f3be8fc7dc22bc7d2751493b6
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 <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos4210-origen.dts
arch/arm/boot/dts/exynos4210-trats.dts
This page took 0.029298 seconds and 5 git commands to generate.