[PATCH v2 0/2] Add support for Pine64 QuartzPro64

Ondřej Jirman megi at xff.cz
Wed Oct 11 14:58:43 PDT 2023


From: Ondrej Jirman <megi at xff.cz>

This series adds an initial support for Pine64 QuartzPro64 SBC.

The series was tested against Linux 6.6-rc4.

Please take a look.

For v2, I proactively went through changes made by Heiko when merging my
other patchset for Orange Pi 5 Plus, and made the same changes to this
patchset, which had some similar issues:

- order regulator-name inside pmic nodes as the first property
- re-oreder some other properties alphabetically (in rtc node and in
  some regulators under /)
- drop rockchip,system-power-controller (will re-add later without prefix once
  https://lore.kernel.org/lkml/20231010174138.1888396-1-megi@xff.cz/ gets merged)
- drop mem-supply from cpu nodes (this will also be re-added later
  once cpufreq support is upstreamed)
- sort nodes under pinctrl alphabetically
- added acked-by tag for DT bindings patch

Thank you,
	Ondřej Jirman

Ondrej Jirman (2):
  dt-bindings: arm: rockchip: Add Pine64 QuarzPro64
  arm64: dts: rk3588-quartzpro64: Add QuartzPro64 SBC device tree

 .../devicetree/bindings/arm/rockchip.yaml     |    5 +
 arch/arm64/boot/dts/rockchip/Makefile         |    1 +
 .../boot/dts/rockchip/rk3588-quartzpro64.dts  | 1137 +++++++++++++++++
 3 files changed, 1143 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts

-- 
2.42.0




More information about the linux-arm-kernel mailing list