mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-18 09:48:39 +00:00
dts: sdm845-db845c-u-boot: adjust MMC clocks
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>
This commit is contained in:
parent
4d9f8112c3
commit
f0a08d4459
@ -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";
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user