Files
build/patch/kernel/archive/rockchip64-6.16/overlay/rk3308-b@1.3ghz.dtso
brentr 428d467087 Add DT overlay to operate RK3308 OTG USB port in Host mode (#8642)
Also remove DT overlays that existed only to support unsupported legacy kernels
and fix a typo in a comment in rk3308-emmc.dtso
2025-09-15 22:08:20 -07:00

28 lines
637 B
Plaintext

//Overclock the Rockchip RK3308-B suffix SOC to 1.3 Ghz
// THIS SHOULD NOT BE APPLIED to RK3308-B-S suffix chips
// because it will overvolt them
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&cpu0_opp_table>;
__overlay__ {
//the following are unsupported, overclocked operating points
opp-1200000000 {
opp-hz = /bits/ 64 <1200000000>;
opp-microvolt = <1250000 1250000 1340000>;
clock-latency-ns = <40000>;
status = "okay";
};
opp-1296000000 {
opp-hz = /bits/ 64 <1296000000>;
opp-microvolt = <1300000 1300000 1340000>;
clock-latency-ns = <40000>;
status = "okay";
};
};
};
};