Skip to content

Commit c70edc0

Browse files
quic-bjorandeGeorgi Djakov
authored andcommitted
dt-bindings: interconnect: Add sm8350, sc8280xp and generic OSM L3 compatibles
Add EPSS L3 compatibles for sm8350 and sc8280xp, but while at it also introduce generic compatible for both qcom,osm-l3 and qcom,epss-l3. Signed-off-by: Bjorn Andersson <[email protected]> Tested-by: Steev Klimaszewski <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Sibi Sankar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Georgi Djakov <[email protected]>
1 parent b6bcef1 commit c70edc0

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,21 @@ description:
1616

1717
properties:
1818
compatible:
19-
enum:
20-
- qcom,sc7180-osm-l3
21-
- qcom,sc7280-epss-l3
22-
- qcom,sc8180x-osm-l3
23-
- qcom,sdm845-osm-l3
24-
- qcom,sm8150-osm-l3
25-
- qcom,sm8250-epss-l3
19+
oneOf:
20+
- items:
21+
- enum:
22+
- qcom,sc7180-osm-l3
23+
- qcom,sc8180x-osm-l3
24+
- qcom,sdm845-osm-l3
25+
- qcom,sm8150-osm-l3
26+
- const: qcom,osm-l3
27+
- items:
28+
- enum:
29+
- qcom,sc7280-epss-l3
30+
- qcom,sc8280xp-epss-l3
31+
- qcom,sm8250-epss-l3
32+
- qcom,sm8350-epss-l3
33+
- const: qcom,epss-l3
2634

2735
reg:
2836
maxItems: 1
@@ -56,7 +64,7 @@ examples:
5664
#define RPMH_CXO_CLK 0
5765
5866
osm_l3: interconnect@17d41000 {
59-
compatible = "qcom,sdm845-osm-l3";
67+
compatible = "qcom,sdm845-osm-l3", "qcom,osm-l3";
6068
reg = <0x17d41000 0x1400>;
6169
6270
clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;

0 commit comments

Comments
 (0)