Commit cbe82d7d authored by Marijn Suijten's avatar Marijn Suijten Committed by Bjorn Andersson

arm64: dts: qcom: sm6125: Switch fixed xo_board clock to RPM XO clock

We have a working RPM XO clock; no other driver except rpmcc should be
parenting directly to the fixed-factor xo_board clock nor should it be
reachable by that global name.  Remove the name to that effect, so that
every clock relation is explicitly defined in DTS.
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarMarijn Suijten <marijn.suijten@somainline.org>
Link: https://lore.kernel.org/r/20230723-sm6125-dpu-v4-14-a3f287dd6c07@somainline.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 3d06cee2
...@@ -22,7 +22,6 @@ xo_board: xo-board { ...@@ -22,7 +22,6 @@ xo_board: xo-board {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0>; #clock-cells = <0>;
clock-frequency = <19200000>; clock-frequency = <19200000>;
clock-output-names = "xo_board";
}; };
sleep_clk: sleep-clk { sleep_clk: sleep-clk {
...@@ -198,6 +197,8 @@ rpm_requests: rpm-requests { ...@@ -198,6 +197,8 @@ rpm_requests: rpm-requests {
rpmcc: clock-controller { rpmcc: clock-controller {
compatible = "qcom,rpmcc-sm6125", "qcom,rpmcc"; compatible = "qcom,rpmcc-sm6125", "qcom,rpmcc";
#clock-cells = <1>; #clock-cells = <1>;
clocks = <&xo_board>;
clock-names = "xo";
}; };
rpmpd: power-controller { rpmpd: power-controller {
...@@ -717,7 +718,7 @@ sdhc_1: mmc@4744000 { ...@@ -717,7 +718,7 @@ sdhc_1: mmc@4744000 {
clocks = <&gcc GCC_SDCC1_AHB_CLK>, clocks = <&gcc GCC_SDCC1_AHB_CLK>,
<&gcc GCC_SDCC1_APPS_CLK>, <&gcc GCC_SDCC1_APPS_CLK>,
<&xo_board>; <&rpmcc RPM_SMD_XO_CLK_SRC>;
clock-names = "iface", "core", "xo"; clock-names = "iface", "core", "xo";
iommus = <&apps_smmu 0x160 0x0>; iommus = <&apps_smmu 0x160 0x0>;
...@@ -744,7 +745,7 @@ sdhc_2: mmc@4784000 { ...@@ -744,7 +745,7 @@ sdhc_2: mmc@4784000 {
clocks = <&gcc GCC_SDCC2_AHB_CLK>, clocks = <&gcc GCC_SDCC2_AHB_CLK>,
<&gcc GCC_SDCC2_APPS_CLK>, <&gcc GCC_SDCC2_APPS_CLK>,
<&xo_board>; <&rpmcc RPM_SMD_XO_CLK_SRC>;
clock-names = "iface", "core", "xo"; clock-names = "iface", "core", "xo";
iommus = <&apps_smmu 0x180 0x0>; iommus = <&apps_smmu 0x180 0x0>;
......
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