arm64: dts: qcom: msm8994: Provide missing "xo_board" and "sleep_clk" to GCC
authorPetr Vorel <petr.vorel@gmail.com>
Thu, 13 Jan 2022 23:33:55 +0000 (00:33 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 1 Feb 2022 00:30:52 +0000 (18:30 -0600)
This is needed due changes in commit 0519d1d0bf33 ("clk: qcom:
gcc-msm8994: Modernize the driver"), which removed struct
clk_fixed_factor. Preparation for next commit for enabling SD/eMMC.
Inspired by 2c2f64ae36d9.

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: 0519d1d0bf33 ("clk: qcom: gcc-msm8994: Modernize the driver")

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220113233358.17972-4-petr.vorel@gmail.com
arch/arm64/boot/dts/qcom/msm8994.dtsi

index 955bdb0639feae168c0b2915d9c89d4f21e1c57a..8c1dc5155b7138097f551b96c315863d36e04962 100644 (file)
                        #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 {