File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Documentation/devicetree/bindings/interconnect Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,21 @@ description:
16
16
17
17
properties :
18
18
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
26
34
27
35
reg :
28
36
maxItems : 1
@@ -56,7 +64,7 @@ examples:
56
64
#define RPMH_CXO_CLK 0
57
65
58
66
osm_l3: interconnect@17d41000 {
59
- compatible = "qcom,sdm845-osm-l3";
67
+ compatible = "qcom,sdm845-osm-l3", "qcom,osm-l3" ;
60
68
reg = <0x17d41000 0x1400>;
61
69
62
70
clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
You can’t perform that action at this time.
0 commit comments