devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] arm64: Introduce CIX P1 (SKY1) SoC
@ 2025-02-27 12:06 Peter Chen
  2025-02-27 12:06 ` [PATCH v3 1/6] dt-bindings: vendor-prefixes: Add CIX Technology Group Co., Ltd Peter Chen
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Peter Chen @ 2025-02-27 12:06 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, catalin.marinas, will, arnd
  Cc: linux-arm-kernel, devicetree, linux-kernel, cix-kernel-upstream,
	marcin, Peter Chen

Cixtech P1 (internal name sky1) is high performance generic Armv9 SoC.
Orion O6 is the world's first open source Arm V9 Motherboard built by
Radxa. You could find brief introduction for SoC and related boards at:
https://radxa.com/products/orion/o6#overview

In this series, we add initial SoC and board support for Kernel building.
Patch 1-2: Add dt-binding doc for CIX and its sky1 SoC
Patch 3: add related maintainter entry
Patch 4-5: add Arm64 build support
Patch 6: add initial dts support for SoC and Orion O6 board

To run upstream kernel at Orion O6 board, you need to use BIOS
released by Radxa:
https://docs.radxa.com/en/orion/o6/bios/install-bios

Changes for v3:
- Patch 1: Add Krzysztof Kozlowski's Acked-by Tag
- Patch 2: Add Krzysztof Kozlowski's Reviewed-by Tag
- Patch 6: Fix two dts coding sytle issues

Changes for v2:
- Pass dts build check with below commands:
make O=$OUTKNL dt_binding_check DT_SCHEMA_FILES=vendor-prefixes.yaml
make O=$OUTKNL dt_binding_check DT_SCHEMA_FILES=arm/cix.yaml
make O=$OUTKNL CHECK_DTBS=y W=1 cix/sky1-orion-o6.dtb
- Re-order the patch set, and move vendor-perfixes to the 1st patch.
- Patch 4: Ordered Kconfig config entry by alpha-numerically
- Patch 5: Corrects the Ack tag's name
- Patch 6: see below.
1) Corrects the SoF tag's name
2) Fix several coding sytle issues
3) move linux,cma node to dts file
4) delete memory node, memory size is passed by firmware
5) delete uart2 node which will be added in future patches
6) Improve for pmu and cpu node to stands for more specific cpu model
7) Improve the timer node and add hypervisor virtual timer irq

Fugang Duan (1):
  arm64: Kconfig: add ARCH_CIX for cix silicons

Peter Chen (5):
  dt-bindings: vendor-prefixes: Add CIX Technology Group Co., Ltd.
  dt-bindings: arm: add CIX P1 (SKY1) SoC
  MAINTAINERS: Add CIX SoC maintainer entry
  arm64: defconfig: Enable CIX SoC
  arm64: dts: cix: add initial CIX P1(SKY1) dts support

 .../devicetree/bindings/arm/cix.yaml          |  26 +++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 MAINTAINERS                                   |   8 +
 arch/arm64/Kconfig.platforms                  |   6 +
 arch/arm64/boot/dts/Makefile                  |   1 +
 arch/arm64/boot/dts/cix/Makefile              |   2 +
 arch/arm64/boot/dts/cix/sky1-orion-o6.dts     |  26 +++
 arch/arm64/boot/dts/cix/sky1.dtsi             | 216 ++++++++++++++++++
 arch/arm64/configs/defconfig                  |   1 +
 9 files changed, 288 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/cix.yaml
 create mode 100644 arch/arm64/boot/dts/cix/Makefile
 create mode 100644 arch/arm64/boot/dts/cix/sky1-orion-o6.dts
 create mode 100644 arch/arm64/boot/dts/cix/sky1.dtsi

-- 
2.25.1


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

end of thread, other threads:[~2025-03-04 13:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27 12:06 [PATCH v3 0/6] arm64: Introduce CIX P1 (SKY1) SoC Peter Chen
2025-02-27 12:06 ` [PATCH v3 1/6] dt-bindings: vendor-prefixes: Add CIX Technology Group Co., Ltd Peter Chen
2025-02-27 12:06 ` [PATCH v3 2/6] dt-bindings: arm: add CIX P1 (SKY1) SoC Peter Chen
2025-02-27 12:06 ` [PATCH v3 3/6] MAINTAINERS: Add CIX SoC maintainer entry Peter Chen
2025-02-28  7:25   ` Krzysztof Kozlowski
2025-02-27 12:06 ` [PATCH v3 4/6] arm64: Kconfig: add ARCH_CIX for cix silicons Peter Chen
2025-02-28  7:23   ` Krzysztof Kozlowski
2025-02-27 12:06 ` [PATCH v3 5/6] arm64: defconfig: Enable CIX SoC Peter Chen
2025-02-28  7:23   ` Krzysztof Kozlowski
2025-02-27 12:06 ` [PATCH v3 6/6] arm64: dts: cix: add initial CIX P1(SKY1) dts support Peter Chen
2025-02-28  7:24   ` Krzysztof Kozlowski
2025-02-28 15:10   ` Marc Zyngier
2025-03-03 11:38     ` Peter Chen
2025-03-03 18:49       ` Marc Zyngier
2025-03-04 13:05         ` Peter Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).