Skip to content

Commit

Permalink
ayufan: dts: pinebook-pro: disable memory point at 928MHz
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Jun 14, 2019
1 parent 8e78aec commit c0e6710
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,10 @@
};

&dmc_opp_table {
opp-933000000 {
opp-hz = /bits/ 64 <933000000>;
opp-microvolt = <900000>;
opp-928000000 {
opp-hz = /bits/ 64 <928000000>;
opp-microvolt = <925000>;
status = "disabled";
};
};

Expand Down

0 comments on commit c0e6710

Please sign in to comment.