Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81398
b: refs/heads/master
c: 846aace
h: refs/heads/master
v: v3
  • Loading branch information
Kim Phillips authored and Kumar Gala committed Jan 28, 2008
1 parent 9436441 commit e73e896
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 519fd80da9e3020d9fd21fa5c496e499156cd9d6
refs/heads/master: 846aace363a8cdaa2e7525f489165297bcf865b3
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/83xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ config MPC831x_RDB
bool "Freescale MPC831x RDB"
select DEFAULT_UIMAGE
help
This option enables support for the MPC8313 RDB board.
This option enables support for the MPC8313 RDB and MPC8315 RDB boards.

config MPC832x_MDS
bool "Freescale MPC832x MDS"
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/platforms/83xx/mpc831x_rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit e73e896

Please sign in to comment.