提交 cd9092c6 编写于 作者: L Laxman Dewangan 提交者: Vinod Koul

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: NLaxman Dewangan <ldewangan@nvidia.com>
Acked-by: NStephen Warren <swarren@wwwdotorg.org>
Signed-off-by: NVinod Koul <vinod.koul@linux.intel.com>
上级 4a46ba36
......@@ -1180,10 +1180,10 @@ static struct tegra_dma_chip_data tegra30_dma_chip_data = {
static const struct of_device_id tegra_dma_of_match[] __devinitconst = {
{
.compatible = "nvidia,tegra30-apbdma-new",
.compatible = "nvidia,tegra30-apbdma",
.data = &tegra30_dma_chip_data,
}, {
.compatible = "nvidia,tegra20-apbdma-new",
.compatible = "nvidia,tegra20-apbdma",
.data = &tegra20_dma_chip_data,
}, {
},
......@@ -1398,7 +1398,7 @@ static const struct dev_pm_ops tegra_dma_dev_pm_ops __devinitconst = {
static struct platform_driver tegra_dmac_driver = {
.driver = {
.name = "tegra20-apbdma",
.name = "tegra-apbdma",
.owner = THIS_MODULE,
.pm = &tegra_dma_dev_pm_ops,
.of_match_table = of_match_ptr(tegra_dma_of_match),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册