]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mach-snapdragon: Remove RPMH power domain DT fixup code
authorAswin Murugan <aswin.murugan@oss.qualcomm.com>
Fri, 13 Feb 2026 11:10:08 +0000 (16:40 +0530)
committerCasey Connolly <casey.connolly@linaro.org>
Mon, 27 Apr 2026 10:33:29 +0000 (12:33 +0200)
commit3fbd82eb67bdf469f710c4cdc03eaa5231ee5b34
tree0608500b42106abc3ff393c01af75d93b008058d
parent8e2ac60bb8cd26adbd1f36ce742f943c1a916149
mach-snapdragon: Remove RPMH power domain DT fixup code

Remove the device tree fixup code that was stripping power-domains
properties from device tree nodes. This fixup was a temporary
workaround needed when RPMH power domain driver support was not
available in U-Boot.

Now that RPMH power domain driver support has been added, the power
domain properties can be preserved in the device tree, allowing proper
power domain management. If a suitable power domain driver is not found
for the power-controller node, it will be handled with a warning in
dev_power_domain_ctrl().

Reviewed-by: Varadarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com>
Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com>
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Link: https://patch.msgid.link/20260213111009.1254360-4-aswin.murugan@oss.qualcomm.com
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
arch/arm/mach-snapdragon/of_fixup.c