From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 24 Jun 2013 14:01:19 +0900 Subject: [U-Boot] [PATCH] exynos: Adjust the starting MIF voltage to 1.05v In-Reply-To: References: <1366047274-18979-1-git-send-email-bhthompson@chromium.org> Message-ID: <51C7D29F.5060508@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/05/13 03:50, Simon Glass wrote: > On Mon, Apr 15, 2013 at 11:34 AM, Bernie Thompson > wrote: >> Some Exynos5250 silicon may require 1.05v on the MIF to be stable, so to be >> safe we can default to 1.05v instead of 1.00v. This can be set optimally later >> in the boot process by the kernel. >> >> The 0x6 value for 1.05v comes from the MAX77686 datasheet. >> >> Signed-off-by: Bernie Thompson > > Acked-by: Simon Glass > >> --- >> board/samsung/smdk5250/smdk5250.c | 2 +- >> include/power/max77686_pmic.h | 2 ++ >> 2 files changed, 3 insertions(+), 1 deletion(-) >> applied to u-boot-samsung. Thanks, Minkyu Kang.