arm64: dts: qcom: Align with generic osm-l3/epss-l3
Update all references to OSM or EPSS L3 compatibles, to include the generic compatible, as defined by the updated binding. Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com> Tested-by: Steev Klimaszewski <steev@kali.org> Reviewed-by: Sibi Sankar <quic_sibis@quicinc.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221111032515.3460-7-quic_bjorande@quicinc.com
This commit is contained in:
parent
33c4e6588e
commit
a0289a1040
|
@ -3558,7 +3558,7 @@
|
|||
};
|
||||
|
||||
osm_l3: interconnect@18321000 {
|
||||
compatible = "qcom,sc7180-osm-l3";
|
||||
compatible = "qcom,sc7180-osm-l3", "qcom,osm-l3";
|
||||
reg = <0 0x18321000 0 0x1400>;
|
||||
|
||||
clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
|
||||
|
|
|
@ -5358,7 +5358,7 @@
|
|||
};
|
||||
|
||||
epss_l3: interconnect@18590000 {
|
||||
compatible = "qcom,sc7280-epss-l3";
|
||||
compatible = "qcom,sc7280-epss-l3", "qcom,epss-l3";
|
||||
reg = <0 0x18590000 0 0x1000>;
|
||||
clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPLL0>;
|
||||
clock-names = "xo", "alternate";
|
||||
|
|
|
@ -5302,7 +5302,7 @@
|
|||
};
|
||||
|
||||
osm_l3: interconnect@17d41000 {
|
||||
compatible = "qcom,sdm845-osm-l3";
|
||||
compatible = "qcom,sdm845-osm-l3", "qcom,osm-l3";
|
||||
reg = <0 0x17d41000 0 0x1400>;
|
||||
|
||||
clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
|
||||
|
|
|
@ -3959,7 +3959,7 @@
|
|||
};
|
||||
|
||||
osm_l3: interconnect@18321000 {
|
||||
compatible = "qcom,sm8150-osm-l3";
|
||||
compatible = "qcom,sm8150-osm-l3", "qcom,osm-l3";
|
||||
reg = <0 0x18321000 0 0x1400>;
|
||||
|
||||
clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
|
||||
|
|
|
@ -4883,7 +4883,7 @@
|
|||
};
|
||||
|
||||
epss_l3: interconnect@18590000 {
|
||||
compatible = "qcom,sm8250-epss-l3";
|
||||
compatible = "qcom,sm8250-epss-l3", "qcom,epss-l3";
|
||||
reg = <0 0x18590000 0 0x1000>;
|
||||
|
||||
clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
|
||||
|
|
Loading…
Reference in New Issue