mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
arm64: dts: rk3368: add system-status-freq and auto-freq-en properties for dmc
Change-Id: I4e1190548ab9e4a6167de7a04541e1e2db69481f Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#include <dt-bindings/pinctrl/rockchip.h>
|
||||
#include <dt-bindings/power/rk3368-power.h>
|
||||
#include <dt-bindings/soc/rockchip,boot-mode.h>
|
||||
#include <dt-bindings/soc/rockchip-system-status.h>
|
||||
#include <dt-bindings/suspend/rockchip-rk3368.h>
|
||||
#include <dt-bindings/thermal/thermal.h>
|
||||
#include <dt-bindings/display/mipi_dsi.h>
|
||||
@@ -1201,6 +1202,20 @@
|
||||
downdifferential = <20>;
|
||||
operating-points-v2 = <&dmc_opp_table>;
|
||||
vop-dclk-mode = <0>;
|
||||
system-status-freq = <
|
||||
/*system status freq(KHz)*/
|
||||
SYS_STATUS_NORMAL 600000
|
||||
SYS_STATUS_REBOOT 600000
|
||||
SYS_STATUS_SUSPEND 192000
|
||||
SYS_STATUS_VIDEO_1080P 300000
|
||||
SYS_STATUS_VIDEO_4K 600000
|
||||
SYS_STATUS_PERFORMANCE 600000
|
||||
SYS_STATUS_BOOST 396000
|
||||
SYS_STATUS_DUALVIEW 600000
|
||||
SYS_STATUS_ISP 528000
|
||||
>;
|
||||
auto-min-freq = <396000>;
|
||||
auto-freq-en = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user