public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] mfd: qcom-spmi-pmic: Add pm7250b compatible
@ 2022-09-02 11:10 Luca Weiss
  2022-09-02 11:10 ` [PATCH 2/3] arm64: dts: qcom: Add pm7250b PMIC Luca Weiss
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Luca Weiss @ 2022-09-02 11:10 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: ~postmarketos/upstreaming, phone-devel, Luca Weiss, Andy Gross,
	Bjorn Andersson, Konrad Dybcio, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Stephen Boyd, devicetree, linux-kernel

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(-)

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
-- 
2.37.3


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-09-08 10:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-02 11:10 [PATCH 1/3] mfd: qcom-spmi-pmic: Add pm7250b compatible Luca Weiss
2022-09-02 11:10 ` [PATCH 2/3] arm64: dts: qcom: Add pm7250b PMIC Luca Weiss
2022-09-03 12:23   ` Konrad Dybcio
2022-09-02 11:10 ` [PATCH 3/3] arm64: dts: qcom: sm7225-fairphone-fp4: " Luca Weiss
2022-09-03 12:25   ` Konrad Dybcio
2022-09-05 16:41 ` [PATCH 1/3] mfd: qcom-spmi-pmic: Add pm7250b compatible Krzysztof Kozlowski
2022-09-06 16:38 ` (subset) " Bjorn Andersson
2022-09-08 10:36 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox