From: Jaehoon Chung Date: Thu, 30 Mar 2017 09:58:55 +0000 (+0900) Subject: odroid: dts: change the buck8 min-microvolt value X-Git-Tag: v2025.01-rc5-pxa1908~7230^2~6 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=38130651b709bfdf209a69e5358c34bfe1a11888;p=u-boot.git odroid: dts: change the buck8 min-microvolt value Change the buck8's min-microvolt to 750000. Whent thor protocol is used, board_usb_init() should be tried to set to 750000. But it was returned -EINVAL, because '750000' too lower than 2850000. (thor command doesn't work fine because of this problem.) Signed-off-by: Jaehoon Chung Signed-off-by: Minkyu Kang --- diff --git a/arch/arm/dts/exynos4412-odroid.dts b/arch/arm/dts/exynos4412-odroid.dts index 188cb939bb..8710747e38 100644 --- a/arch/arm/dts/exynos4412-odroid.dts +++ b/arch/arm/dts/exynos4412-odroid.dts @@ -213,7 +213,7 @@ buck8_reg: BUCK8 { regulator-name = "VCC_P3V3_2.85V"; - regulator-min-microvolt = <2850000>; + regulator-min-microvolt = <750000>; regulator-max-microvolt = <3300000>; }; };