mbox series

[V2,0/3] Add DTS and bindings for Unisoc's UMS9620

Message ID 20231218100234.1102916-1-chunyan.zhang@unisoc.com
Headers show
Series Add DTS and bindings for Unisoc's UMS9620 | expand

Message

Chunyan Zhang Dec. 18, 2023, 10:02 a.m. UTC
Add a basic DTS for UMS9620 SoC and UMS9620-2H10 board, with this patchset
the board can run into console.

V2:
- Added Acked-by from Krzysztof Kozlowski for patch 1-2;
- Fixed compile error reported by kernel test robot;
- Moved 'ranges' up to following the compatible string for 'soc' and 'apb' nodes;
- Removed 'ranges' from 'gic' node, since it seems not used for now.

Chunyan Zhang (3):
  dt-bindings: mfd: sprd: Add support for UMS9620
  dt-bindings: arm: Add compatible strings for Unisoc's UMS9620
  arm64: dts: sprd: Add support for Unisoc's UMS9620

 .../devicetree/bindings/arm/sprd/sprd.yaml    |   5 +
 .../bindings/mfd/sprd,ums512-glbreg.yaml      |   4 +-
 arch/arm64/boot/dts/sprd/Makefile             |   3 +-
 arch/arm64/boot/dts/sprd/ums9620-2h10.dts     |  38 +++
 arch/arm64/boot/dts/sprd/ums9620.dtsi         | 245 ++++++++++++++++++
 5 files changed, 293 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/sprd/ums9620-2h10.dts
 create mode 100644 arch/arm64/boot/dts/sprd/ums9620.dtsi