Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751910AbcCVTZ1 (ORCPT ); Tue, 22 Mar 2016 15:25:27 -0400 Received: from smtp.math.uni-bielefeld.de ([129.70.45.10]:45640 "EHLO smtp.math.uni-bielefeld.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750986AbcCVTZZ (ORCPT ); Tue, 22 Mar 2016 15:25:25 -0400 Subject: Re: [PATCH 2/2] ARM: dts: exynos: Enable SSS on Trats2 To: Krzysztof Kozlowski , Kukjin Kim , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Vladimir Zapolskiy References: <1458612003-30284-1-git-send-email-k.kozlowski@samsung.com> <1458612003-30284-2-git-send-email-k.kozlowski@samsung.com> From: Tobias Jakobi Message-ID: <56F19C19.50207@math.uni-bielefeld.de> Date: Tue, 22 Mar 2016 20:25:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0 SeaMonkey/2.38 MIME-Version: 1.0 In-Reply-To: <1458612003-30284-2-git-send-email-k.kozlowski@samsung.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 917 Lines: 37 Hello Krzysztof, you can also add the node to the exynos4412-odroid-common dtsi. I have checked that it works properly on an X2. Thanks for patches and fixing that alignment issue! With best wishes, Tobias Krzysztof Kozlowski wrote: > Enable the Security SubSystem (SSS) on Trats2 (Exynos4412) board which > allows usage of its hardware accelerated AES operations. > > Signed-off-by: Krzysztof Kozlowski > --- > arch/arm/boot/dts/exynos4412-trats2.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts > index ed017cc7b14f..2bf363c3bf62 100644 > --- a/arch/arm/boot/dts/exynos4412-trats2.dts > +++ b/arch/arm/boot/dts/exynos4412-trats2.dts > @@ -1286,6 +1286,10 @@ > }; > }; > > +&sss { > + status = "okay"; > +}; > + > &tmu { > vtmu-supply = <&ldo10_reg>; > status = "okay"; >