Skip to content

Commit

Permalink
arm64: dts: qcom: msm8994: Provide missing "xo_board" and "sleep_clk"…
Browse files Browse the repository at this point in the history
… to GCC

This is needed due changes in commit 0519d1d ("clk: qcom:
gcc-msm8994: Modernize the driver"), which removed struct
clk_fixed_factor. Preparation for next commit for enabling SD/eMMC.
Inspired by 2c2f64a.

This is required for both msm8994-huawei-angler (sdhc1 will be enabled
in next commit) and msm8992-lg-bullhead (where actually fixes sdhc1
- tested on bullhead rev 1.01).

Fixes: 0519d1d ("clk: qcom: gcc-msm8994: Modernize the driver")

Signed-off-by: Petr Vorel <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
pevik authored and andersson committed Feb 1, 2022
1 parent 1b7101e commit 4dd1ad6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8994.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,9 @@
#reset-cells = <1>;
#power-domain-cells = <1>;
reg = <0xfc400000 0x2000>;

clock-names = "xo", "sleep_clk";
clocks = <&xo_board>, <&sleep_clk>;
};

rpm_msg_ram: sram@fc428000 {
Expand Down

0 comments on commit 4dd1ad6

Please sign in to comment.