From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov) Date: Mon, 25 Nov 2013 13:38:17 +0400 Subject: [PATCH 1/3] ARM: shmobile: r8a7779: add HSPI clock support for DT In-Reply-To: <1385341216-27101-2-git-send-email-horms+renesas@verge.net.au> References: <1385341216-27101-1-git-send-email-horms+renesas@verge.net.au> <1385341216-27101-2-git-send-email-horms+renesas@verge.net.au> Message-ID: <52931A89.8060905@cogentembedded.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello. On 25-11-2013 5:00, Simon Horman wrote: > Based on work for the r8a7778 SoC by Kuninori Morimoto. > Cc: Kuninori Morimoto > Signed-off-by: Simon Horman > --- > arch/arm/mach-shmobile/clock-r8a7779.c | 3 +++ > 1 file changed, 3 insertions(+) > diff --git a/arch/arm/mach-shmobile/clock-r8a7779.c b/arch/arm/mach-shmobile/clock-r8a7779.c > index b7ce0e7..09ca2ea 100644 > --- a/arch/arm/mach-shmobile/clock-r8a7779.c > +++ b/arch/arm/mach-shmobile/clock-r8a7779.c > @@ -198,8 +198,11 @@ static struct clk_lookup lookups[] = { > CLKDEV_DEV_ID("sh-sci.4", &mstp_clks[MSTP022]), /* SCIF4 */ > CLKDEV_DEV_ID("sh-sci.5", &mstp_clks[MSTP021]), /* SCIF6 */ > CLKDEV_DEV_ID("sh-hspi.0", &mstp_clks[MSTP007]), /* HSPI0 */ > + CLKDEV_DEV_ID("fffc7000.sh-hspi", &mstp_clks[MSTP007]), /* HSPI0 */ > CLKDEV_DEV_ID("sh-hspi.1", &mstp_clks[MSTP007]), /* HSPI1 */ > + CLKDEV_DEV_ID("fffc8000.sh-hspi", &mstp_clks[MSTP007]), /* HSPI1 */ > CLKDEV_DEV_ID("sh-hspi.2", &mstp_clks[MSTP007]), /* HSPI2 */ > + CLKDEV_DEV_ID("fffc6000.sh-hspi", &mstp_clks[MSTP007]), /* HSPI2 */ The device names here don't seem to match to the device names in the .dtsi file. WBR, Sergei