* [PATCH] [POWERPC] 83xx: mpc837x_rdb: add simple-bus compatible matching
@ 2008-03-18 15:43 Anton Vorontsov
2008-04-15 23:20 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Anton Vorontsov @ 2008-03-18 15:43 UTC (permalink / raw)
To: linuxppc-dev
This is needed to probe nor and nand flashes on the localbus.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
---
arch/powerpc/platforms/83xx/mpc837x_rdb.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/platforms/83xx/mpc837x_rdb.c b/arch/powerpc/platforms/83xx/mpc837x_rdb.c
index 9c498b7..a653a38 100644
--- a/arch/powerpc/platforms/83xx/mpc837x_rdb.c
+++ b/arch/powerpc/platforms/83xx/mpc837x_rdb.c
@@ -81,6 +81,7 @@ static void __init mpc837x_rdb_setup_arch(void)
static struct of_device_id mpc837x_ids[] = {
{ .type = "soc", },
{ .compatible = "soc", },
+ { .compatible = "simple-bus", },
{},
};
--
1.5.2.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] [POWERPC] 83xx: mpc837x_rdb: add simple-bus compatible matching
2008-03-18 15:43 [PATCH] [POWERPC] 83xx: mpc837x_rdb: add simple-bus compatible matching Anton Vorontsov
@ 2008-04-15 23:20 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2008-04-15 23:20 UTC (permalink / raw)
To: Anton Vorontsov; +Cc: linuxppc-dev
On Mar 18, 2008, at 10:43 AM, Anton Vorontsov wrote:
> This is needed to probe nor and nand flashes on the localbus.
>
> Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
> ---
> arch/powerpc/platforms/83xx/mpc837x_rdb.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
applied.
- k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-15 23:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 15:43 [PATCH] [POWERPC] 83xx: mpc837x_rdb: add simple-bus compatible matching Anton Vorontsov
2008-04-15 23:20 ` Kumar Gala
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).