Re: [PATCH] arm: exynos: Map iRAM APM area for Exynos850 SoC

2024-05-30 Thread Minkyu Kang
Hi, On Sun, 26 May 2024 at 06:53, Sam Protsenko wrote: > This iRAM APM area is needed for I3C access to PMIC via APM block. > Without this mapping any access to APM iRAM leads to "Synchronous Abort" > exception. > > Signed-off-by: Sam Protsenko > --- > arch/arm/mach-exynos/mmu-arm64.c | 8

[PATCH] arm: exynos: Map iRAM APM area for Exynos850 SoC

2024-05-25 Thread Sam Protsenko
This iRAM APM area is needed for I3C access to PMIC via APM block. Without this mapping any access to APM iRAM leads to "Synchronous Abort" exception. Signed-off-by: Sam Protsenko --- arch/arm/mach-exynos/mmu-arm64.c | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/mach-exyno