Re: [PATCH] arm-virt: add secure pl061 for reset/power down

2021-01-05 Thread Philippe Mathieu-Daudé
On 12/17/20 2:57 PM, Maxim Uvarov wrote: > Add secure pl061 for reset/power down machine from > the secure world (Arm Trusted Firmware). > Use the same gpio 3 and gpio 4 which were used by > non acpi variant of linux power control gpios. > > Signed-off-by: Maxim Uvarov > --- > This patch works t

[PATCH] arm-virt: add secure pl061 for reset/power down

2020-12-17 Thread Maxim Uvarov
Add secure pl061 for reset/power down machine from the secure world (Arm Trusted Firmware). Use the same gpio 3 and gpio 4 which were used by non acpi variant of linux power control gpios. Signed-off-by: Maxim Uvarov --- This patch works together with ATF patch: https://github.com/muvar