summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sdm845-db845c-u-boot.dtsi
blob: 9e4533e603c54c81fb1986854f391a83d7a30168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: GPL-2.0

/* Needed for Linux to boot from USB, otherwise if PCIe driver is not in initramfs
 * the VBUS supply will never get turned on.
 * https://lore.kernel.org/linux-arm-msm/20240320122515.3243711-1-caleb.connolly@linaro.org/
 */
&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";
};