mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02: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:
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>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user