summaryrefslogtreecommitdiff
path: root/include/power/pmic_legacy.h
AgeCommit message (Collapse)Author
2025-08-31power: Split *POWER_LEGACY portion of <power/pmic.h> out to new headerTom Rini
The commends in include/power/pmic.h say that once SPL_DM_PMIC exists we should update things. This has been true for some time, so let us update this to have the legacy portions in their own header, which should not be directly included. This cleans up the logic within the file too slightly. Signed-off-by: Tom Rini <[email protected]>