On Fri, Oct 28, 2022 at 01:20:59PM +0530, Parikshit Pareek wrote: > > > + vreg_l3c: ldo3 { > > > + regulator-name = "vreg_l3c"; > > > + regulator-min-microvolt = <1200000>; > > > + regulator-max-microvolt = <1200000>; > > > + regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; > > > + regulator-allow-set-load; > > Not sure if setting load is desired after recent rpmh regulator changes. > > May I know the exact patch being refered here? Hi Parikshit, You now need to specify a regulator-allowed-modes. Here's some links with more information: https://lore.kernel.org/all/20220907204924.173030-1-ahalaney@xxxxxxxxxx/ https://lore.kernel.org/all/20220824142229.RFT.v2.2.I6f77860e5cd98bf5c67208fa9edda4a08847c304@changeid/ Brian