Re: [1/3] dt-bindings: interconnect: Add EPSS L3 DT binding on SC7280

From: okukatla
Date: Tue May 18 2021 - 12:53:34 EST


On 2021-04-30 11:04, Sibi Sankar wrote:
Hey Odelu,
Thanks for the patch!

On 2021-04-16 12:28, Odelu Kukatla wrote:
Add Epoch Subsystem (EPSS) L3 interconnect provider binding on SC7280
SoCs.

Signed-off-by: Odelu Kukatla <okukatla@xxxxxxxxxxxxxx>
---
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-l3

Based on the driver/dts changes the
reg property maxItems will no longer
be just 1.
Thanks Sibi!
I will address this in next revision.