[PATCH v2] dt-bindings: interconnect: OSM L3: Add Eliza EPSS L3 compatible

Abel Vesa posted 1 patch 1 month, 1 week ago
Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH v2] dt-bindings: interconnect: OSM L3: Add Eliza EPSS L3 compatible
Posted by Abel Vesa 1 month, 1 week ago
Eliza, similarly to SM8650, uses EPSS hardware for L3 scaling.
Document it.

Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
Changes in v2:
- Re-worded commit message to reflect compatibility with SM8650
  and replaced the OSM with EPSS, as Krzysztof suggested.
- Link to v1: https://patch.msgid.link/20260223-eliza-bindings-interconnect-epss-l3-v1-1-fa83970d60ae@oss.qualcomm.com
---
 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 4b9b98fbe8f2..6182599eb3c1 100644
--- a/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml
+++ b/Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml
@@ -28,6 +28,7 @@ properties:
           - const: qcom,osm-l3
       - items:
           - enum:
+              - qcom,eliza-epss-l3
               - qcom,sa8775p-epss-l3
               - qcom,sc7280-epss-l3
               - qcom,sc8280xp-epss-l3

---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260222-eliza-bindings-interconnect-epss-l3-1f40101ed6de

Best regards,
--  
Abel Vesa <abel.vesa@oss.qualcomm.com>
Re: [PATCH v2] dt-bindings: interconnect: OSM L3: Add Eliza EPSS L3 compatible
Posted by Krzysztof Kozlowski 1 month, 1 week ago
On 02/03/2026 12:14, Abel Vesa wrote:
> Eliza, similarly to SM8650, uses EPSS hardware for L3 scaling.
> Document it.
> 
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> ---
> Changes in v2:
> - Re-worded commit message to reflect compatibility with SM8650
>   and replaced the OSM with EPSS, as Krzysztof suggested.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof