* [PATCH 1/1] ARM: dts: stm32: Add HASH support on stm32mp157c
@ 2018-05-14 10:00 Lionel Debieve
2018-06-25 12:16 ` Alexandre Torgue
0 siblings, 1 reply; 2+ messages in thread
From: Lionel Debieve @ 2018-05-14 10:00 UTC (permalink / raw)
To: Alexandre Torgue, Maxime Coquelin, Rob Herring, Mark Rutland,
Russell King
Cc: linux-arm-kernel, devicetree, linux-kernel
This patch add HASH instance of the stm32mp157c SoC
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
---
arch/arm/boot/dts/stm32mp157c.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi
index b66f673b5038..cb39fb6d9960 100644
--- a/arch/arm/boot/dts/stm32mp157c.dtsi
+++ b/arch/arm/boot/dts/stm32mp157c.dtsi
@@ -702,6 +702,18 @@
status = "disabled";
};
+ hash1: hash@54002000 {
+ compatible = "st,stm32f756-hash";
+ reg = <0x54002000 0x400>;
+ interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&rcc HASH1>;
+ resets = <&rcc HASH1_R>;
+ dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0 0x0>;
+ dma-names = "in";
+ dma-maxburst = <2>;
+ status = "disabled";
+ };
+
rng1: rng@54003000 {
compatible = "st,stm32-rng";
reg = <0x54003000 0x400>;
--
2.15.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH 1/1] ARM: dts: stm32: Add HASH support on stm32mp157c
2018-05-14 10:00 [PATCH 1/1] ARM: dts: stm32: Add HASH support on stm32mp157c Lionel Debieve
@ 2018-06-25 12:16 ` Alexandre Torgue
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Torgue @ 2018-06-25 12:16 UTC (permalink / raw)
To: Lionel Debieve, Maxime Coquelin, Rob Herring, Mark Rutland,
Russell King
Cc: linux-arm-kernel, devicetree, linux-kernel
Hi Lionel,
On 05/14/2018 12:00 PM, Lionel Debieve wrote:
> This patch add HASH instance of the stm32mp157c SoC
>
> Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
> ---
> arch/arm/boot/dts/stm32mp157c.dtsi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi
> index b66f673b5038..cb39fb6d9960 100644
> --- a/arch/arm/boot/dts/stm32mp157c.dtsi
> +++ b/arch/arm/boot/dts/stm32mp157c.dtsi
> @@ -702,6 +702,18 @@
> status = "disabled";
> };
>
> + hash1: hash@54002000 {
> + compatible = "st,stm32f756-hash";
> + reg = <0x54002000 0x400>;
> + interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&rcc HASH1>;
> + resets = <&rcc HASH1_R>;
> + dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0 0x0>;
> + dma-names = "in";
> + dma-maxburst = <2>;
> + status = "disabled";
> + };
> +
> rng1: rng@54003000 {
> compatible = "st,stm32-rng";
> reg = <0x54003000 0x400>;
>
Applied on stm32-next.
Thanks.
Alex
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-25 12:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-14 10:00 [PATCH 1/1] ARM: dts: stm32: Add HASH support on stm32mp157c Lionel Debieve
2018-06-25 12:16 ` Alexandre Torgue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox