linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] ARM: shmobile: marzen: Do not use early devices
Date: Tue, 19 Feb 2013 11:56:07 +0900	[thread overview]
Message-ID: <1361242570-8867-3-git-send-email-horms+renesas@verge.net.au> (raw)
In-Reply-To: <1361242570-8867-1-git-send-email-horms+renesas@verge.net.au>

Do not initialise any early devices when using the minimal DT reference
code. Only the delay needs to be initialised.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/board-marzen-reference.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-shmobile/board-marzen-reference.c b/arch/arm/mach-shmobile/board-marzen-reference.c
index 47df64d..a126f07 100644
--- a/arch/arm/mach-shmobile/board-marzen-reference.c
+++ b/arch/arm/mach-shmobile/board-marzen-reference.c
@@ -63,7 +63,7 @@ static const char *marzen_boards_compat_dt[] __initdata = {
 DT_MACHINE_START(MARZEN, "marzen")
 	.smp		= smp_ops(r8a7779_smp_ops),
 	.map_io		= r8a7779_map_io,
-	.init_early	= r8a7779_add_early_devices_dt,
+	.init_early	= r8a7779_init_delay,
 	.nr_irqs	= NR_IRQS_LEGACY,
 	.init_irq	= r8a7779_init_irq_dt,
 	.init_machine	= marzen_init,
-- 
1.7.10.4

  parent reply	other threads:[~2013-02-19  2:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-19  2:56 [PATCH 0/5] ARM: shmobile: r8a7779 and marzen initialisation enhancements Simon Horman
2013-02-19  2:56 ` [PATCH 1/5] ARM: shmobile: r8a7779: Do not use early devices with DT reference Simon Horman
2013-02-19  2:56 ` Simon Horman [this message]
2013-02-19  2:56 ` [PATCH 3/5] ARM: shmobile: r8a7779: Do not initialise i2c as an early device Simon Horman
2013-02-19  2:56 ` [PATCH 4/5] ARM: shmobile: r8a7779: Remove lan from dtsi Simon Horman
2013-02-19  2:56 ` [PATCH 5/5] ARM: shmobile: marzen: Add lan to dts file Simon Horman
2013-02-26  8:55 ` [PATCH 0/5] ARM: shmobile: r8a7779 and marzen initialisation enhancements Simon Horman

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=1361242570-8867-3-git-send-email-horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --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).