From patchwork Fri Dec 25 23:32:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Pali_Roh=C3=A1r?= X-Patchwork-Id: 7921141 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B9A729F1AF for ; Fri, 25 Dec 2015 23:34:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EADF6203DB for ; Fri, 25 Dec 2015 23:33:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 21B62203C2 for ; Fri, 25 Dec 2015 23:33:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754052AbbLYXcz (ORCPT ); Fri, 25 Dec 2015 18:32:55 -0500 Received: from mail-wm0-f42.google.com ([74.125.82.42]:37303 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753788AbbLYXcx (ORCPT ); Fri, 25 Dec 2015 18:32:53 -0500 Received: by mail-wm0-f42.google.com with SMTP id p187so214161315wmp.0; Fri, 25 Dec 2015 15:32:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=xI+ReEvkLFR0y2WfoW5YWrSHaMQFgwcDObHO8mEzna4=; b=c1TK85FBXTvzlqPbMnjfVI32/P/XtJGyaUCOxWxLd+p4zfzGJl2ukaQB0BFzURvyIR DlVcyjGxMZw9YLNk95WRHqZGJcBqIM9SAMx6tykeoEBS7V2h/UPQD09Z1x0G5lFUgaPH soR39eNorWwYr1oehTUhV+EVsSa0qyfaKoxIysOJbyB4ibhYacB0Kzpc46hRyt6WXkpo oqmuw0v54s7iiroE5/faSBDfDLwg3gdSnCIyehaJi25RUGIrF6Y3Ze203AaAWfgvb7ED S+I4UKTnSJ0NfHDVn3K5dJXRSg8p5zcmjvdfDKfywPEb/9u7V6694wpTiTW/cn2rThOY +Y5g== X-Received: by 10.28.127.85 with SMTP id a82mr32875114wmd.48.1451086371750; Fri, 25 Dec 2015 15:32:51 -0800 (PST) Received: from localhost.localdomain (ip-88-212-34-237.antik.sk. [88.212.34.237]) by smtp.gmail.com with ESMTPSA id gl10sm46745981wjb.30.2015.12.25.15.32.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Dec 2015 15:32:50 -0800 (PST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Tony Lindgren , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Pavel Machek , Eduardo Valentin Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Pali=20Roh=C3=A1r?= Subject: [PATCH] ARM: dts: omap3: Include missing bandgap data for ti-soc-thermal driver Date: Sat, 26 Dec 2015 00:32:25 +0100 Message-Id: <1451086345-3340-1-git-send-email-pali.rohar@gmail.com> X-Mailer: git-send-email 1.7.9.5 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=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 Driver for omap3 with documentation is there since v4.4-rc1. Signed-off-by: Pali Rohár Acked-by: Pavel Machek Tested-by: Pavel Machek --- arch/arm/boot/dts/omap34xx.dtsi | 5 +++++ arch/arm/boot/dts/omap36xx.dtsi | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/omap34xx.dtsi b/arch/arm/boot/dts/omap34xx.dtsi index 4f6b2d5..c3f488f 100644 --- a/arch/arm/boot/dts/omap34xx.dtsi +++ b/arch/arm/boot/dts/omap34xx.dtsi @@ -54,6 +54,11 @@ #size-cells = <0>; }; }; + + bandgap { + reg = <0x48002524 0x4>; + compatible = "ti,omap34xx-bandgap"; + }; }; }; diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap36xx.dtsi index 86253de..00f98c1 100644 --- a/arch/arm/boot/dts/omap36xx.dtsi +++ b/arch/arm/boot/dts/omap36xx.dtsi @@ -86,6 +86,11 @@ #size-cells = <0>; }; }; + + bandgap { + reg = <0x48002524 0x4>; + compatible = "ti,omap36xx-bandgap"; + }; }; };