From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 17 Apr 2013 11:10:20 +0900 Subject: [U-Boot] [PATCH 2/2] exynos: fdt: Add TMU node for snow In-Reply-To: <1365863202-22713-2-git-send-email-sjg@chromium.org> References: <1365863202-22713-1-git-send-email-sjg@chromium.org> <1365863202-22713-2-git-send-email-sjg@chromium.org> Message-ID: <516E048C.5050207@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 13/04/13 23:26, Simon Glass wrote: > Snow is missing a TMU node, and with TMU support this is not allowed, so it > fails to boot. Add it. > > Signed-off-by: Simon Glass > --- > board/samsung/dts/exynos5250-snow.dts | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/board/samsung/dts/exynos5250-snow.dts b/board/samsung/dts/exynos5250-snow.dts > index 8b303bf..24658c1 100644 > --- a/board/samsung/dts/exynos5250-snow.dts > +++ b/board/samsung/dts/exynos5250-snow.dts > @@ -55,4 +55,18 @@ > compatible = "maxim,max77686_pmic"; > }; > }; > + > + tmu at 10060000 { > + samsung,min-temp = <25>; > + samsung,max-temp = <125>; > + samsung,start-warning = <95>; > + samsung,start-tripping = <105>; > + samsung,hw-tripping = <110>; > + samsung,efuse-min-value = <40>; > + samsung,efuse-value = <55>; > + samsung,efuse-max-value = <100>; > + samsung,slope = <274761730>; > + samsung,dc-value = <25>; > + }; > + > }; > applied to u-boot-samsung Thanks, Minkyu Kang.