mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: rk3328: Add 200M for rkvdec
Add an intermediate opp so that rkvdec clock rate can be set to an intermediate rate when temperature is above the trip point. Change-Id: Ia94910185c708a501072c5da8aaebfcb206ad76b Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -705,6 +705,10 @@
|
||||
opp-hz = /bits/ 64 <100000000>;
|
||||
opp-microvolt = <950000>;
|
||||
};
|
||||
opp-200000000 {
|
||||
opp-hz = /bits/ 64 <200000000>;
|
||||
opp-microvolt = <950000>;
|
||||
};
|
||||
opp-500000000 {
|
||||
opp-hz = /bits/ 64 <500000000>;
|
||||
opp-microvolt = <1050000>;
|
||||
|
||||
Reference in New Issue
Block a user