Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3976b commit 8c34324Copy full SHA for 8c34324
arch/arm64/boot/dts/rockchip/overlay/rockchip-rk3588-dmc-oc-3500mhz.dts
@@ -0,0 +1,25 @@
1
+/dts-v1/;
2
+/plugin/;
3
+
4
+/ {
5
+ fragment@0 {
6
+ target = <&dmc_opp_table>;
7
+ __overlay__ {
8
+ opp-2750000000 {
9
+ delete-property;
10
+ };
11
+ opp-3500000000 {
12
+ opp-supported-hw = <0xf9 0xffff>;
13
+ opp-hz = /bits/ 64 <3500000000>;
14
+ opp-microvolt = <875000 875000 875000>,
15
+ <750000 750000 800000>;
16
+ opp-microvolt-L1 = <850000 850000 875000>,
17
18
+ opp-microvolt-L2 = <837500 837500 875000>,
19
+ <725000 725000 800000>;
20
+ opp-microvolt-L3 = <825000 825000 875000>,
21
+ <700000 700000 800000>;
22
23
24
25
+};
0 commit comments