linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] powerpc/mpc85xx: p1022ds support the MTD for NOR and NAND flash
@ 2012-04-17  1:42 Chang-Ming.Huang
  2012-04-17  1:42 ` [PATCH 2/2] powerpc/p1022ds/DTS: Add RTC support Chang-Ming.Huang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Chang-Ming.Huang @ 2012-04-17  1:42 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Jerry Huang

From: Jerry Huang <Chang-Ming.Huang@freescale.com>

The compatilbe 'simple-bus' is removed from the latest DTS for NAND and
NOR flash partition, so we must add the new compatilbe support for p1022ds,
otherwise, the kernel can't parse the partition of NOR and NAND flash.

Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
---
 arch/powerpc/platforms/85xx/p1022_ds.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/platforms/85xx/p1022_ds.c b/arch/powerpc/platforms/85xx/p1022_ds.c
index 6c8ff8b..8948293 100644
--- a/arch/powerpc/platforms/85xx/p1022_ds.c
+++ b/arch/powerpc/platforms/85xx/p1022_ds.c
@@ -379,6 +379,7 @@ static struct of_device_id __initdata p1022_ds_ids[] = {
 	{ .compatible = "gianfar", },
 	/* So that the DMA channel nodes can be probed individually: */
 	{ .compatible = "fsl,eloplus-dma", },
+	{ .compatible = "fsl,p1022-elbc", },
 	{},
 };
 
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-07-11 10:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17  1:42 [PATCH 1/2] powerpc/mpc85xx: p1022ds support the MTD for NOR and NAND flash Chang-Ming.Huang
2012-04-17  1:42 ` [PATCH 2/2] powerpc/p1022ds/DTS: Add RTC support Chang-Ming.Huang
2012-05-10 21:03   ` Tabi Timur-B04825
2012-06-29 19:59   ` Kumar Gala
2012-07-02 13:32   ` Kumar Gala
2012-05-10 21:04 ` [PATCH 1/2] powerpc/mpc85xx: p1022ds support the MTD for NOR and NAND flash Tabi Timur-B04825
2012-07-02 17:54 ` Kumar Gala
2012-07-11 10:07   ` Huang Changming-R66093

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).