aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/kirkwood.c
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2014-05-03 20:30:16 +0200
committerJason Cooper <jason@lakedaemon.net>2014-05-08 16:23:28 +0000
commitefdf811d82b8001781087fd9174bb90a9530e578 (patch)
treed62cf13cb9aa8f8ec55463dc146d8229483a8984 /arch/arm/mach-mvebu/kirkwood.c
parentARM: Kirkwood: Remove platform driver for codec (diff)
downloadlinux-dev-efdf811d82b8001781087fd9174bb90a9530e578.tar.xz
linux-dev-efdf811d82b8001781087fd9174bb90a9530e578.zip
ARM: Kirkwood: t5325: Remove platform device to instantiate audio
Remove platform device instantiating of the audio, which results in board-t5325.c being removed. A DT node will be added to take its place. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Link: https://lkml.kernel.org/r/1399141819-23924-7-git-send-email-andrew@lunn.ch Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu/kirkwood.c')
-rw-r--r--arch/arm/mach-mvebu/kirkwood.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-mvebu/kirkwood.c b/arch/arm/mach-mvebu/kirkwood.c
index a77e0bae9c55..46f105913c84 100644
--- a/arch/arm/mach-mvebu/kirkwood.c
+++ b/arch/arm/mach-mvebu/kirkwood.c
@@ -180,9 +180,6 @@ static void __init kirkwood_dt_init(void)
kirkwood_pm_init();
kirkwood_dt_eth_fixup();
- if (of_machine_is_compatible("hp,t5325"))
- t5325_init();
-
of_platform_populate(NULL, of_default_bus_match_table, auxdata, NULL);
}