Re: [PATCH v2 0/6] ARM: psci: add PSCI client driver

2019-11-06 Thread Sascha Hauer
On Wed, Nov 06, 2019 at 11:21:43AM +0100, Ahmad Fatoum wrote: > On platforms like the ARM STM32MP and the ARM64 Layerscape, firmware > (i.e. barebox) is expected to fixup the correct PSCI version into the > Linux device tree, so functionality like system reset via PSCI works. > > Add a generic

[PATCH v2 0/6] ARM: psci: add PSCI client driver

2019-11-06 Thread Ahmad Fatoum
On platforms like the ARM STM32MP and the ARM64 Layerscape, firmware (i.e. barebox) is expected to fixup the correct PSCI version into the Linux device tree, so functionality like system reset via PSCI works. Add a generic client driver that handles this and enable its usage for the STM32MP. v1