[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231218100234.1102916-1-chunyan.zhang@unisoc.com>
Date: Mon, 18 Dec 2023 18:02:31 +0800
From: Chunyan Zhang <chunyan.zhang@...soc.com>
To: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski
<krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>, Lee
Jones <lee@...nel.org>
CC: <devicetree@...r.kernel.org>, <linux-serial@...r.kernel.org>,
Baolin Wang
<baolin.wang@...ux.alibaba.com>,
Orson Zhai <orsonzhai@...il.com>,
Chunyan
Zhang <chunyan.zhang@...soc.com>,
LKML <linux-kernel@...r.kernel.org>,
Chunyan Zhang <zhang.lyra@...il.com>
Subject: [PATCH V2 0/3] Add DTS and bindings for Unisoc's UMS9620
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
--
2.41.0
Powered by blists - more mailing lists