From: Anton Vorontsov Date: Tue, 18 Mar 2008 15:43:59 +0000 (+0300) Subject: [POWERPC] 83xx: mpc837x_rdb: add simple-bus compatible matching X-Git-Tag: v3.12-rc1~22000^2~16^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c432797d30ffd10d5510854a0f762dc42903898;p=kernel%2Fkernel-generic.git [POWERPC] 83xx: mpc837x_rdb: add simple-bus compatible matching This is needed to probe nor and nand flashes on the localbus. Signed-off-by: Anton Vorontsov Signed-off-by: Kumar Gala --- diff --git a/arch/powerpc/platforms/83xx/mpc837x_rdb.c b/arch/powerpc/platforms/83xx/mpc837x_rdb.c index 2293ae5..c00356b 100644 --- a/arch/powerpc/platforms/83xx/mpc837x_rdb.c +++ b/arch/powerpc/platforms/83xx/mpc837x_rdb.c @@ -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", }, {}, };