mbox series

[V2,0/3] Add EPSS L3 provider support on SA8775P SoC

Message ID 20241026123058.28258-1-quic_rlaggysh@quicinc.com (mailing list archive)
Headers show
Series Add EPSS L3 provider support on SA8775P SoC | expand

Message

Raviteja Laggyshetty Oct. 26, 2024, 12:30 p.m. UTC
Add Epoch Subsystem (EPSS) L3 provider support on SA8775P SoCs.

Changes since v1:
 - Avoided the usage of static IDs and implemented dynamic ID assignment
   for icc nodes using IDA.
 - Withdrew separate compatibles for cluster0 and cluster1.
 - Added new generic compatible "qcom,epss-l3-perf" which can be
   used as fallback for all chipsets which support perf voting.

Raviteja Laggyshetty (3):
  dt-bindings: interconnect: Add EPSS L3 compatible for SA8775P
  arm64: dts: qcom: sa8775p: add EPSS l3 interconnect provider
  interconnect: qcom: Add EPSS L3 support on SA8775P

 .../bindings/interconnect/qcom,osm-l3.yaml    |  4 +
 arch/arm64/boot/dts/qcom/sa8775p.dtsi         | 19 ++++
 drivers/interconnect/qcom/osm-l3.c            | 86 ++++++++++++++-----
 3 files changed, 87 insertions(+), 22 deletions(-)