From patchwork Thu Oct 25 09:57:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 12500 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id EA8EF23F9B for ; Thu, 25 Oct 2012 09:57:32 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 9FBBCA18319 for ; Thu, 25 Oct 2012 09:57:32 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so1862475iej.11 for ; Thu, 25 Oct 2012 02:57:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=vgYWVqhfcQbJJITCA1Ww23vaJszHF+N8zntJN2/l7KA=; b=H7hjPp0v1aNrZOp9lz5x2UDRuWQfAMqGvLxaj3An7tS5ykA2VmqzYY04vxfx6gSKRH a2JhsSYcD3aJND8L3xc7CkvNCxjmP7xkKPDy4xtvB1pxrMyQWo1sc2yIMZSPxtHH503s yAzp+DJ42/jgCTu1JPDw38ua1Mr9e1DEB64SMdK8QUAW8TQQZntRM1/Cw8qUrz41BiIN X1cuxq/gBpJm/QEPDUTC+50c0aY117Gr2f8UmsrP1F3rjGessYtW1r8veQrtNytHlzSV FdRRn2hBDym8TpYyTNhyxHrxrA3GonkgDFI74n/tksSQf4BskupPxvXhsjCnnEXExTwR n1Lg== Received: by 10.43.7.132 with SMTP id oo4mr16137506icb.6.1351159052389; Thu, 25 Oct 2012 02:57:32 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp14764igt; Thu, 25 Oct 2012 02:57:31 -0700 (PDT) Received: by 10.216.206.11 with SMTP id k11mr10978788weo.81.1351159050849; Thu, 25 Oct 2012 02:57:30 -0700 (PDT) Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by mx.google.com with ESMTPS id fa8si2108309wib.12.2012.10.25.02.57.30 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 25 Oct 2012 02:57:30 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-we0-f178.google.com with SMTP id r6so948820wey.37 for ; Thu, 25 Oct 2012 02:57:30 -0700 (PDT) Received: by 10.180.86.202 with SMTP id r10mr12581895wiz.12.1351159050355; Thu, 25 Oct 2012 02:57:30 -0700 (PDT) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id az2sm9125291wib.10.2012.10.25.02.57.29 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 25 Oct 2012 02:57:29 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: arnd@arndb.de, linus.walleij@stericsson.com, Lee Jones Subject: [PATCH 6/8] ARM: ux500: Change the type of interrupt to something compatible Date: Thu, 25 Oct 2012 10:57:09 +0100 Message-Id: <1351159031-25391-7-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1351159031-25391-1-git-send-email-lee.jones@linaro.org> References: <1351159031-25391-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQkpoPpEqrybpuLKdLyzDpav6vCq29srU5Rzik64DevZV5iY5duqt+CDtcQHV/GWZbNGSHSh On boot the Nomadik GPIO controller complains that an IRQ can't be configured as active high level-sensitive, so this patch converts it to be low-to-high edge triggered instead. Signed-off-by: Lee Jones --- arch/arm/boot/dts/stuib.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/stuib.dtsi b/arch/arm/boot/dts/stuib.dtsi index 6c7e492..39446a2 100644 --- a/arch/arm/boot/dts/stuib.dtsi +++ b/arch/arm/boot/dts/stuib.dtsi @@ -15,7 +15,7 @@ stmpe1601: stmpe1601@40 { compatible = "st,stmpe1601"; reg = <0x40>; - interrupts = <26 0x4>; + interrupts = <26 0x1>; interrupt-parent = <&gpio6>; interrupt-controller;