Re: [PATCH 0/4] regulator: fix pm8009 bindings on sm8250

2021-01-04 Thread Mark Brown
On Thu, 31 Dec 2020 15:23:44 +0300, Dmitry Baryshkov wrote: > PM8009 has special revision (P=1), which is to be used for sm8250 > platform. The major difference is the S2 regulator which supplies 0.95 V > instead of 2.848V. Declare regulators data to be used for this chip > revision. The datasheet

Re: [PATCH 0/4] regulator: fix pm8009 bindings on sm8250

2021-01-03 Thread Vinod Koul
On 31-12-20, 15:23, Dmitry Baryshkov wrote: > > PM8009 has special revision (P=1), which is to be used for sm8250 > platform. The major difference is the S2 regulator which supplies 0.95 V > instead of 2.848V. Declare regulators data to be used for this chip > revision. The datasheet calls the chi

[PATCH 0/4] regulator: fix pm8009 bindings on sm8250

2020-12-31 Thread Dmitry Baryshkov
PM8009 has special revision (P=1), which is to be used for sm8250 platform. The major difference is the S2 regulator which supplies 0.95 V instead of 2.848V. Declare regulators data to be used for this chip revision. The datasheet calls the chip just pm8009-1, so use the same name.