diff --git a/gpu/kera-gpu.dtsi b/gpu/kera-gpu.dtsi index 22834a3f..fadae3a6 100644 --- a/gpu/kera-gpu.dtsi +++ b/gpu/kera-gpu.dtsi @@ -1,6 +1,6 @@ // 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)) @@ -64,6 +64,9 @@ , /* TURBO index=9 */ ; /* TURBO_L1 index=10 */ + nvmem-cells = <&gpu_gaming_bin>; + nvmem-cell-names = "gaming_bin"; + zap-shader { memory-region = <&gpu_microcode_mem>; };