mbox series

[0/3] Enable the CRC and CRYP IP on STM32MP135F-DK board.

Message ID 20240219113745.92538-1-thomas.bourgoin@foss.st.com (mailing list archive)
Headers show
Series Enable the CRC and CRYP IP on STM32MP135F-DK board. | expand

Message

Thomas Bourgoin Feb. 19, 2024, 11:37 a.m. UTC
Enable the CRC and CRYP internal peripherals on STM32MP135F-DK board.

The first 2 patches adds the node crc1 in file stm32mp131.dtsi and
enables it for the board stm32mp135f-dk.
The last patch of the patchset enables the node cryp for the board
stm32mp135f-dk.

Lionel Debieve (2):
  ARM: dts: stm32: add CRC on stm32mp131
  ARM: dts: stm32: enable CRC on stm32mp135f-dk

Thomas Bourgoin (1):
  ARM: dts: stm32: enable crypto accelerator on stm32mp135f-dk

 arch/arm/boot/dts/st/stm32mp131.dtsi    | 7 +++++++
 arch/arm/boot/dts/st/stm32mp135f-dk.dts | 8 ++++++++
 2 files changed, 15 insertions(+)

--
2.25.1

Comments

Alexandre TORGUE Feb. 29, 2024, 9:27 a.m. UTC | #1
Hi Thomas

On 2/19/24 12:37, Thomas Bourgoin wrote:
> Enable the CRC and CRYP internal peripherals on STM32MP135F-DK board.
> 
> The first 2 patches adds the node crc1 in file stm32mp131.dtsi and
> enables it for the board stm32mp135f-dk.
> The last patch of the patchset enables the node cryp for the board
> stm32mp135f-dk.
> 
> Lionel Debieve (2):
>    ARM: dts: stm32: add CRC on stm32mp131
>    ARM: dts: stm32: enable CRC on stm32mp135f-dk
> 
> Thomas Bourgoin (1):
>    ARM: dts: stm32: enable crypto accelerator on stm32mp135f-dk
> 
>   arch/arm/boot/dts/st/stm32mp131.dtsi    | 7 +++++++
>   arch/arm/boot/dts/st/stm32mp135f-dk.dts | 8 ++++++++
>   2 files changed, 15 insertions(+)
> 

Series applied on stm32-next.

Thanks
Alex


> --
> 2.25.1
>