From patchwork Tue Jun 13 13:45:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tero Kristo X-Patchwork-Id: 9783915 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9BFEF6038E for ; Tue, 13 Jun 2017 13:48:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 90C6E2834A for ; Tue, 13 Jun 2017 13:48:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8476A286F2; Tue, 13 Jun 2017 13:48:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 6136728635 for ; Tue, 13 Jun 2017 13:48:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sCa9hpA91nb0wsJ30ocvxXaY8jMP9u5WVqZDFbpTtUo=; b=jKSIJyOB70Bm9m InVEK5ndxd75iuxCsNL5OBrKP2PO4bMUykcvtTpezYDD2D083WB69C0Lt/KWzgtSIqldwg9WP26SA cPC1hMtLjQqNhVpZSmGtT0Sr1Ndwmn0AOlWO/v7Gb/hmU8USu1ovSBuAKkghzdzAWGft5ua0fkQFo l6utR7oArCOmfWx5px7uyzVN859AUmEDlH7fA3pkce6Uh6hAU16BCYG4qWgjmk05nfp2LtnKBIvrg ubLM4x/RrH6jtsES61NGUNMv2LXnyStm6smdEV9hayyxFjN0AdnOa824T4pbnPkroZxMsGkfR2eR5 TcxtV8zamz7pP4broD8Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dKmBc-000885-BP; Tue, 13 Jun 2017 13:48:48 +0000 Received: from fllnx210.ext.ti.com ([198.47.19.17]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dKm9i-0006Q5-An for linux-arm-kernel@lists.infradead.org; Tue, 13 Jun 2017 13:46:53 +0000 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v5DDkOgG012423; Tue, 13 Jun 2017 08:46:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1497361584; bh=kKmDiUpaiTRC/AxwXUd9bD/lOJvf4WU5dSdOgsZBpdU=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=YqqUpahoICN73Hds1ZksecXujvsAFoqLlezEXwdaIoWqiNlcpgnRDHKa2wijMNmAd +R//5WNVHxLvJuu+VCJW7b3aiBLzLsrXo0BcQUSTPag0ju2eaETInbIwOUA8ZwVKiB gDriS5KOOIuY1e9iOTty4NPjZKsX40k+99gwIkXA= Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v5DDkOU3025602; Tue, 13 Jun 2017 08:46:24 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Tue, 13 Jun 2017 08:46:24 -0500 Received: from gomoku.home (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v5DDkFEi026968; Tue, 13 Jun 2017 08:46:22 -0500 From: Tero Kristo To: , Subject: [PATCH 2/3] ARM: dts: omap4: add SHAM node Date: Tue, 13 Jun 2017 16:45:49 +0300 Message-ID: <1497361550-4735-3-git-send-email-t-kristo@ti.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1497361550-4735-1-git-send-email-t-kristo@ti.com> References: <1497361550-4735-1-git-send-email-t-kristo@ti.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170613_064650_516578_E47B54E6 X-CRM114-Status: UNSURE ( 5.52 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: sebastian.reichel@collabora.co.uk, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add SHAM crypto accelerator. Signed-off-by: Tero Kristo --- arch/arm/boot/dts/omap4.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 00e7656..64d00f5 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -927,6 +927,15 @@ dma-names = "tx", "rx"; }; + sham: sham@4b100000 { + compatible = "ti,omap4-sham"; + ti,hwmods = "sham"; + reg = <0x4b100000 0x300>; + interrupts = ; + dmas = <&sdma 119>; + dma-names = "rx"; + }; + abb_mpu: regulator-abb-mpu { compatible = "ti,abb-v2"; regulator-name = "abb_mpu";