From patchwork Wed Mar 6 00:22:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 2222571 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 9F28B3FCF2 for ; Wed, 6 Mar 2013 00:16:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752856Ab3CFAQ4 (ORCPT ); Tue, 5 Mar 2013 19:16:56 -0500 Received: from mail-pb0-f52.google.com ([209.85.160.52]:39527 "EHLO mail-pb0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752561Ab3CFAQz (ORCPT ); Tue, 5 Mar 2013 19:16:55 -0500 Received: by mail-pb0-f52.google.com with SMTP id ma3so5188779pbc.11 for ; Tue, 05 Mar 2013 16:16:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:date:message-id:in-reply-to:references :subject; bh=yyaFlQnK7dY/EkpeO9cw0r+5ppT41Xh6Iwsg/qTLsOM=; b=ZfK3VjuZ39HvikhjtZBNgWJcGxOr1BFkc8CUbJhuJga2YSVn9gutjmubBvcBMA+b0V 1cDIu0Dl+Do7jssOt2aRD6WMACYmvb/65UoJgEuJKWWWUD0+bucnjXn234ynGyDY73sk 7zO0rwkXDpoQvraNVglyup0qxmucDwy0sKdxwZKor+SjxLX4g7XtWEimUSsZUYYe6UEI sAZmn48TQpxEk0Sphmk5oQW0XT3fPkMMKS5sxMt1yjfbJ5My/3qM5km8drwEY4/Fweof 25otuPXJqxPKs61n7mKVn5TZ2d7q2G8DKF0L/TldOpIQIn454CSgcU5JqZCshMlA9n79 g4mQ== X-Received: by 10.68.231.42 with SMTP id td10mr21524570pbc.174.1362529015339; Tue, 05 Mar 2013 16:16:55 -0800 (PST) Received: from [127.0.0.1] (FL1-122-135-132-124.tky.mesh.ad.jp. [122.135.132.124]) by mx.google.com with ESMTPS id eg1sm17758818pbb.33.2013.03.05.16.16.52 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 05 Mar 2013 16:16:54 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au, linux-arm-kernel@lists.infradead.org Date: Wed, 06 Mar 2013 09:22:43 +0900 Message-Id: <20130306002243.5430.27806.sendpatchset@w520> In-Reply-To: <20130306002214.5430.43766.sendpatchset@w520> References: <20130306002214.5430.43766.sendpatchset@w520> Subject: [PATCH 03/04] ARM: shmobile: Add EMEV2 TWD support Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Magnus Damm Add TWD support for the EMEV2 SoC and the KZM9D board. TWD data is added via C for the KZM9D board and also via DT for the generic EMEV2 DT board support. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/emev2.dtsi | 6 ++++++ arch/arm/mach-shmobile/clock-emev2.c | 5 ++++- arch/arm/mach-shmobile/setup-emev2.c | 4 ++++ arch/arm/mach-shmobile/smp-emev2.c | 9 +++++++++ 4 files changed, 23 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/arm/boot/dts/emev2.dtsi +++ work/arch/arm/boot/dts/emev2.dtsi 2013-03-05 18:37:48.000000000 +0900 @@ -30,6 +30,12 @@ }; }; + timer@e0030600 { + compatible = "arm,cortex-a9-twd-timer"; + reg = <0xe0030600 0x20>; + interrupts = <1 1 0xf04>; + }; + gic: interrupt-controller@e0020000 { compatible = "arm,cortex-a9-gic"; interrupt-controller; --- 0001/arch/arm/mach-shmobile/clock-emev2.c +++ work/arch/arm/mach-shmobile/clock-emev2.c 2013-03-05 18:37:30.000000000 +0900 @@ -31,6 +31,7 @@ #define USIBU2_RSTCTRL 0x0b0 #define USIBU3_RSTCTRL 0x0b4 #define STI_RSTCTRL 0x124 +#define INTAGCLKCTRL 0x40c #define USIAU0GCLKCTRL 0x4a0 #define USIBU1GCLKCTRL 0x4b8 #define USIBU2GCLKCTRL 0x4bc @@ -105,7 +106,7 @@ static struct clk sclkdiv_clks[SCLKDIV_N }; enum { GCLK_USIAU0_SCLK, GCLK_USIBU1_SCLK, GCLK_USIBU2_SCLK, GCLK_USIBU3_SCLK, - GCLK_STI_SCLK, + GCLK_STI_SCLK, GCLK_INTA_CLK, GCLK_NR }; #define GCLK_SCLK(_parent, _reg) \ @@ -125,6 +126,7 @@ static struct clk gclk_clks[GCLK_NR] = { [GCLK_USIBU3_SCLK] = GCLK_SCLK(&sclkdiv_clks[SCLKDIV_USIBU3], USIBU3GCLKCTRL), [GCLK_STI_SCLK] = GCLK_SCLK(&c32k_clk, STIGCLKCTRL), + [GCLK_INTA_CLK] = GCLK_SCLK(&c32k_clk, INTAGCLKCTRL), }; static int emev2_gclk_enable(struct clk *clk) @@ -200,6 +202,7 @@ static struct clk_lookup lookups[] = { CLKDEV_DEV_ID("e1050000.uart", &gclk_clks[GCLK_USIBU3_SCLK]), CLKDEV_DEV_ID("em_sti.0", &gclk_clks[GCLK_STI_SCLK]), CLKDEV_DEV_ID("e0180000.sti", &gclk_clks[GCLK_STI_SCLK]), + CLKDEV_DEV_ID("smp_twd", &gclk_clks[GCLK_INTA_CLK]), }; void __init emev2_clock_init(void) --- 0006/arch/arm/mach-shmobile/setup-emev2.c +++ work/arch/arm/mach-shmobile/setup-emev2.c 2013-03-05 18:37:30.000000000 +0900 @@ -402,10 +402,14 @@ void __init emev2_add_standard_devices(v ARRAY_SIZE(emev2_late_devices)); } +/* do nothing for !CONFIG_SMP or !CONFIG_HAVE_TWD */ +void __init __weak emev2_register_twd(void) { } + void __init emev2_timer_init(void) { emev2_clock_init(); shmobile_timer_init(); + emev2_register_twd(); } static void __init emev2_init_delay(void) --- 0001/arch/arm/mach-shmobile/smp-emev2.c +++ work/arch/arm/mach-shmobile/smp-emev2.c 2013-03-05 18:37:30.000000000 +0900 @@ -28,9 +28,18 @@ #include #include #include +#include #define EMEV2_SCU_BASE 0x1e000000 +#ifdef CONFIG_HAVE_ARM_TWD +static DEFINE_TWD_LOCAL_TIMER(twd_local_timer, 0xe0030600, 17); +void __init emev2_register_twd(void) +{ + twd_local_timer_register(&twd_local_timer); +} +#endif + static void __cpuinit emev2_secondary_init(unsigned int cpu) { gic_secondary_init(0);