diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2016-10-24 14:59:28 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2017-01-13 16:32:16 +0900 |
commit | 28da145c8f2ba22be9941bbeb853461538edde95 (patch) | |
tree | 1868d3d65063d55c534885ec3282388fecb64309 | |
parent | 80b9e0d4a216cabc94399cc0f7dbb3064fd350ff (diff) |
arm64: dts: exynos5433-tm2: Adjust the minimum voltage for LITTLE core
This patch adjusts the minimum voltage for LITTLE core
because the requested minimum voltage is 750mV on the
lowest frequency level.
Change-Id: I335e89d71e45c10f43db7e2e14469c90f03c92b1
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts index 3f69de2ecb43..9d9f5b2226fc 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts @@ -818,7 +818,7 @@ buck3_reg: BUCK3 { regulator-name = "VDD_KFC_1.0V_AP"; - regulator-min-microvolt = <900000>; + regulator-min-microvolt = <750000>; regulator-max-microvolt = <1200000>; regulator-always-on; regulator-state-mem { |