From patchwork Wed Nov 18 14:01:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Grygorii Strashko X-Patchwork-Id: 7649441 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id B81A5BF90C for ; Wed, 18 Nov 2015 14:02:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1A11A2062A for ; Wed, 18 Nov 2015 14:02:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2610C2060C for ; Wed, 18 Nov 2015 14:02:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755900AbbKROCb (ORCPT ); Wed, 18 Nov 2015 09:02:31 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:53630 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755799AbbKROCa (ORCPT ); Wed, 18 Nov 2015 09:02:30 -0500 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id tAIE1wvO015273; Wed, 18 Nov 2015 08:01:58 -0600 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id tAIE1wUO023457; Wed, 18 Nov 2015 08:01:58 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.224.2; Wed, 18 Nov 2015 08:01:59 -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 tAIE1vYK019913; Wed, 18 Nov 2015 08:01:58 -0600 From: Grygorii Strashko To: CC: , , , , , , Grygorii Strashko , Felipe Balbi , Santosh Shilimkar Subject: [4.4-rc][PATCH] ARM: dts: am4372: disable arm twd and global timer's nodes Date: Wed, 18 Nov 2015 16:01:55 +0200 Message-ID: <1447855315-419-1-git-send-email-grygorii.strashko@ti.com> X-Mailer: git-send-email 2.6.3 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Keep ARM TWD and Global timer's nodes disabled by default - if someone would like to use them then those nodes have to be enabled explicitly in board file. The reason for this change is: - ARM TWD is not always-on timer on am437x and it will stop in low CPUIdle states and, therefore, broadcast timer has to configured properly if CPU_IDLE=y. - ARM Global timer is not always-on timer on am437x and it can't be used as clocksource device if CPU_IDLE=y. - ARM Global timer driver doesn't support CPUfreq now. Cc: Felipe Balbi Cc: Santosh Shilimkar Signed-off-by: Grygorii Strashko --- arch/arm/boot/dts/am4372.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index d83ff9c..11376e3 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -75,6 +75,7 @@ interrupts = ; interrupt-parent = <&gic>; clocks = <&dpll_mpu_m2_ck>; + status = "disabled"; }; local_timer: timer@48240600 { @@ -83,6 +84,7 @@ interrupts = ; interrupt-parent = <&gic>; clocks = <&dpll_mpu_m2_ck>; + status = "disabled"; }; l2-cache-controller@48242000 {