From patchwork Mon Dec 14 20:34:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Grygorii Strashko X-Patchwork-Id: 58368 Delivered-To: patch@linaro.org Received: by 10.112.73.68 with SMTP id j4csp1716059lbv; Mon, 14 Dec 2015 12:34:41 -0800 (PST) X-Received: by 10.66.227.231 with SMTP id sd7mr49555259pac.60.1450125280971; Mon, 14 Dec 2015 12:34:40 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id hr4si8667800pad.183.2015.12.14.12.34.40; Mon, 14 Dec 2015 12:34:40 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-omap-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932237AbbLNUek (ORCPT + 3 others); Mon, 14 Dec 2015 15:34:40 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:60677 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932223AbbLNUeh (ORCPT ); Mon, 14 Dec 2015 15:34:37 -0500 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id tBEKYD9s011619; Mon, 14 Dec 2015 14:34:13 -0600 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id tBEKYC8q010869; Mon, 14 Dec 2015 14:34:13 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.224.2; Mon, 14 Dec 2015 14:34:12 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id tBEKYBsi023523; Mon, 14 Dec 2015 14:34:12 -0600 From: Grygorii Strashko To: Felipe Balbi , Tony Lindgren CC: , , , Santosh Shilimkar , Grygorii Strashko Subject: [PATCH v2 2/2] arm: omap2: AM43xx: select ARM TWD timer Date: Mon, 14 Dec 2015 22:34:06 +0200 Message-ID: <1450125246-17249-3-git-send-email-grygorii.strashko@ti.com> X-Mailer: git-send-email 2.6.4 In-Reply-To: <1450125246-17249-1-git-send-email-grygorii.strashko@ti.com> References: <1450125246-17249-1-git-send-email-grygorii.strashko@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: Felipe Balbi Make sure to tell the kernel that AM437x devices have ARM TWD timer. Signed-off-by: Felipe Balbi [grygorii.strashko@ti.com: drop ARM Global timer selection, because it's incompatible with PM (cpuidle/cpufreq). So, it's unsafe to enable it unconditionally] Signed-off-by: Grygorii Strashko --- v1: http://www.spinics.net/lists/arm-kernel/msg459649.html arch/arm/mach-omap2/Kconfig | 1 + 1 file changed, 1 insertion(+) -- 2.6.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 32a0086..0517f0c 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -66,6 +66,7 @@ config SOC_AM43XX select MIGHT_HAVE_CACHE_L2X0 select HAVE_ARM_SCU select GENERIC_CLOCKEVENTS_BROADCAST + select HAVE_ARM_TWD config SOC_DRA7XX bool "TI DRA7XX"