From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9D38B4419 for ; Fri, 22 Sep 2023 09:05:04 +0000 (UTC) Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB6CC9E; Fri, 22 Sep 2023 02:05:00 -0700 (PDT) Received: from pps.filterd (m0288072.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.22/8.17.1.22) with ESMTP id 38M3PwDO014839; Fri, 22 Sep 2023 11:04:38 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= message-id:date:mime-version:subject:to:cc:references:from :in-reply-to:content-type:content-transfer-encoding; s= selector1; bh=p/ppS1A47bgbinuMN7wBwplhXT0cIutRq8BH5r+Gkz0=; b=Hw zS/sl94VjbEwacCdv46JTIMckCgdiY9cYtBiwCbuGfAc0ifCOI3R8MiF0oaxeONb xfcW9k2Vm6jpbhhVHJpatDeTi1X++if+lxEVTBLP7ZhQBcuKZt8H6nrIcOl2ZDu0 /Gbq5XNZcSj3H04aoyO5Z2ZHVYUcEI9cEh77C/oxPrMCVxppRct/vqSRv4erQHF7 FZvwNW4tm+IA16zletZfLgvoiXXd+C8gliNDCD1XiKiL3hA81+4MkPTdsqiYSI9j upbUgzABzUUSXwxCb886EDntAETMp0voKTNUkiQhV0rcengNg13wTfsqDnypot7m f+1RcSjMWNIGQbNoUW5g== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3t8tt02jmt-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 22 Sep 2023 11:04:38 +0200 (MEST) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 99AE3100051; Fri, 22 Sep 2023 11:04:24 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 92490215154; Fri, 22 Sep 2023 11:04:24 +0200 (CEST) Received: from [10.201.21.122] (10.201.21.122) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Fri, 22 Sep 2023 11:04:23 +0200 Message-ID: Date: Fri, 22 Sep 2023 11:04:23 +0200 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH] ARM: dts: stm32: add HASH on stm32mp131 To: Thomas BOURGOIN , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin CC: , , , , Lionel Debieve References: <20230816142617.2625802-1-thomas.bourgoin@foss.st.com> Content-Language: en-US From: Alexandre TORGUE In-Reply-To: <20230816142617.2625802-1-thomas.bourgoin@foss.st.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.21.122] X-ClientProxiedBy: SHFCAS1NODE2.st.com (10.75.129.73) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.980,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-09-22_07,2023-09-21_01,2023-05-22_02 X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Hi On 8/16/23 16:26, Thomas BOURGOIN wrote: > From: Lionel Debieve > > Add the HASH support on stm32mp131. > > Signed-off-by: Lionel Debieve > Signed-off-by: Thomas Bourgoin > --- > arch/arm/boot/dts/st/stm32mp131.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm/boot/dts/st/stm32mp131.dtsi b/arch/arm/boot/dts/st/stm32mp131.dtsi > index 672f3b7735a2..4e4f64cfb75b 100644 > --- a/arch/arm/boot/dts/st/stm32mp131.dtsi > +++ b/arch/arm/boot/dts/st/stm32mp131.dtsi > @@ -1210,6 +1210,17 @@ timer { > }; > }; > > + hash: hash@54003000 { > + compatible = "st,stm32mp13-hash"; > + reg = <0x54003000 0x400>; > + interrupts = ; > + clocks = <&rcc HASH1>; > + resets = <&rcc HASH1_R>; > + dmas = <&mdma 30 0x2 0x1000a02 0x0 0x0>; > + dma-names = "in"; > + status = "disabled"; > + }; > + > mdma: dma-controller@58000000 { > compatible = "st,stm32h7-mdma"; > reg = <0x58000000 0x1000>; Applied on stm32-next. Thanks. Alex