On Mon, 10 Feb 2025 at 22:00, Caleb Connolly <caleb.conno...@linaro.org> wrote: > > Enable the missing regulators and fix pinctrl so that the sdcard works > on the RB5 board and presumably other devices. > > This depends on the clk-stub patches since the MMC block itself > references the rpmh vote-clock which we intend to stub.
Tested-by: Amit Pundir <amit.pun...@linaro.org> > > --- > Caleb Connolly (2): > power: regulator: add additional supported LDOs for pm8150l > pinctrl: qcom: sm8250: fix pin count > > drivers/pinctrl/qcom/pinctrl-sm8250.c | 2 +- > drivers/power/regulator/qcom-rpmh-regulator.c | 7 +++++++ > 2 files changed, 8 insertions(+), 1 deletion(-) > --- > base-commit: ac3dcb0c2710c4917d93d6d2eb34dbfb00516bc2 > > Caleb Connolly <caleb.conno...@linaro.org> >