mbox series

[v3,0/2] Add support for Cool Pi GenBook

Message ID 20240730102433.540260-1-andyshrk@163.com (mailing list archive)
Headers show
Series Add support for Cool Pi GenBook | expand

Message

Andy Yan July 30, 2024, 10:24 a.m. UTC
Cool Pi GenBook is a rk3588 based laptop, it is designed to consist of a
carrier board conntected with a CM5 SoM.

This series add support of eMMC/USB HOST/WiFi/Battery/TouchPad/Keyboard,
with a mainline based u-boot[0], it can boot a third-party distribution
such as Armbian on u-disk.

[0]https://github.com/andyshrk/u-boot/commit/8eedc6700367166bfa63b861d8e7aca486d315fe

Changes in v3:
- Wrap commit message by a maximum 75 chars per line
- Remove the superfluous blank line
- Use "coolpi,pi-cm5-genbook" instead of "coolpi,genbook"

Changes in v2:
- Descripte it as Cool Pi CM5 GenBook
- rename dts to rk3588-coolpi-cm5-genbook
- enable touchpad
- enable battery
- descripte it as CoolPi CM5 GenBook

Andy Yan (2):
  dt-bindings: arm: rockchip: Add Cool Pi CM5 GenBook
  arm64: dts: rockchip: Add support for rk3588 based Cool Pi CM5 GenBook

 .../devicetree/bindings/arm/rockchip.yaml     |   7 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../rockchip/rk3588-coolpi-cm5-genbook.dts    | 349 ++++++++++++++++++
 3 files changed, 357 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-genbook.dts

Comments

Heiko Stuebner Aug. 10, 2024, 7:15 p.m. UTC | #1
On Tue, 30 Jul 2024 18:24:31 +0800, Andy Yan wrote:
> Cool Pi GenBook is a rk3588 based laptop, it is designed to consist of a
> carrier board conntected with a CM5 SoM.
> 
> This series add support of eMMC/USB HOST/WiFi/Battery/TouchPad/Keyboard,
> with a mainline based u-boot[0], it can boot a third-party distribution
> such as Armbian on u-disk.
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: rockchip: Add Cool Pi CM5 GenBook
      commit: db0d831c58ce5bc7f37433f5eef65405610cb322
[2/2] arm64: dts: rockchip: Add support for rk3588 based Cool Pi CM5 GenBook
      commit: 4a8c1161b843c366776fc872a6fe45b743b2983e

Best regards,