Re: [PATCH V2 1/3] dt-bindings: interconnect: Add EPSS L3 compatible for SA8775P
From: Raviteja Laggyshetty <hidden>
Date: 2024-11-04 06:40:39
Also in:
linux-arm-msm, linux-pm, lkml
On 11/1/2024 12:26 AM, Dmitry Baryshkov wrote:
On Wed, Oct 30, 2024 at 12:23:57PM +0530, Raviteja Laggyshetty wrote:quoted
On 10/26/2024 8:15 PM, Dmitry Baryshkov wrote:quoted
On Sat, Oct 26, 2024 at 12:30:56PM +0000, Raviteja Laggyshetty wrote:quoted
Add Epoch Subsystem (EPSS) L3 interconnect provider binding on SA8775P SoCs. Signed-off-by: Raviteja Laggyshetty <redacted> --- .../devicetree/bindings/interconnect/qcom,osm-l3.yaml | 4 ++++ 1 file changed, 4 insertions(+)diff --git a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml index 21dae0b92819..042ca44c32ec 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml@@ -34,6 +34,10 @@ properties: - qcom,sm8250-epss-l3 - qcom,sm8350-epss-l3 - const: qcom,epss-l3 + - items: + - enum: + - qcom,sa8775p-epss-l3 + - const: qcom,epss-l3-perfWhy is it -perf? What's so different about it?The EPSS instance in SA8775P uses PERF_STATE register instead of REG_L3_VOTE to scale L3 clocks. So adding new generic compatible "qcom,epss-l3-perf" for PERF_STATE register based l3 scaling.Neither sm8250 nor sc7280 use this compatible, while they also use PERF_STATE register.
That is correct, both sm8250 and sc7280 use perf state register. The intention for adding "qcom,epss-l3-perf" generic compatible is to use it for the chipsets which use perf state register for l3 scaling. Using generic compatible avoids the need for adding chipset specific compatible in match table.
quoted
quoted
quoted
reg: maxItems: 1 -- 2.39.2