Fix clock init failures for USB and UFS on SDM845 devices, stub the RPMh clock controller, enable DM_USB_GADGET and fastboot support for all Qualcomm platforms supported by qcom_defconfig.
Fastboot isn't super useful yet, but can be used for flashing MMC (either internal or sdcard). Depends on https://lore.kernel.org/u-boot/[email protected] Depends on https://lore.kernel.org/u-boot/[email protected]/ --- Caleb Connolly (4): clk/stub: add sdm845 rpmh clock clk/qcom: sdm845: add GCC_AGGRE_UFS_PHY_AXI_CLK mach-snapdragon: enable DM_USB_GADGET by default qcom_defconfig: enable fastboot arch/arm/Kconfig | 1 + configs/dragonboard410c_defconfig | 1 + configs/qcom_defconfig | 5 +++++ drivers/clk/clk-stub.c | 1 + drivers/clk/qcom/clock-sdm845.c | 1 + 5 files changed, 9 insertions(+) --- base-commit: dcb6a5e7651f4a6cebfad4389119407e2a852783 Caleb Connolly <[email protected]>

