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 <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
Jaehoon Chung 2017-03-30 18:58:55 +09:00 committed by Minkyu Kang
parent 425e93cc6c
commit 38130651b7

View File

@ -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>;
};
};