ARM: stm32mp: add ETZPC system bus driver for STM32MP1
authorLionel Debieve <lionel.debieve@foss.st.com>
Tue, 1 Apr 2025 13:14:09 +0000 (15:14 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 25 Apr 2025 14:00:22 +0000 (16:00 +0200)
commitad3cdc677dda98e3985e4edd280b58ffa413b048
tree3cf5b84194e67599871a6e96e3c0eb80e8e77d4d
parent4cb12871b20ed2d071b5e4cfa03de2d8fe707d23
ARM: stm32mp: add ETZPC system bus driver for STM32MP1

This driver is checking the access rights of the different
peripherals connected to the ETZPC bus. If access is denied,
the associated device is not bound.

Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com>
Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/mach-stm32mp/include/mach/etzpc.h [new file with mode: 0644]
arch/arm/mach-stm32mp/stm32mp1/Makefile
arch/arm/mach-stm32mp/stm32mp1/etzpc.c [new file with mode: 0644]