|
|
Log in / Subscribe / Register

Add EPSS L3 provider support on SA8775P SoC

From:  Raviteja Laggyshetty <quic_rlaggysh-AT-quicinc.com>
To:  Georgi Djakov <djakov-AT-kernel.org>, Rob Herring <robh-AT-kernel.org>, Krzysztof Kozlowski <krzk+dt-AT-kernel.org>, Conor Dooley <conor+dt-AT-kernel.org>, Bjorn Andersson <andersson-AT-kernel.org>, Konrad Dybcio <konradybcio-AT-kernel.org>
Subject:  [PATCH V6 0/4] Add EPSS L3 provider support on SA8775P SoC
Date:  Mon, 25 Nov 2024 17:45:07 +0000
Message-ID:  <20241125174511.45-1-quic_rlaggysh@quicinc.com>
Cc:  Odelu Kukatla <quic_okukatla-AT-quicinc.com>, Mike Tipton <quic_mdtipton-AT-quicinc.com>, Sibi Sankar <quic_sibis-AT-quicinc.com>, <linux-arm-msm-AT-vger.kernel.org>, <linux-pm-AT-vger.kernel.org>, <devicetree-AT-vger.kernel.org>, <linux-kernel-AT-vger.kernel.org>
Archive-link:  Article

Add Epoch Subsystem (EPSS) L3 provider support on SA8775P SoCs.

Change since v5:
 - Reused qcom,sm8250-epss-l3 compatible for sa8775p SoC.
 - Rearranged the patches, moved dt changes to end of series.
 - Updated the commit text.

Changes since v4:
 - Added generic compatible "qcom,epss-l3-perf" and split the driver
   changes accordingly.

Changes since v3:
 - Removed epss-l3-perf generic compatible changes. These will be posted
   as separate patch until then SoC specific compatible will be used for
   probing.

Changes since v2:
 - Updated the commit text to reflect the reason for code change.
 - Added SoC-specific and generic compatible to driver match table.

Changes since v1:
 - Removed the usage of static IDs and implemented dynamic ID assignment
   for icc nodes using IDA.
 - Removed separate compatibles for cl0 and cl1. Both cl0 and cl1
   devices use the same compatible.
 - Added new generic compatible for epss-l3-perf.

Raviteja Laggyshetty (4):
  interconnect: qcom: Add multidev EPSS L3 support
  interconnect: qcom: osm-l3: Add generic compatible for epss-l3-perf
  dt-bindings: interconnect: Add generic compatible qcom,epss-l3-perf
  arm64: dts: qcom: sa8775p: add EPSS l3 interconnect provider

 .../bindings/interconnect/qcom,osm-l3.yaml    |  7 +-
 arch/arm64/boot/dts/qcom/sa8775p.dtsi         | 19 ++++
 arch/arm64/boot/dts/qcom/sc7280.dtsi          |  2 +-
 arch/arm64/boot/dts/qcom/sm8250.dtsi          |  2 +-
 drivers/interconnect/qcom/osm-l3.c            | 86 ++++++++++++++-----
 5 files changed, 90 insertions(+), 26 deletions(-)

-- 
2.39.2




Copyright © 2024, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds