public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] add support for Hisilicon SD5203 SoC
@ 2020-09-19  6:45 Zhen Lei
  2020-09-19  6:45 ` [PATCH v2 1/4] dt-bindings: arm: hisilicon: add binding for " Zhen Lei
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Zhen Lei @ 2020-09-19  6:45 UTC (permalink / raw)
  To: Wei Xu, Rob Herring, devicetree, linux-arm-kernel, linux-kernel
  Cc: Zhen Lei, Libin, Kefeng Wang

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

-- 
1.8.3



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-09-24  3:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-19  6:45 [PATCH v2 0/4] add support for Hisilicon SD5203 SoC Zhen Lei
2020-09-19  6:45 ` [PATCH v2 1/4] dt-bindings: arm: hisilicon: add binding for " Zhen Lei
2020-09-23 20:59   ` Rob Herring
2020-09-24  3:27     ` Leizhen (ThunderTown)
2020-09-19  6:45 ` [PATCH v2 2/4] ARM: hisi: add support " Zhen Lei
2020-09-19  6:45 ` [PATCH v2 3/4] ARM: debug: add UART early console support for SD5203 Zhen Lei
2020-09-19  6:45 ` [PATCH v2 4/4] ARM: dts: add SD5203 dts Zhen Lei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox