linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: afaerber@suse.de (Andreas Färber)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: EXYNOS: Add support for Exynos5410 PMU
Date: Sun, 27 Jul 2014 14:22:05 +0200	[thread overview]
Message-ID: <1406463725-4208-4-git-send-email-afaerber@suse.de> (raw)
In-Reply-To: <1406463725-4208-1-git-send-email-afaerber@suse.de>

Exynos initialization code now relies on obtaining the PMU address,
so add the new 5410 value to the list of compatible string matches.
This unbreaks booting on 5410 based boards.

Fixes: fce9e5bb2526 ("ARM: EXYNOS: Add support for mapping PMU base address via DT")
Signed-off-by: Andreas F?rber <afaerber@suse.de>
---
 arch/arm/mach-exynos/exynos.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
index df41bd190dfb..a83a312299a3 100644
--- a/arch/arm/mach-exynos/exynos.c
+++ b/arch/arm/mach-exynos/exynos.c
@@ -252,6 +252,7 @@ static const struct of_device_id exynos_dt_pmu_match[] = {
 	{ .compatible = "samsung,exynos4212-pmu" },
 	{ .compatible = "samsung,exynos4412-pmu" },
 	{ .compatible = "samsung,exynos5250-pmu" },
+	{ .compatible = "samsung,exynos5410-pmu" },
 	{ .compatible = "samsung,exynos5420-pmu" },
 	{ /*sentinel*/ },
 };
-- 
1.9.3

  parent reply	other threads:[~2014-07-27 12:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-27 12:22 [PATCH 0/3] ARM: EXYNOS: Fix Exynos5410 boot Andreas Färber
2014-07-27 12:22 ` [PATCH 1/3] Documentation: devicetree: Document exynos5410 PMU Andreas Färber
2014-07-27 12:22 ` [PATCH 2/3] ARM: dts: exynos: Add PMU to Exynos5410 Andreas Färber
2014-07-27 12:22 ` Andreas Färber [this message]
2014-07-27 12:25 ` [PATCH 0/3] ARM: EXYNOS: Fix Exynos5410 boot Andreas Färber
2014-07-28  0:39   ` Kukjin Kim
2014-07-31  0:33     ` Olof Johansson
2014-07-31  1:10       ` Kukjin Kim
2014-07-31  3:59         ` Andreas Färber
2014-07-31  5:00           ` Andreas Färber

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=1406463725-4208-4-git-send-email-afaerber@suse.de \
    --to=afaerber@suse.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).