Re: [1/3] dt-bindings: interconnect: Add EPSS L3 DT binding on SC7280
From: <hidden>
Date: 2021-05-18 16:53:35
Also in:
linux-arm-msm, linux-devicetree, lkml
From: <hidden>
Date: 2021-05-18 16:53:35
Also in:
linux-arm-msm, linux-devicetree, lkml
On 2021-04-30 11:04, Sibi Sankar wrote:
Hey Odelu, Thanks for the patch! On 2021-04-16 12:28, Odelu Kukatla wrote:quoted
Add Epoch Subsystem (EPSS) L3 interconnect provider binding on SC7280 SoCs. Signed-off-by: Odelu Kukatla <redacted> --- Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml index d6a95c3..98223f8 100644--- a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml@@ -18,6 +18,7 @@ properties: compatible: enum: - qcom,sc7180-osm-l3 + - qcom,sc7280-epss-l3 - qcom,sdm845-osm-l3 - qcom,sm8150-osm-l3 - qcom,sm8250-epss-l3Based on the driver/dts changes the reg property maxItems will no longer be just 1.
Thanks Sibi! I will address this in next revision.