commit | e07ce560e6f3c3ce68cd78daa085552c0b5bc005 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Wed Apr 03 14:07:39 2024 +0200 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Thu Apr 04 17:46:46 2024 +0200 |
tree | 1beec87705111136ce44f29011463c43a1646c9f | |
parent | 9f153c68dfad239cb3b01b457c580dfac7dfcc67 [diff] |
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>