ARM: dts: msm: Add UFS CPU masks for tuna
Add `qcom,cluster-mask`, and `qcom,esi-affinity-mask` to specify CPU and cluster configurations. These additions aim to enhance UFS performance by optimizing CPU and cluster utilization. Change-Id: Ib54d842d47341190a3b400e91a4520d2b72a4e24 Signed-off-by: Manish Pandey <quic_mapa@quicinc.com>
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/clock/qcom,cambistmclkcc-sun.h>
|
||||
@@ -2535,7 +2535,8 @@
|
||||
qcom,ice-use-hwkm;
|
||||
qcom,prime-mask = <0x80>;
|
||||
qcom,silver-mask = <0x0f>;
|
||||
qcom,esi-affinity-mask = <1 1 4 4 3 6 6 7>;
|
||||
qcom,cluster-mask = <0x03 0x1c 0x60 0x80>;
|
||||
qcom,esi-affinity-mask = <5 6 7 7 7 6 6 5>;
|
||||
|
||||
lanes-per-direction = <2>;
|
||||
clock-names =
|
||||
|
Reference in New Issue
Block a user