ARM: dts: msm: Add the nvmem cells for gaming fuse on kera gpu
Define the nvmem cells for gaming fuse support on kera gpu. Change-Id: I3e316771845e01f1bba42040084be1f735099298 Signed-off-by: Kaushal Sanadhya <quic_ksanadhy@quicinc.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
// SPDX-License-Identifier: BSD-3-Clause
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MHZ_TO_KBPS(mhz, w) ((mhz * 1000000 * w) / (1024))
|
#define MHZ_TO_KBPS(mhz, w) ((mhz * 1000000 * w) / (1024))
|
||||||
@@ -64,6 +64,9 @@
|
|||||||
<MHZ_TO_KBPS(3686, 4)>, /* TURBO index=9 */
|
<MHZ_TO_KBPS(3686, 4)>, /* TURBO index=9 */
|
||||||
<MHZ_TO_KBPS(4224, 4)>; /* TURBO_L1 index=10 */
|
<MHZ_TO_KBPS(4224, 4)>; /* TURBO_L1 index=10 */
|
||||||
|
|
||||||
|
nvmem-cells = <&gpu_gaming_bin>;
|
||||||
|
nvmem-cell-names = "gaming_bin";
|
||||||
|
|
||||||
zap-shader {
|
zap-shader {
|
||||||
memory-region = <&gpu_microcode_mem>;
|
memory-region = <&gpu_microcode_mem>;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user