All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 1/2] ARM: shmobile: r8a73a4: add a clock alias for the DMAC in DT mode
@ 2013-09-26 17:30 Guennadi Liakhovetski
  2013-09-27  5:13 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Guennadi Liakhovetski @ 2013-09-26 17:30 UTC (permalink / raw)
  To: linux-sh

Devices, initialised from the Device Tree and from platform code usually
have different names. This patch adds a clock alias for DMAC on r8a73a4
in DT mode.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
---
 arch/arm/mach-shmobile/clock-r8a73a4.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-shmobile/clock-r8a73a4.c b/arch/arm/mach-shmobile/clock-r8a73a4.c
index 357b9bc..74841ed 100644
--- a/arch/arm/mach-shmobile/clock-r8a73a4.c
+++ b/arch/arm/mach-shmobile/clock-r8a73a4.c
@@ -580,6 +580,7 @@ static struct clk_lookup lookups[] = {
 	CLKDEV_DEV_ID("sh-sci.4", &mstp_clks[MSTP216]),
 	CLKDEV_DEV_ID("sh-sci.5", &mstp_clks[MSTP217]),
 	CLKDEV_DEV_ID("sh-dma-engine.0", &mstp_clks[MSTP218]),
+	CLKDEV_DEV_ID("e6700020.dma-controller", &mstp_clks[MSTP218]),
 	CLKDEV_DEV_ID("rcar_thermal", &mstp_clks[MSTP522]),
 	CLKDEV_DEV_ID("e6520000.i2c", &mstp_clks[MSTP300]),
 	CLKDEV_DEV_ID("sh_mmcif.1", &mstp_clks[MSTP305]),
-- 
1.7.2.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v6 1/2] ARM: shmobile: r8a73a4: add a clock alias for the DMAC in DT mode
  2013-09-26 17:30 [PATCH v6 1/2] ARM: shmobile: r8a73a4: add a clock alias for the DMAC in DT mode Guennadi Liakhovetski
@ 2013-09-27  5:13 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2013-09-27  5:13 UTC (permalink / raw)
  To: linux-sh

On Thu, Sep 26, 2013 at 07:30:02PM +0200, Guennadi Liakhovetski wrote:
> Devices, initialised from the Device Tree and from platform code usually
> have different names. This patch adds a clock alias for DMAC on r8a73a4
> in DT mode.
> 
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>

Thanks, queued up for v3.13.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-27  5:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-26 17:30 [PATCH v6 1/2] ARM: shmobile: r8a73a4: add a clock alias for the DMAC in DT mode Guennadi Liakhovetski
2013-09-27  5:13 ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.