Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753032AbbB1QZL (ORCPT ); Sat, 28 Feb 2015 11:25:11 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:45939 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752858AbbB1QZH (ORCPT ); Sat, 28 Feb 2015 11:25:07 -0500 Date: Sat, 28 Feb 2015 17:25:02 +0100 From: Pavel Machek To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: =?iso-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Rob Herring , Russell King , Paul Walmsley , Herbert Xu , "David S. Miller" , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, Nishanth Menon , Ivaylo Dimitrov , Aaro Koskinen , Sebastian Reichel Subject: Re: [PATCH 03/10] crypto: omap-sham: Add support for omap3 devices Message-ID: <20150228162502.GC4978@amd> References: <1424958600-18881-1-git-send-email-pali.rohar@gmail.com> <1424958600-18881-4-git-send-email-pali.rohar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1424958600-18881-4-git-send-email-pali.rohar@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 907 Lines: 27 On Thu 2015-02-26 14:49:53, Pali Roh?r wrote: > omap3 support is same as omap2, just with different IO address (specified in DT) > > Signed-off-by: Pali Roh?r Acked-by: Pavel Machek > @@ -1792,6 +1792,10 @@ static const struct of_device_id omap_sham_of_match[] = { > .data = &omap_sham_pdata_omap2, > }, > { > + .compatible = "ti,omap3-sham", > + .data = &omap_sham_pdata_omap2, > + }, > + { > .compatible = "ti,omap4-sham", > .data = &omap_sham_pdata_omap4, > }, -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/