Commit fd1348d0 authored by Zhao Qiang's avatar Zhao Qiang Committed by Scott Wood
Browse files

powerpc/p1010rdb: add P1010RDB-PB platform support



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: default avatarZhao Qiang <B45475@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent d82341b0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
}