From patchwork Wed Apr 24 18:16:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eduardo Valentin X-Patchwork-Id: 2485731 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id C5724DF25A for ; Wed, 24 Apr 2013 18:16:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756585Ab3DXSQ6 (ORCPT ); Wed, 24 Apr 2013 14:16:58 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:39271 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756385Ab3DXSQ5 (ORCPT ); Wed, 24 Apr 2013 14:16:57 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id r3OIGuSd008296; Wed, 24 Apr 2013 13:16:56 -0500 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 r3OIGu8P021404; Wed, 24 Apr 2013 13:16:56 -0500 Received: from dlelxv23.itg.ti.com (172.17.1.198) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.2.342.3; Wed, 24 Apr 2013 13:16:55 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlelxv23.itg.ti.com (8.13.8/8.13.8) with ESMTP id r3OIGtOs012655; Wed, 24 Apr 2013 13:16:55 -0500 Received: from localhost (h64-7.vpn.ti.com [172.24.64.7]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id r3OIGpV02937; Wed, 24 Apr 2013 13:16:52 -0500 (CDT) From: Eduardo Valentin To: CC: , , , , Eduardo Valentin Subject: [PATCH 1/2] staging: ti-soc-thermal: update DT reference for OMAP5430 Date: Wed, 24 Apr 2013 14:16:07 -0400 Message-ID: <1366827368-14316-2-git-send-email-eduardo.valentin@ti.com> X-Mailer: git-send-email 1.8.2.1.342.gfa7285d In-Reply-To: <1366827368-14316-1-git-send-email-eduardo.valentin@ti.com> References: <1366827368-14316-1-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 Add missing irq line for TALERT on DT entry for OMAP5430. Signed-off-by: Eduardo Valentin --- drivers/staging/ti-soc-thermal/ti_soc_thermal.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/ti-soc-thermal/ti_soc_thermal.txt b/drivers/staging/ti-soc-thermal/ti_soc_thermal.txt index a4a33d1..1629652 100644 --- a/drivers/staging/ti-soc-thermal/ti_soc_thermal.txt +++ b/drivers/staging/ti-soc-thermal/ti_soc_thermal.txt @@ -57,4 +57,5 @@ bandgap { 0x4a002380 0x2c 0x4a0023C0 0x3c>; compatible = "ti,omap5430-bandgap"; + interrupts = <0 126 4>; /* talert */ };