All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] exynos: fdt: Add TMU node for snow
Date: Wed, 17 Apr 2013 11:10:20 +0900	[thread overview]
Message-ID: <516E048C.5050207@samsung.com> (raw)
In-Reply-To: <1365863202-22713-2-git-send-email-sjg@chromium.org>

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 <sjg@chromium.org>
> ---
>  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.

  reply	other threads:[~2013-04-17  2:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-13 14:26 [U-Boot] [PATCH 1/2] exynos: Correct use of 64-bit division Simon Glass
2013-04-13 14:26 ` [U-Boot] [PATCH 2/2] exynos: fdt: Add TMU node for snow Simon Glass
2013-04-17  2:10   ` Minkyu Kang [this message]
2013-04-17  2:10 ` [U-Boot] [PATCH 1/2] exynos: Correct use of 64-bit division Minkyu Kang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=516E048C.5050207@samsung.com \
    --to=mk7.kang@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.