From patchwork Sun Jun 23 06:54:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 2766821 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.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 038D9C0AB1 for ; Sun, 23 Jun 2013 06:58:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3F67020111 for ; Sun, 23 Jun 2013 06:58:09 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2E3742010F for ; Sun, 23 Jun 2013 06:58:08 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqeDy-0007lS-PY; Sun, 23 Jun 2013 06:56:36 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqeDX-00007u-0O; Sun, 23 Jun 2013 06:56:07 +0000 Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqeCz-0008WO-MR for linux-arm-kernel@lists.infradead.org; Sun, 23 Jun 2013 06:55:35 +0000 Received: by mail-la0-f50.google.com with SMTP id dy20so8954027lab.37 for ; Sat, 22 Jun 2013 23:55:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=NcCxokwErzGR/DVrk3z3QlKs2JBkJegxAV7w7Mnhy1A=; b=VaGuiRReQa2N3VsTcDfP4IlniajMENPwOL5JpmawZdWyx+TzpUeXcYmXL4qyo0VBeh w7VuKw4u++lYcSxFZevFuy+MccwgfBC1hWqh1M62vQ6K73fUgNzzFxg9VXMY5iY3JT1g HLhTNDvf+b6MWxcRItdMzxpPhcF0s0EY9nv48yCIGd8TaJCIZyfzLG+P56o0qfUgyAsY NlSH7zhZtbynUSutR4aVVrs8fi5evwBvndFBfRTZyXUtgeW3cbeIctJy/t4U5HyAcg/d gpzcuwZWCFTF7x0KMmlCvcSfaN1JMTfTWGslQ1d0QOZ97rkJPt8sIQE9VAoQbfV1ssIV 0iWw== X-Received: by 10.152.120.196 with SMTP id le4mr9111625lab.6.1371970514006; Sat, 22 Jun 2013 23:55:14 -0700 (PDT) Received: from shc.zet ([188.134.40.128]) by mx.google.com with ESMTPSA id i9sm4395924lai.4.2013.06.22.23.55.12 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 22 Jun 2013 23:55:13 -0700 (PDT) From: Alexander Shiyan To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 6/6] ARM: dts: imx27: Add kpp devicetree node Date: Sun, 23 Jun 2013 10:54:50 +0400 Message-Id: <1371970490-10874-6-git-send-email-eagle.alexander923@gmail.com> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1371970490-10874-1-git-send-email-eagle.alexander923@gmail.com> References: <1371970490-10874-1-git-send-email-eagle.alexander923@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130623_025533_969077_DED2B8E7 X-CRM114-Status: UNSURE ( 9.52 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.8 (-) Cc: Sascha Hauer , Shawn Guo , Russell King , Alexander Shiyan , Alexander Shiyan X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 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=-5.2 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, 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 From: Alexander Shiyan This patch adds the missing (Keypad Port) KPP devicetree node for i.MX27 CPUs. Signed-off-by: Alexander Shiyan --- arch/arm/boot/dts/imx27.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index 85890d8..c20bbb7 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi @@ -110,6 +110,14 @@ clock-names = "ipg", "per"; }; + kpp: kpp@10008000 { + compatible = "fsl,imx27-kpp", "fsl,imx21-kpp"; + reg = <0x10008000 0x1000>; + interrupts = <21>; + clocks = <&clks 37>; + status = "disabled"; + }; + uart1: serial@1000a000 { compatible = "fsl,imx27-uart", "fsl,imx21-uart"; reg = <0x1000a000 0x1000>;