From patchwork Sun Jun 23 06:54:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 2766791 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 5BD369F472 for ; Sun, 23 Jun 2013 06:55:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4A34B20111 for ; Sun, 23 Jun 2013 06:55:43 +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 117602010B for ; Sun, 23 Jun 2013 06:55:41 +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 1UqeD4-0007YP-Qn; Sun, 23 Jun 2013 06:55:39 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqeD1-00005v-RF; Sun, 23 Jun 2013 06:55:35 +0000 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UqeCx-0008WJ-LF for linux-arm-kernel@lists.infradead.org; Sun, 23 Jun 2013 06:55:32 +0000 Received: by mail-la0-f53.google.com with SMTP id fs12so8942924lab.26 for ; Sat, 22 Jun 2013 23:55:07 -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; bh=88EUP8G+uQZnKweUTHM1yaagGClSbZOvtnOV19+JlkY=; b=LSNSOsSEYCj41nHkW+Rme7TVMSfkzUNCtws6qMGnTuhCY4UKWOUPApPs/vo2KBIOmG 1sdqJ9EkZFpvvRxoydRk7eeWPS9OVV5pZqMyik4bAf4cwJui8+gsgSumaqrfhfj7QZw2 fJyLfG3hEdpYnet651eCyKW5eGz3MC3Zh+rXTva2jztOhKEXZ0N5xtVv1eAlTZcN40dG 9ufDjKs70C/gjgveUNmAauVTlwsOqanuq9fBQlAs+Ao146FQyszyUKK6P5vK4//fTruD Oj0F+Y56js5VLEUpJ+5TGJTV/eC7yV58oOgY9Kq16QlbzedXfL3/Zc5Uow5VKc7Hhr/T wO/g== X-Received: by 10.112.218.68 with SMTP id pe4mr10469685lbc.40.1371970507367; Sat, 22 Jun 2013 23:55:07 -0700 (PDT) Received: from shc.zet ([188.134.40.128]) by mx.google.com with ESMTPSA id i9sm4395924lai.4.2013.06.22.23.55.05 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 22 Jun 2013 23:55:06 -0700 (PDT) From: Alexander Shiyan To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/6] ARM: dts: imx27: Add SAHARA2 devicetree node Date: Sun, 23 Jun 2013 10:54:45 +0400 Message-Id: <1371970490-10874-1-git-send-email-eagle.alexander923@gmail.com> X-Mailer: git-send-email 1.8.1.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130623_025531_902034_A5EEF93E X-CRM114-Status: UNSURE ( 8.91 ) 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 (Symmetric/Asymmetric Hashing and Random Accelerator) SAHARA2 devicetree node for i.MX27 CPUs. Signed-off-by: Alexander Shiyan Acked-by: Sascha Hauer --- 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 0695264..04f9154 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi @@ -351,6 +351,14 @@ iram = <&iram>; }; + sahara2: sahara@10025000 { + compatible = "fsl,imx27-sahara"; + reg = <0x10025000 0x0800>; + interrupts = <59>; + clocks = <&clks 32>, <&clks 64>; + clock-names = "ipg", "ahb"; + }; + clks: ccm@10027000{ compatible = "fsl,imx27-ccm"; reg = <0x10027000 0x1000>;