fleet/ampere: extend baseline with lid+USB-C PD+speaker (all 6 patches verified)

After verifying the minimal v7.0-rc3+pwm15+pwm-fan+RK806 baseline boots
with display on ampere, extended via bisect-by-addition to include 3
more from linux-rk3588-marfrit's pre-cherry-pick set:

  0004 enable speaker output      (genbook dts + cm5 dtsi)
  0005 USB-C PD charging          (genbook dts: FUSB302, vcc5v0_otg)
  0006 lid switch + USB3 lane mux (genbook dts: gpio-keys SW_LID, usbdp_phy1)

ampere-minimal-devices branch on git.reauktion.de/marfrit/linux-rk3588-marfrit
@ 7c241f2e2835 = the verified-working state with all 6 patches.

Display continues to work — confirms regression source is in one of
the 12 remaining linux-rk3588-marfrit commits (Shawn Lin pcie3 phy
series, Cristian Ciocaltea clk/dts/dw-dp, Sebastian Reichel hdmirx,
Pedro Alves btrtl, plus the WIP suspend/resume patch 0010).

Generated-by: Claude Opus 4.7 <claude@reauktion.de>
This commit is contained in:
2026-05-16 06:02:28 +00:00
parent eb7268a581
commit 1d805ef70d
4 changed files with 459 additions and 4 deletions
+9 -4
View File
@@ -39,14 +39,19 @@ includes:
- board/coolpi-genbook/0001-arm64-dts-rockchip-rk3588-Add-pwm15-pinctrl-entries.patch
- board/coolpi-genbook/0002-arm64-dts-rockchip-rk3588-coolpi-cm5-genbook-Add-pwm.patch
- board/coolpi-genbook/0003-arm64-dts-rockchip-rk3588-coolpi-cm5-fix-power-off-b.patch
- board/coolpi-genbook/0004-arm64-dts-rockchip-rk3588-coolpi-cm5-genbook-enable-.patch
- board/coolpi-genbook/0005-arm64-dts-rockchip-rk3588-coolpi-cm5-genbook-add-USB.patch
- board/coolpi-genbook/0006-arm64-dts-rockchip-rk3588-coolpi-cm5-genbook-add-lid.patch
# Explicitly NOT included (decision logged):
# - misc_patches/genbook/kernel/0010 (sleep fixes / WIP — re-evaluate
# once Markus closes the suspend/resume thread)
# - lid switch / USB-C PD / speaker / Shawn Lin pcie3 phy series /
# Collabora clk/dts/dw-dp fixes / Sebastian Reichel hdmirx
# (all currently suspect for black-screen regression; re-bisect
# individually before re-adding)
# - 12 other linux-rk3588-marfrit commits (Shawn Lin pcie3 phy series,
# Cristian Ciocaltea clk/dts/dw-dp fixes, Sebastian Reichel hdmirx
# Rock 5 ITX, Pedro Alves btrtl). Top regression suspect:
# 55d1b3dcc05e "clk: rockchip: rk3588: Drop CLK_SET_RATE_PARENT from
# DCLK_VOP2_SRC" — touches display controller clock. Bisect campaign
# separately to identify the actual offender(s).
config:
source: /proc/config.gz on running ampere kernel (7.0.0-rc3-ARCH+)