Commit a0289a10 authored by Bjorn Andersson's avatar Bjorn Andersson Committed by Bjorn Andersson

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: default avatarBjorn Andersson <quic_bjorande@quicinc.com>
Tested-by: default avatarSteev Klimaszewski <steev@kali.org>
Reviewed-by: default avatarSibi Sankar <quic_sibis@quicinc.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221111032515.3460-7-quic_bjorande@quicinc.com
parent 33c4e658
......@@ -3558,7 +3558,7 @@ apps_bcm_voter: bcm-voter {
};
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 @@ rpmhcc: clock-controller {
};
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 @@ frame@17d10000 {
};
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 @@ apps_bcm_voter: bcm-voter {
};
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 @@ apps_bcm_voter: bcm-voter {
};
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment