linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] powerpc/p1010rdb:add P1010RDB-PB platform support
@ 2013-11-07  2:29 Zhao Qiang
  2013-11-07  2:29 ` [PATCH 2/3] powerpc/p1010rdb:update dts to adapt to both old and new p1010rdb Zhao Qiang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zhao Qiang @ 2013-11-07  2:29 UTC (permalink / raw)
  To: bcousson, tony, devicetree; +Cc: Zhao Qiang, linuxppc-dev

The P1010RDB-PB is similar to P1010RDB(P1010RDB-PA).
So, P1010RDB-PB use the same platform file as P1010RDB.
Then Add support for P1010RDB-PB platform.

Signed-off-by: Zhao Qiang <B45475@freescale.com>
---
 arch/powerpc/platforms/85xx/p1010rdb.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/powerpc/platforms/85xx/p1010rdb.c b/arch/powerpc/platforms/85xx/p1010rdb.c
index 0252961..d6a3dd3 100644
--- a/arch/powerpc/platforms/85xx/p1010rdb.c
+++ b/arch/powerpc/platforms/85xx/p1010rdb.c
@@ -66,6 +66,8 @@ static int __init p1010_rdb_probe(void)
 
 	if (of_flat_dt_is_compatible(root, "fsl,P1010RDB"))
 		return 1;
+	if (of_flat_dt_is_compatible(root, "fsl,P1010RDB-PB"))
+		return 1;
 	return 0;
 }
 
-- 
1.8.4

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

end of thread, other threads:[~2013-11-13  1:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07  2:29 [PATCH 1/3] powerpc/p1010rdb:add P1010RDB-PB platform support Zhao Qiang
2013-11-07  2:29 ` [PATCH 2/3] powerpc/p1010rdb:update dts to adapt to both old and new p1010rdb Zhao Qiang
2013-11-07  2:29 ` [PATCH 3/3] powerpc/p1010rdb:update mtd of nand " Zhao Qiang
2013-11-13  1:50 ` [PATCH 1/3] powerpc/p1010rdb:add P1010RDB-PB platform support Scott Wood

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