Files
rockchip-kernel/arch/arm64/boot/dts/rockchip/rk3588j.dtsi
Finley Xiao 2f6c8669bf arm64: dts: rockchip: rk3588j: Adjust Maximum frequency
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: I930b9bd951175981d55b2ec1938dcb6eed2eaf52
2023-06-29 18:49:12 +08:00

67 lines
1.8 KiB
Plaintext

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2022 Rockchip Electronics Co., Ltd.
*
*/
#include "rk3588.dtsi"
&cluster0_opp_table {
/*
* The Max frequency is 1296MHz in default normal mode.
* The Max frequency is 1704MHz in overdrive mode,
* but under the overdrive mode for a long time,
* the chipset may shorten the lifetime,
* especially in high temperature condition.
*/
/delete-node/ opp-j-m-1416000000;
/delete-node/ opp-j-m-1608000000;
/delete-node/ opp-j-m-1704000000;
};
&cluster1_opp_table {
/*
* The Max frequency is 1608MHz in default normal mode.
* The Max frequency is 2016MHz in overdrive mode,
* but under the overdrive mode for a long time,
* the chipset may shorten the lifetime,
* especially in high temperature condition.
*/
/delete-node/ opp-j-m-1800000000;
/delete-node/ opp-j-m-2016000000;
};
&cluster2_opp_table {
/*
* The Max frequency is 1608MHz in default normal mode.
* The Max frequency is 2016MHz in overdrive mode,
* but under the overdrive mode for a long time,
* the chipset may shorten the lifetime,
* especially in high temperature condition.
*/
/delete-node/ opp-j-m-1800000000;
/delete-node/ opp-j-m-2016000000;
};
&gpu_opp_table {
/*
* The Max frequency is 700MHz in default normal mode.
* The Max frequency is 850MHz in overdrive mode,
* but under the overdrive mode for a long time,
* the chipset may shorten the lifetime,
* especially in high temperature condition.
*/
/delete-node/ opp-j-850000000;
};
&npu_opp_table {
/*
* The Max frequency is 800MHz in default normal mode.
* The Max frequency is 950MHz in overdrive mode,
* but under the overdrive mode for a long time,
* the chipset may shorten the lifetime,
* especially in high temperature condition.
*/
/delete-node/ opp-j-m-950000000;
};