diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-06-10 18:58:11 +0400 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2012-07-27 18:49:29 +0400 |
commit | 2cef1a2853aece830586453296e413240961a42b (patch) | |
tree | 0c331981ee3d4cb14c9759fdd0ff22b67b2259dc /arch/arm/mach-kirkwood/board-ts219.c | |
parent | be2aa95675e135eb54a32bc49b9fbe0d84d03a30 (diff) | |
download | linux-2cef1a2853aece830586453296e413240961a42b.tar.xz |
ARM: Kirkwood: Use DT to configure SATA device.
Convert boards using DT, but the old way of configuring SATA to now
use properties in there DT file.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Simon Baatz <gmbnomis@gmail.com>
Diffstat (limited to 'arch/arm/mach-kirkwood/board-ts219.c')
-rw-r--r-- | arch/arm/mach-kirkwood/board-ts219.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-kirkwood/board-ts219.c b/arch/arm/mach-kirkwood/board-ts219.c index 00b79eaeef53..1750e68506c1 100644 --- a/arch/arm/mach-kirkwood/board-ts219.c +++ b/arch/arm/mach-kirkwood/board-ts219.c @@ -33,10 +33,6 @@ static struct mv643xx_eth_platform_data qnap_ts219_ge00_data = { .phy_addr = MV643XX_ETH_PHY_ADDR(8), }; -static struct mv_sata_platform_data qnap_ts219_sata_data = { - .n_ports = 2, -}; - static unsigned int qnap_ts219_mpp_config[] __initdata = { MPP0_SPI_SCn, MPP1_SPI_MOSI, @@ -70,7 +66,6 @@ void __init qnap_dt_ts219_init(void) qnap_ts219_ge00_data.phy_addr = MV643XX_ETH_PHY_ADDR(0); kirkwood_ge00_init(&qnap_ts219_ge00_data); - kirkwood_sata_init(&qnap_ts219_sata_data); kirkwood_ehci_init(); pm_power_off = qnap_tsx1x_power_off; |