|
@@ -64,7 +64,8 @@ static int __init mpc831x_rdb_probe(void)
|
|
|
{
|
|
|
unsigned long root = of_get_flat_dt_root();
|
|
|
|
|
|
- return of_flat_dt_is_compatible(root, "MPC8313ERDB");
|
|
|
+ return of_flat_dt_is_compatible(root, "MPC8313ERDB") ||
|
|
|
+ of_flat_dt_is_compatible(root, "fsl,mpc8315erdb");
|
|
|
}
|
|
|
|
|
|
static struct of_device_id __initdata of_bus_ids[] = {
|