mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
[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 <avorontsov@ru.mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
4eaddb4d7e
commit
9c432797d3
@ -46,6 +46,7 @@ static void __init mpc837x_rdb_setup_arch(void)
|
|||||||
static struct of_device_id mpc837x_ids[] = {
|
static struct of_device_id mpc837x_ids[] = {
|
||||||
{ .type = "soc", },
|
{ .type = "soc", },
|
||||||
{ .compatible = "soc", },
|
{ .compatible = "soc", },
|
||||||
|
{ .compatible = "simple-bus", },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user