]> git.dujemihanovic.xyz Git - u-boot.git/commit
mach-snapdragon: disable power-domains for pre-reloc drivers
authorCaleb Connolly <caleb.connolly@linaro.org>
Wed, 3 Apr 2024 12:07:39 +0000 (14:07 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Thu, 4 Apr 2024 15:46:46 +0000 (17:46 +0200)
commit8670cb405ebeccb448c4d556f5dd2bf302fa61e4
tree1beec87705111136ce44f29011463c43a1646c9f
parent968f512e6c9f678e52fdcb8c81ec9b7539e5ee3d
mach-snapdragon: disable power-domains for pre-reloc drivers

Some devices like the UART and clock controller reference an RPM(h)
power domain. We don't support this device in U-Boot, so add
DM_FLAG_DEFAULT_PD_CTRL_OFF to tell DM core not to try and enable the
power domain.

Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/clk/qcom/clock-qcom.c
drivers/clk/qcom/clock-sdm845.c
drivers/serial/serial_msm_geni.c