mbox series

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

Message ID 20231011215856.2082241-1-megi@xff.cz (mailing list archive)
Headers show
Series Add support for Pine64 QuartzPro64 | expand

Message

Ondřej Jirman Oct. 11, 2023, 9:58 p.m. UTC
From: Ondrej Jirman <megi@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

Comments

Heiko Stuebner Oct. 11, 2023, 10:36 p.m. UTC | #1
On Wed, 11 Oct 2023 23:58:43 +0200, Ondřej Jirman wrote:
> From: Ondrej Jirman <megi@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.
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: rockchip: Add Pine64 QuarzPro64
      commit: a6fa0d4a704d7af51a5d02f76c73046cf957c1b5
[2/2] arm64: dts: rk3588-quartzpro64: Add QuartzPro64 SBC device tree
      commit: 8152d3d070a9ca4f48020d11925718f1707db4f1

Thanks a lot for following along my changes.

While I did plan on doing the same for the original QuartzPro64
series, I hadn't found the time yet and this makes everything
so much easier :-) .


Best regards,
Ondřej Jirman Oct. 11, 2023, 10:50 p.m. UTC | #2
On Thu, Oct 12, 2023 at 12:36:45AM +0200, Heiko Stuebner wrote:
> 
> On Wed, 11 Oct 2023 23:58:43 +0200, Ondřej Jirman wrote:
> > From: Ondrej Jirman <megi@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.
> > 
> > [...]
> 
> Applied, thanks!
> 
> [1/2] dt-bindings: arm: rockchip: Add Pine64 QuarzPro64
>       commit: a6fa0d4a704d7af51a5d02f76c73046cf957c1b5
> [2/2] arm64: dts: rk3588-quartzpro64: Add QuartzPro64 SBC device tree
>       commit: 8152d3d070a9ca4f48020d11925718f1707db4f1
> 
> Thanks a lot for following along my changes.
> 
> While I did plan on doing the same for the original QuartzPro64
> series, I hadn't found the time yet and this makes everything
> so much easier :-) .

I thought as much. :-) Thanks for merging the patches.

Kind regards,
	o.

> 
> Best regards,
> -- 
> Heiko Stuebner <heiko@sntech.de>