h69k/target/linux/rockchip/patches-5.15/993-rockchip-rk3566-unlock-2.0-GHz.patch

17 lines
351 B
Diff
Raw Normal View History

2024-09-29 14:35:28 +00:00
--- a/arch/arm64/boot/dts/rockchip/rk3566.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3566.dtsi
@@ -6,6 +6,13 @@
compatible = "rockchip,rk3566";
};
+&cpu0_opp_table {
+ opp-1992000000 {
+ opp-hz = /bits/ 64 <1992000000>;
+ opp-microvolt = <1150000 1150000 1150000>;
+ };
+};
+
&pipegrf {
compatible = "rockchip,rk3566-pipe-grf", "syscon";
};