From patchwork Wed Nov 6 20:23:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 3149011 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7FDEE9F407 for ; Wed, 6 Nov 2013 20:24:26 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9B4C4205B2 for ; Wed, 6 Nov 2013 20:24:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A9F0520597 for ; Wed, 6 Nov 2013 20:24:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755472Ab3KFUYX (ORCPT ); Wed, 6 Nov 2013 15:24:23 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:40964 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755431Ab3KFUYW (ORCPT ); Wed, 6 Nov 2013 15:24:22 -0500 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id rA6KNLGL009050; Wed, 6 Nov 2013 14:23:21 -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 rA6KNKq3022247; Wed, 6 Nov 2013 14:23:20 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.2.342.3; Wed, 6 Nov 2013 14:23:20 -0600 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id rA6KNKuX027231; Wed, 6 Nov 2013 14:23:20 -0600 Received: from localhost (h64-14.vpn.ti.com [172.24.64.14]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id rA6KNCt23021; Wed, 6 Nov 2013 14:23:13 -0600 (CST) From: Eduardo Valentin To: , , , , , , , , CC: , , , , , Eduardo Valentin Subject: [PATCHv2 3/7] arm: dts: dra7: add bandgap entry Date: Wed, 6 Nov 2013 16:23:03 -0400 Message-ID: <1383769383-13500-1-git-send-email-eduardo.valentin@ti.com> X-Mailer: git-send-email 1.8.2.1.342.gfa7285d In-Reply-To: <1380652344-18819-4-git-send-email-eduardo.valentin@ti.com> References: <1380652344-18819-4-git-send-email-eduardo.valentin@ti.com> MIME-Version: 1.0 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-6.9 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 This patch adds bandgap IP entry on DRA7 dtsi device tree file. Signed-off-by: Eduardo Valentin --- arch/arm/boot/dts/dra7.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) --- Hi all, Difference from V1: now the BG node belongs to OCP. Tero, this is the patch you were asking for. Thanks, Eduardo diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 3a746c2..d3d467b 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7.dtsi @@ -102,6 +102,18 @@ pinctrl-single,function-mask = <0x3fffffff>; }; + bandgap: bandgap { + reg = <0x4a0021e0 0xc + 0x4a00232c 0xc + 0x4a002380 0x2c + 0x4a0023C0 0x3c + 0x4a002564 0x8 + 0x4a002574 0x50>; + compatible = "ti,dra752-bandgap"; + interrupts = ; + #thermal-sensor-cells = <1>; + }; + sdma: dma-controller@4a056000 { compatible = "ti,omap4430-sdma"; reg = <0x4a056000 0x1000>;