Message ID | 20220902111055.106814-1-luca.weiss@fairphone.com |
---|---|
State | Accepted |
Commit | 62a0261c9fa88721eb0cfb91bf51832b333e9f75 |
Headers | show |
Series | [1/3] mfd: qcom-spmi-pmic: Add pm7250b compatible | expand |
On 02/09/2022 13:10, Luca Weiss wrote: > Document the compatible for pm7250b that is used with e.g. sm6350. > > Also while we're at it, sort the compatibles alphabetically. > > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Fri, 2 Sep 2022 13:10:53 +0200, Luca Weiss wrote: > Document the compatible for pm7250b that is used with e.g. sm6350. > > Also while we're at it, sort the compatibles alphabetically. > > Applied, thanks! [2/3] arm64: dts: qcom: Add pm7250b PMIC commit: 11975b9b813576686653cf76e768d08484a2ddba [3/3] arm64: dts: qcom: sm7225-fairphone-fp4: Add pm7250b PMIC commit: 80f63766e52d040726ff38b46e5f569a9fecaf5f Best regards,
On Fri, 02 Sep 2022, Luca Weiss wrote: > Document the compatible for pm7250b that is used with e.g. sm6350. > > Also while we're at it, sort the compatibles alphabetically. > > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> > --- > Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Applied, thanks.
diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml index 65cbc6dee545..202aadc1539d 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml @@ -33,11 +33,12 @@ properties: compatible: items: - enum: - - qcom,pm660 - - qcom,pm660l - qcom,pm6150 - qcom,pm6150l - qcom,pm6350 + - qcom,pm660 + - qcom,pm660l + - qcom,pm7250b - qcom,pm7325 - qcom,pm8004 - qcom,pm8005
Document the compatible for pm7250b that is used with e.g. sm6350. Also while we're at it, sort the compatibles alphabetically. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> --- Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)