From patchwork Tue Dec 9 22:27:47 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 419307 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 363051400D5 for ; Wed, 10 Dec 2014 09:28:26 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753337AbaLIW2X (ORCPT ); Tue, 9 Dec 2014 17:28:23 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:47195 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753223AbaLIW2V (ORCPT ); Tue, 9 Dec 2014 17:28:21 -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 sB9MRvr1012590; Tue, 9 Dec 2014 16:27:57 -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 sB9MRv2N032671; Tue, 9 Dec 2014 16:27:57 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.174.1; Tue, 9 Dec 2014 16:27:57 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id sB9MRvRg008860; Tue, 9 Dec 2014 16:27:57 -0600 From: Felipe Balbi To: Tony Lindgren CC: Linux OMAP Mailing List , Linux ARM Kernel Mailing List , Paul Walmsley , Nishanth Menon , , Felipe Balbi Subject: [RFC/PATCH 2/7] arm: omap: devicetree: add new properties for OMAP devices Date: Tue, 9 Dec 2014 16:27:47 -0600 Message-ID: <1418164072-19087-3-git-send-email-balbi@ti.com> X-Mailer: git-send-email 2.2.0 In-Reply-To: <1418164072-19087-1-git-send-email-balbi@ti.com> References: <1418164072-19087-1-git-send-email-balbi@ti.com> MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org In order to get rid of some more hwmod data, we introduce a few extra properties to OMAP DT data in order to be able to pass the needed information through DT. Signed-off-by: Felipe Balbi --- Documentation/devicetree/bindings/arm/omap/omap.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt index 4f6a82c..c6b9515 100644 --- a/Documentation/devicetree/bindings/arm/omap/omap.txt +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt @@ -23,6 +23,13 @@ Optional properties: during suspend. - ti,no-reset-on-init: When present, the module should not be reset at init - ti,no-idle-on-init: When present, the module should not be idled at init +- ti,rev_offs: IP block revision register offset (defaults to 0) +- ti,sysc_offs: OCP_SYSCONFIG register offset (defaults to 0) +- ti,syss_offs: OCP_SYSSTATUS register offset (defaults to 0) +- ti,srst_udelay: Delay needed after a softreset in usecs (defaults to 0) +- ti,idlemodes: Slave and Master supported idling modes +- ti,clockact: default value of clock activity bits (defaults to 0) +- ti,sysc_type: OCP_SYSCONFIG type. Valid types are 1, 2 or 3 (defaults to 1) Example: