mbox series

[v2,0/4] add support for Hisilicon SD5203 SoC

Message ID 20200919064555.3616-1-thunder.leizhen@huawei.com
Headers show
Series add support for Hisilicon SD5203 SoC | expand

Message

Leizhen (ThunderTown) Sept. 19, 2020, 6:45 a.m. UTC
v1 --> v2:
1. add binding for SD5203 SoC, Patch 1
2. select DW_APB_ICTL instead of HISILICON_SD5203_VIC in Patch 2.
   Meanwhile, change the compatible of interrupt-controller to "snps,dw-apb-ictl" in Patch 4.
3. Fix the errors detected by dtbs_check. For example: add "reg" for cpu node, use lowercase a-f
   to describe address, add "baudclk" for "snps,dw-apb-uart".

v1:
Add SD5203 SoC config option and devicetree file, also enable its debug UART.

Kefeng Wang (3):
  ARM: hisi: add support for SD5203 SoC
  ARM: debug: add UART early console support for SD5203
  ARM: dts: add SD5203 dts

Zhen Lei (1):
  dt-bindings: arm: hisilicon: add binding for SD5203 SoC

 .../bindings/arm/hisilicon/hisilicon.txt           |  5 ++
 arch/arm/Kconfig.debug                             | 11 ++-
 arch/arm/boot/dts/Makefile                         |  2 +
 arch/arm/boot/dts/sd5203.dts                       | 96 ++++++++++++++++++++++
 arch/arm/mach-hisi/Kconfig                         | 16 +++-
 5 files changed, 127 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/boot/dts/sd5203.dts