diff options
Diffstat (limited to 'arch/powerpc/platforms/83xx/sbc834x.c')
-rw-r--r-- | arch/powerpc/platforms/83xx/sbc834x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/83xx/sbc834x.c b/arch/powerpc/platforms/83xx/sbc834x.c index 1c3dfc8556f0..8a81d7640b1f 100644 --- a/arch/powerpc/platforms/83xx/sbc834x.c +++ b/arch/powerpc/platforms/83xx/sbc834x.c | |||
@@ -63,11 +63,11 @@ static int __init sbc834x_probe(void) | |||
63 | { | 63 | { |
64 | unsigned long root = of_get_flat_dt_root(); | 64 | unsigned long root = of_get_flat_dt_root(); |
65 | 65 | ||
66 | return of_flat_dt_is_compatible(root, "SBC834x"); | 66 | return of_flat_dt_is_compatible(root, "SBC834xE"); |
67 | } | 67 | } |
68 | 68 | ||
69 | define_machine(sbc834x) { | 69 | define_machine(sbc834x) { |
70 | .name = "SBC834x", | 70 | .name = "SBC834xE", |
71 | .probe = sbc834x_probe, | 71 | .probe = sbc834x_probe, |
72 | .setup_arch = sbc834x_setup_arch, | 72 | .setup_arch = sbc834x_setup_arch, |
73 | .init_IRQ = mpc83xx_ipic_init_IRQ, | 73 | .init_IRQ = mpc83xx_ipic_init_IRQ, |