Skip to content

Commit

Permalink
ayufan: dts: rock64: limit DDR to 1600MHz
Browse files Browse the repository at this point in the history
Change-Id: I94595673e8e210f53b4c2d0be219211a4aa7e061
  • Loading branch information
ayufan committed May 25, 2019
1 parent d20421e commit 8739dbd
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,35 @@
&dmc {
center-supply = <&vdd_logic>;
status = "okay";
system-status-freq = <
/*system status freq(KHz)*/
SYS_STATUS_NORMAL 786000
SYS_STATUS_REBOOT 786000
SYS_STATUS_SUSPEND 786000
SYS_STATUS_VIDEO_1080P 786000
SYS_STATUS_VIDEO_4K 786000
SYS_STATUS_VIDEO_4K_10B 786000
SYS_STATUS_PERFORMANCE 786000
SYS_STATUS_BOOST 786000
>;
};

&dmc_opp_table {
opp-800000000 {
status = "disabled";
};

opp-850000000 {
status = "disabled";
};

opp-933000000 {
status = "disabled";
};

opp-1066000000 {
status = "disabled";
};
};

&emmc {
Expand Down

0 comments on commit 8739dbd

Please sign in to comment.