summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/mpc832x_rdb.c
diff options
context:
space:
mode:
authorKim Phillips2008-07-29 22:29:24 +0200
committerKumar Gala2008-07-30 00:48:35 +0200
commitcf0d19fb3032ebf2cf8e5217da00f51dc025aa8e (patch)
treed4547338d0cd8a06ee2b111c54fd604a0df412df /arch/powerpc/platforms/83xx/mpc832x_rdb.c
parentDocumentation: remove old sbc8260 board specific information (diff)
downloadkernel-qcow2-linux-cf0d19fb3032ebf2cf8e5217da00f51dc025aa8e.tar.gz
kernel-qcow2-linux-cf0d19fb3032ebf2cf8e5217da00f51dc025aa8e.tar.xz
kernel-qcow2-linux-cf0d19fb3032ebf2cf8e5217da00f51dc025aa8e.zip
powerpc/fsl: proliferate simple-bus compatibility to soc nodes
add simple-bus compatible property to soc nodes for 83xx/85xx platforms that were missing them. Add same to platform probe code. This fixes SoC device drivers (such as talitos) to succeed in matching devices present in the soc node. also update mpc836x_rdk dts to new SEC bindings (overlooked in commit 3fd4473: powerpc/fsl: update crypto node definition and device tree instances). Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/mpc832x_rdb.c')
-rw-r--r--arch/powerpc/platforms/83xx/mpc832x_rdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc832x_rdb.c b/arch/powerpc/platforms/83xx/mpc832x_rdb.c
index f049d692d4c8..0300268ce5b8 100644
--- a/arch/powerpc/platforms/83xx/mpc832x_rdb.c
+++ b/arch/powerpc/platforms/83xx/mpc832x_rdb.c
@@ -115,6 +115,7 @@ static void __init mpc832x_rdb_setup_arch(void)
static struct of_device_id mpc832x_ids[] = {
{ .type = "soc", },
{ .compatible = "soc", },
+ { .compatible = "simple-bus", },
{ .type = "qe", },
{ .compatible = "fsl,qe", },
{},