]> git.ipfire.org Git - u-boot.git/commitdiff
odroid: dts: change the buck8 min-microvolt value
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 30 Mar 2017 09:58:55 +0000 (18:58 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 3 Apr 2017 02:35:39 +0000 (11:35 +0900)
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 <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/dts/exynos4412-odroid.dts

index 188cb939bb8a1795037c937b9b7101c0900a90ef..8710747e38e42d579a4f31b0b8c99b1dda70a4e2 100644 (file)
 
                                buck8_reg: BUCK8 {
                                        regulator-name = "VCC_P3V3_2.85V";
-                                       regulator-min-microvolt = <2850000>;
+                                       regulator-min-microvolt = <750000>;
                                        regulator-max-microvolt = <3300000>;
                                };
                        };