Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c34324

Browse files
committed
RK3588 Overlay: Allow DMC to use LPDDR5-6400 (torvalds#352)
1 parent 9f3976b commit 8c34324

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<750000 750000 800000>;
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

Comments
 (0)