]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] 83xx: mpc837x_rdb: add simple-bus compatible matching
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Tue, 18 Mar 2008 15:43:59 +0000 (18:43 +0300)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 17 Apr 2008 06:01:40 +0000 (01:01 -0500)
This is needed to probe nor and nand flashes on the localbus.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/83xx/mpc837x_rdb.c

index 2293ae51383d05e42978a4a57c9948c37fac1147..c00356bdb1dda4d293d3dc57d97e8eaba0c2773f 100644 (file)
@@ -46,6 +46,7 @@ static void __init mpc837x_rdb_setup_arch(void)
 static struct of_device_id mpc837x_ids[] = {
        { .type = "soc", },
        { .compatible = "soc", },
+       { .compatible = "simple-bus", },
        {},
 };