diff options
author | Thomas Abraham <thomas.ab@samsung.com> | 2015-07-01 15:10:36 +0200 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-08-13 19:06:02 +0200 |
commit | 846c53009170bae6cfe0b75eb793c6966d2c0f83 (patch) | |
tree | be82b8b69348ce9462431612bd3649cf700daf14 /arch/arm/boot/dts/exynos5250-spring.dts | |
parent | ARM: dts: Extend exynos5420-pinctrl nodes using labels instead of paths (diff) | |
download | linux-846c53009170bae6cfe0b75eb793c6966d2c0f83.tar.xz linux-846c53009170bae6cfe0b75eb793c6966d2c0f83.zip |
ARM: dts: add CPU OPP and regulator supply property for exynos5250
For Exynos5250 platforms, add CPU operating points and CPU regulator
supply properties for migrating from Exynos specific cpufreq driver
to using generic cpufreq driver.
Cc: Doug Anderson <dianders@chromium.org>
Cc: Andreas Faerber <afaerber@suse.de>
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
[b.zolnierkie: split Exynos5250 support from the original patch]
[b.zolnierkie: added CPU regulator supply property for Spring boards]
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
Tested-by: Javier Martinez Canillas <javier@dowhile0.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-spring.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-spring.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5250-spring.dts b/arch/arm/boot/dts/exynos5250-spring.dts index d03f9b8d376d..c1edd6d038a9 100644 --- a/arch/arm/boot/dts/exynos5250-spring.dts +++ b/arch/arm/boot/dts/exynos5250-spring.dts @@ -65,6 +65,10 @@ }; }; +&cpu0 { + cpu0-supply = <&buck2_reg>; +}; + &dp { status = "okay"; pinctrl-names = "default"; |