From 7816093cb29c37ed5de0f286f18de65a2ab501cf Mon Sep 17 00:00:00 2001 From: "Claude (noether)" Date: Sat, 9 May 2026 12:03:09 +0000 Subject: [PATCH] patches/board/pinebook-pro: placeholder for OC OPP patch (canonical DTS pending fresnel/data) --- ...ster0-1704-cluster1-2184.patch.PLACEHOLDER | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 patches/board/pinebook-pro/0001-arm64-dts-rk3399-pinebook-pro-OC-OPP-cluster0-1704-cluster1-2184.patch.PLACEHOLDER diff --git a/patches/board/pinebook-pro/0001-arm64-dts-rk3399-pinebook-pro-OC-OPP-cluster0-1704-cluster1-2184.patch.PLACEHOLDER b/patches/board/pinebook-pro/0001-arm64-dts-rk3399-pinebook-pro-OC-OPP-cluster0-1704-cluster1-2184.patch.PLACEHOLDER new file mode 100644 index 0000000..ba80f73 --- /dev/null +++ b/patches/board/pinebook-pro/0001-arm64-dts-rk3399-pinebook-pro-OC-OPP-cluster0-1704-cluster1-2184.patch.PLACEHOLDER @@ -0,0 +1,20 @@ +# PLACEHOLDER — canonical OC DTS lives at fresnel:~/rk3399-pinebook-pro.dts +# +# Cannot finalize this patch until either: +# (a) fresnel comes online (VPN or LAN) and we pull the DTS, OR +# (b) data wakes and we recover from the latest backintime snapshot. +# +# Target shape: a unified diff against +# arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts +# at mmind/linux-rockchip v7.0, adding OPP-V2 nodes to: +# - &cluster0_opp (A53, max 1.704 GHz) +# - &cluster1_opp (A72, max 2.184 GHz) +# keeping the stock voltage ladder up to the new max points. +# +# Generation recipe once DTS available: +# diff -u \ +# mmind-v7.0/arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts \ +# fresnel-OC.dts \ +# > 0001-arm64-dts-rk3399-pinebook-pro-OC-OPP-cluster0-1704-cluster1-2184.patch +# +# Headers (Subject / From / scope tag) per kernel-agent patch contract.