mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 09:01:36 -04:00
arm64: dts: qcom: msm8994: Fix sleep clock name
The sleep clock name expected by GCC is actually "sleep" and not
"sleep_clk". Fix the clock-names value for it to make sure it is
provided.
Fixes: 9204da57cd65 ("arm64: dts: qcom: msm8994: Provide missing "xo_board" and "sleep_clk" to GCC")
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Reviewed-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220319174645.340379-2-konrad.dybcio@somainline.org
This commit is contained in:
committed by
Bjorn Andersson
parent
3bfef00d76
commit
5827e28304
@@ -714,7 +714,7 @@ gcc: clock-controller@fc400000 {
|
||||
#power-domain-cells = <1>;
|
||||
reg = <0xfc400000 0x2000>;
|
||||
|
||||
clock-names = "xo", "sleep_clk";
|
||||
clock-names = "xo", "sleep";
|
||||
clocks = <&xo_board>, <&sleep_clk>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user