From: Frieder Schrempf <frieder.schre...@kontron.de> This is a port for the following series in Linux, which is already available in mainline:
https://patchwork.kernel.org/project/linux-arm-kernel/cover/20241218152842.97483-1-frie...@fris.de/ This aligns the PMIC driver with current Linux and allows to use upstream devicetrees in U-Boot. Frieder Schrempf (6): Revert "pmic: pca9450: Add optional SD_VSEL GPIO for LDO5" pmic: pca9450: Fix enable register for LDO5 pmic: pca9450: Fix control register for LDO5 pmic: pca9450: Handle hardware with fixed SD_VSEL for LDO5 arm: dts: imx8mp-data-modul-edm-sbc: Remove deprecated sd-vsel-gpios arm: dts: imx8mp-dhcom-som: Remove deprecated sd-vsel-gpios arch/arm/dts/imx8mp-data-modul-edm-sbc.dts | 1 - arch/arm/dts/imx8mp-dhcom-som.dtsi | 1 - drivers/power/pmic/pca9450.c | 22 ------------- drivers/power/regulator/pca9450.c | 37 ++++++++++++++++++++-- 4 files changed, 34 insertions(+), 27 deletions(-) -- 2.50.1