mbox series

[v2,0/2] arm: qcom: Add SMP support for MSM8226

Message ID 20210606201612.100752-1-bartosz.dudziak@snejp.pl
Headers show
Series arm: qcom: Add SMP support for MSM8226 | expand

Message

Bartosz Dudziak June 6, 2021, 8:16 p.m. UTC
Add SMP support for a Cortex-A7 CPU in Qualcomm MSM8226 SoC.

Changes in v2:
  - Patches are now MSM8226 SoC specific
  - Properly unmap IO memory with iounmap() after using of_iomap() 

Bartosz Dudziak (2):
  dt-bindings: arm: Add SMP enable-method for MSM8226
  arm: qcom: Add SMP support for MSM8226

 .../devicetree/bindings/arm/cpus.yaml         |  3 +-
 arch/arm/mach-qcom/platsmp.c                  | 71 +++++++++++++++++++
 2 files changed, 73 insertions(+), 1 deletion(-)