mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-10-29 22:43:48 +00:00
30 lines
1 KiB
Diff
30 lines
1 KiB
Diff
From b62ef1608fd8c829fb116ef3daf4d2951f0c7edf Mon Sep 17 00:00:00 2001
|
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
Date: Thu, 11 Aug 2016 00:42:37 -0600
|
|
Subject: [PATCH 08/10] exynos4412-odroid: set higher minimum buck2 regulator
|
|
voltage
|
|
|
|
Set a higher minimum voltage to help reboot issue.
|
|
http://www.spinics.net/lists/linux-samsung-soc/msg54434.html
|
|
|
|
Signed-off-by: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
---
|
|
arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
|
|
index 78f118cb73d4..169bd8fdaf41 100644
|
|
--- a/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
|
|
+++ b/arch/arm/boot/dts/exynos4412-odroid-common.dtsi
|
|
@@ -423,7 +423,7 @@
|
|
|
|
buck2_reg: BUCK2 {
|
|
regulator-name = "vdd_arm";
|
|
- regulator-min-microvolt = <900000>;
|
|
+ regulator-min-microvolt = <1100000>;
|
|
regulator-max-microvolt = <1350000>;
|
|
regulator-always-on;
|
|
regulator-boot-on;
|
|
--
|
|
2.12.1
|
|
|