patches/board/pinebook-pro: drop placeholder, real OC patch lands

This commit is contained in:
2026-05-09 13:53:48 +00:00
parent 7816093cb2
commit 838e0b819b
@@ -1,20 +0,0 @@
# 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.