projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff384ab
)
arm64: dts: qcom: msm8998: Use RPM XO
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Tue, 10 Jan 2023 14:36:42 +0000
(15:36 +0100)
committer
Bjorn Andersson
<andersson@kernel.org>
Wed, 11 Jan 2023 04:53:11 +0000
(22:53 -0600)
Feed GCC and SDHC_2 with the RPM XO instead of the fixed-clock one.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20230110143642.986799-1-konrad.dybcio@linaro.org
arch/arm64/boot/dts/qcom/msm8998.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/msm8998.dtsi
b/arch/arm64/boot/dts/qcom/msm8998.dtsi
index 24a4bb7ad1c518648b3d956ab7a51961e219586b..a527206f77e4a4143e88c5d4ef2ad0fe3fa9d442 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/msm8998.dtsi
+++ b/
arch/arm64/boot/dts/qcom/msm8998.dtsi
@@
-808,7
+808,7
@@
reg = <0x00100000 0xb0000>;
clock-names = "xo", "sleep_clk";
- clocks = <&
xo
>, <&sleep_clk>;
+ clocks = <&
rpmcc RPM_SMD_XO_CLK_SRC
>, <&sleep_clk>;
/*
* The hypervisor typically configures the memory region where these clocks
@@
-2088,7
+2088,7
@@
clock-names = "iface", "core", "xo";
clocks = <&gcc GCC_SDCC2_AHB_CLK>,
<&gcc GCC_SDCC2_APPS_CLK>,
- <&
xo
>;
+ <&
rpmcc RPM_SMD_XO_CLK_SRC
>;
bus-width = <4>;
status = "disabled";
};