Caleb Connolly | d2b36d1 | 2024-04-03 14:07:48 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | |
| 3 | /* Needed for Linux to boot from USB, otherwise if PCIe driver is not in initramfs |
| 4 | * the VBUS supply will never get turned on. |
| 5 | * https://lore.kernel.org/linux-arm-msm/20240320122515.3243711-1-caleb.connolly@linaro.org/ |
| 6 | */ |
| 7 | &pcie0_3p3v_dual { |
| 8 | regulator-always-on; |
| 9 | }; |
Caleb Connolly | edddb36 | 2024-04-09 20:03:06 +0200 | [diff] [blame] | 10 | |
| 11 | &sdhc_2 { |
| 12 | /* Remove the unsupported rpmhcc xo clock reference */ |
| 13 | clocks = <&gcc GCC_SDCC2_AHB_CLK>, |
| 14 | <&gcc GCC_SDCC2_APPS_CLK>; |
| 15 | clock-names = "iface", "core"; |
| 16 | }; |