summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBogdan Hamciuc <bogdan.hamciuc@freescale.com>2013-04-08 14:31:15 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-12 02:47:24 (GMT)
commit89ce8a974da4f0ba6a16c4a3ff0e64a3da8709b0 (patch)
tree1f2e5652c61594733da4a5a4dfe0e08d8721d419 /arch
parentda16828a6be0bd3a96b87693d20f3e9f0b840260 (diff)
downloadlinux-fsl-qoriq-89ce8a974da4f0ba6a16c4a3ff0e64a3da8709b0.tar.xz
dpaa_eth: Add compatible string to parent device
Make it so our probing function is called at boot-time. Signed-off-by: Bogdan Hamciuc <bogdan.hamciuc@freescale.com> Change-Id: Iaea6116e679216a6d8432643a55c2036e4e07b1a Reviewed-on: http://git.am.freescale.net:8181/1264 Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/platforms/85xx/corenet_ds.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/corenet_ds.c b/arch/powerpc/platforms/85xx/corenet_ds.c
index eb70809..fafcdb4 100644
--- a/arch/powerpc/platforms/85xx/corenet_ds.c
+++ b/arch/powerpc/platforms/85xx/corenet_ds.c
@@ -68,7 +68,10 @@ void __init corenet_ds_setup_arch(void)
static const struct of_device_id of_device_ids[] = {
{
- .compatible = "simple-bus"
+ .compatible = "simple-bus",
+ },
+ {
+ .compatible = "fsl,dpaa",
},
{
.compatible = "fsl,srio",