On 2/27/25 09:45, Rui Miguel Silva wrote:
Add PMIC USB vbus regulator driver (bindings already present); and fix related with property overwriting found out during testing of host setup. Cheers; Rui
Reviewed-by: Caleb Connolly <caleb.conno...@linaro.org> Kind regards,
Rui Miguel Silva (2): mach-snapdragon: of_fixup: fix property length at writing power: regulator: add qcom-usb-vbus arch/arm/mach-snapdragon/of_fixup.c | 4 +- drivers/power/regulator/Kconfig | 7 ++ drivers/power/regulator/Makefile | 1 + .../power/regulator/qcom_usb_vbus_regulator.c | 111 ++++++++++++++++++ 4 files changed, 121 insertions(+), 2 deletions(-) create mode 100644 drivers/power/regulator/qcom_usb_vbus_regulator.c
-- Caleb (they/them)