diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-07-14 15:44:02 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-07-14 15:44:02 +0200 |
commit | ad22ac34c02e1337c04ada10a36e8f70acfbb8b5 (patch) | |
tree | 473994a23eeb6c0f8ab6af5d3aa508aea18718e9 /arch/arm64 | |
parent | df1a1c07be6716571cb2fc8ab47dfebc3f7fa7d2 (diff) | |
parent | a1924466b784fbb64f10eeb213d335e3d1728b8b (diff) | |
download | blackbird-obmc-linux-ad22ac34c02e1337c04ada10a36e8f70acfbb8b5.tar.gz blackbird-obmc-linux-ad22ac34c02e1337c04ada10a36e8f70acfbb8b5.zip |
Merge tag 'samsung-dt64-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/dt64
Merge "Samsung DeviceTree changes for ARM64 for v4.8" from Krzysztof Kozlowski:
1. Adjust the voltage of CPU buck regulator so scaling could work.
* tag 'samsung-dt64-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
arm64: dts: exynos: Modify the voltage range for BUCK2 for exynos7
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts index d8767b00862e..299f3ce969ab 100644 --- a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts +++ b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts @@ -249,7 +249,7 @@ buck2_reg: BUCK2 { regulator-name = "vdd_atlas"; - regulator-min-microvolt = <1200000>; + regulator-min-microvolt = <500000>; regulator-max-microvolt = <1200000>; regulator-always-on; regulator-boot-on; |