# module/coolpi-cm5 Patches that target the CoolPi CM5 system-on-module (RK3588-based, sold as a carrier-board-agnostic compute module). They apply to any carrier board that hosts the CM5 — currently only the GenBook in our fleet, but the scope tag exists so that a hypothetical second carrier wouldn't have to clone the patch under `board//`. ## Patches - `0003-arm64-dts-rockchip-rk3588-coolpi-cm5-Fix-power-off-by-enabling-RK806-as-system-power-controller.patch` — marks the on-module RK806 PMIC as `system-power-controller` so the rk8xx-core driver registers it for the `pm_power_off` hook. Without this, `poweroff` reaches `arm_pm_restart` instead and the CM5 reboots on shutdown.