diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2012-07-02 04:22:08 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@linux.intel.com> | 2012-07-12 23:19:54 -0400 |
commit | cd9092c6eabe898ff5aeb1c14c2509ea9d1f0080 (patch) | |
tree | eb193b6371ff11c096f3d8d52b85568436d61ffb /drivers/dma | |
parent | 4a46ba36e25dcff1d30eb1681135c3c10af71c16 (diff) |
dma: tegra: rename driver and compatible to match with dts
Rename the compatible name and driver name to match with
tegra dts file and as per clock driver.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/tegra20-apb-dma.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dma/tegra20-apb-dma.c b/drivers/dma/tegra20-apb-dma.c index 8e0ea2438ce1..d52dbc6c54ab 100644 --- a/drivers/dma/tegra20-apb-dma.c +++ b/drivers/dma/tegra20-apb-dma.c | |||
@@ -1180,10 +1180,10 @@ static struct tegra_dma_chip_data tegra30_dma_chip_data = { | |||
1180 | 1180 | ||
1181 | static const struct of_device_id tegra_dma_of_match[] __devinitconst = { | 1181 | static const struct of_device_id tegra_dma_of_match[] __devinitconst = { |
1182 | { | 1182 | { |
1183 | .compatible = "nvidia,tegra30-apbdma-new", | 1183 | .compatible = "nvidia,tegra30-apbdma", |
1184 | .data = &tegra30_dma_chip_data, | 1184 | .data = &tegra30_dma_chip_data, |
1185 | }, { | 1185 | }, { |
1186 | .compatible = "nvidia,tegra20-apbdma-new", | 1186 | .compatible = "nvidia,tegra20-apbdma", |
1187 | .data = &tegra20_dma_chip_data, | 1187 | .data = &tegra20_dma_chip_data, |
1188 | }, { | 1188 | }, { |
1189 | }, | 1189 | }, |
@@ -1398,7 +1398,7 @@ static const struct dev_pm_ops tegra_dma_dev_pm_ops __devinitconst = { | |||
1398 | 1398 | ||
1399 | static struct platform_driver tegra_dmac_driver = { | 1399 | static struct platform_driver tegra_dmac_driver = { |
1400 | .driver = { | 1400 | .driver = { |
1401 | .name = "tegra20-apbdma", | 1401 | .name = "tegra-apbdma", |
1402 | .owner = THIS_MODULE, | 1402 | .owner = THIS_MODULE, |
1403 | .pm = &tegra_dma_dev_pm_ops, | 1403 | .pm = &tegra_dma_dev_pm_ops, |
1404 | .of_match_table = of_match_ptr(tegra_dma_of_match), | 1404 | .of_match_table = of_match_ptr(tegra_dma_of_match), |