diff options
Diffstat (limited to 'arch/powerpc/platforms/83xx')
-rw-r--r-- | arch/powerpc/platforms/83xx/Kconfig | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc831x_rdb.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig index 10a665f7774c..924408cc5a81 100644 --- a/arch/powerpc/platforms/83xx/Kconfig +++ b/arch/powerpc/platforms/83xx/Kconfig | |||
@@ -7,7 +7,7 @@ config MPC831x_RDB | |||
7 | bool "Freescale MPC831x RDB" | 7 | bool "Freescale MPC831x RDB" |
8 | select DEFAULT_UIMAGE | 8 | select DEFAULT_UIMAGE |
9 | help | 9 | help |
10 | This option enables support for the MPC8313 RDB board. | 10 | This option enables support for the MPC8313 RDB and MPC8315 RDB boards. |
11 | 11 | ||
12 | config MPC832x_MDS | 12 | config MPC832x_MDS |
13 | bool "Freescale MPC832x MDS" | 13 | bool "Freescale MPC832x MDS" |
diff --git a/arch/powerpc/platforms/83xx/mpc831x_rdb.c b/arch/powerpc/platforms/83xx/mpc831x_rdb.c index b484b2b4ba69..c4db5172b27a 100644 --- a/arch/powerpc/platforms/83xx/mpc831x_rdb.c +++ b/arch/powerpc/platforms/83xx/mpc831x_rdb.c | |||
@@ -64,7 +64,8 @@ static int __init mpc831x_rdb_probe(void) | |||
64 | { | 64 | { |
65 | unsigned long root = of_get_flat_dt_root(); | 65 | unsigned long root = of_get_flat_dt_root(); |
66 | 66 | ||
67 | return of_flat_dt_is_compatible(root, "MPC8313ERDB"); | 67 | return of_flat_dt_is_compatible(root, "MPC8313ERDB") || |
68 | of_flat_dt_is_compatible(root, "fsl,mpc8315erdb"); | ||
68 | } | 69 | } |
69 | 70 | ||
70 | static struct of_device_id __initdata of_bus_ids[] = { | 71 | static struct of_device_id __initdata of_bus_ids[] = { |