LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] powerpc/p1010rdb:add P1010RDB-PB platform support
@ 2013-10-14  6:46 Zhao Qiang
  2013-10-14  6:46 ` [PATCH v4 2/2] powerpc/p1010rdb:update dts to adapt to both old and new p1010rdb Zhao Qiang
  0 siblings, 1 reply; 2+ messages in thread
From: Zhao Qiang @ 2013-10-14  6:46 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Zhao Qiang, R61911

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

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

end of thread, other threads:[~2013-10-14  6:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14  6:46 [PATCH 1/2] powerpc/p1010rdb:add P1010RDB-PB platform support Zhao Qiang
2013-10-14  6:46 ` [PATCH v4 2/2] powerpc/p1010rdb:update dts to adapt to both old and new p1010rdb Zhao Qiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox