mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
dt-bindings: interconnect: qcom: Drop QPIC_CORE IDs
As like other SDX targets, SDX75 QPIC BCM resource is also modeled as a
RPMh clock in clk-rpmh driver. However, for SDX75, this resource was also
described as an interconnect node mistakenly.
Hence, drop the QPIC interconnect IDs and let the clients use clk-rpmh
driver to vote for this resource.
Even though this change is an ABI break, it is necessary to avoid
describing the same resource provider in two different drivers, as it may
lead to votes from clients overriding each other.
Fixes: 956329ec7c ("dt-bindings: interconnect: Add compatibles for SDX75")
Signed-off-by: Raviteja Laggyshetty <quic_rlaggysh@quicinc.com>
[mani: kept the QUP defines value unchanged]
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250926-sdx75-icc-v2-2-20d6820e455c@oss.qualcomm.com
Signed-off-by: Georgi Djakov <djakov@kernel.org>
This commit is contained in:
committed by
Georgi Djakov
parent
295f58fdcc
commit
11e15a6f32
@@ -6,9 +6,7 @@
|
||||
#ifndef __DT_BINDINGS_INTERCONNECT_QCOM_SDX75_H
|
||||
#define __DT_BINDINGS_INTERCONNECT_QCOM_SDX75_H
|
||||
|
||||
#define MASTER_QPIC_CORE 0
|
||||
#define MASTER_QUP_CORE_0 1
|
||||
#define SLAVE_QPIC_CORE 2
|
||||
#define SLAVE_QUP_CORE_0 3
|
||||
|
||||
#define MASTER_LLCC 0
|
||||
|
||||
Reference in New Issue
Block a user