]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
dts: sdm845-db845c-u-boot: adjust MMC clocks
authorCaleb Connolly <caleb.connolly@linaro.org>
Tue, 9 Apr 2024 18:03:06 +0000 (20:03 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 23 Apr 2024 11:29:09 +0000 (13:29 +0200)
Remove the reference to the xo clock which is on the unsupported rpmhcc
clock controller. It isn't needed for MMC functionality.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
arch/arm/dts/sdm845-db845c-u-boot.dtsi

index 906f9faa545144258e11c174ab9197199f6f6e79..9e4533e603c54c81fb1986854f391a83d7a30168 100644 (file)
@@ -7,3 +7,10 @@
 &pcie0_3p3v_dual {
        regulator-always-on;
 };
+
+&sdhc_2 {
+       /* Remove the unsupported rpmhcc xo clock reference */
+       clocks = <&gcc GCC_SDCC2_AHB_CLK>,
+                <&gcc GCC_SDCC2_APPS_CLK>;
+       clock-names = "iface", "core";
+};