From patchwork Tue Feb 17 18:52:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Hesselbarth X-Patchwork-Id: 5840911 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 9AAACBF440 for ; Tue, 17 Feb 2015 18:56:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 90E12201DD for ; Tue, 17 Feb 2015 18:56:05 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7B22B20107 for ; Tue, 17 Feb 2015 18:56:04 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YNnHH-0004nu-1h; Tue, 17 Feb 2015 18:53:47 +0000 Received: from mail-we0-f176.google.com ([74.125.82.176]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YNnGU-0004R1-KJ for linux-arm-kernel@lists.infradead.org; Tue, 17 Feb 2015 18:53:01 +0000 Received: by wevk48 with SMTP id k48so251387wev.0 for ; Tue, 17 Feb 2015 10:52:35 -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:in-reply-to:references; bh=7d8n4AGpjxEpbrh291ShgZeB6Mme8nxDW6E3/16YOfU=; b=tnYJGNsNUoz61NgEm7EZRF69fWd0lcpISWw4i7k3FtqXo/m82OWF20mdLzozMANK15 UjsffIXRWbjyDodMUXawdIO6sgRQ8HBcFFffVzBo0X7mzqOYpR1YCyNnt8VkFdxJbHuX 2cMaDE6+uFvDnwMN5Nd+1H2Bu9dXfm0L4vh2FQtlK9Hwiy8phfsbT11jzW1gUB+zJn4W gD/Q3w6KASNRX/jRRpW7UQaDADZ6fRCqUDogwQ5gpNDR/i3ur5P7Rk4fMNgxL8yA/J08 eIddUTBhAhOdcFB9glAtJUd2cLLDqlV/NKj7g0gU2oC1kAy62cKO3Pu3WEVLPT48hXFH v+2w== X-Received: by 10.180.88.193 with SMTP id bi1mr56784186wib.70.1424199155664; Tue, 17 Feb 2015 10:52:35 -0800 (PST) Received: from topkick.lan (f051045211.adsl.alicedsl.de. [78.51.45.211]) by mx.google.com with ESMTPSA id gm2sm15367952wib.5.2015.02.17.10.52.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Feb 2015 10:52:33 -0800 (PST) From: Sebastian Hesselbarth To: Sebastian Hesselbarth Subject: [PATCH 4/8] ARM: dts: dove: Always include gpio and interrupt-controller headers Date: Tue, 17 Feb 2015 19:52:05 +0100 Message-Id: <1424199129-22099-5-git-send-email-sebastian.hesselbarth@gmail.com> In-Reply-To: <1424199129-22099-1-git-send-email-sebastian.hesselbarth@gmail.com> References: <1424199129-22099-1-git-send-email-sebastian.hesselbarth@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150217_105258_907618_C2DFBFEE X-CRM114-Status: UNSURE ( 8.32 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: Andrew Lunn , Jason Cooper , linux-kernel@vger.kernel.org, Gabriel Dobato , Gregory Clement , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_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 We want to enforce the use of named flags in GPIO and interrupt specifiers, include the corresponding headers to Dove's SoC dtsi. Signed-off-by: Sebastian Hesselbarth Acked-by: Gregory CLEMENT --- Cc: Jason Cooper Cc: Andrew Lunn Cc: Gregory Clement Cc: Gabriel Dobato Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- arch/arm/boot/dts/dove.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 3cc8b8320345..cae865435762 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi @@ -1,5 +1,8 @@ /include/ "skeleton.dtsi" +#include +#include + #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) / {