2023-07-06 13:57:23

by Rohit Agarwal

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: mfd: Add compatible for pm7550ba

Add compatible for pmic pm7550ba used in Snapdragon series.

Signed-off-by: Rohit Agarwal <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
---
Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
index 8b9a200..6767c5b 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
@@ -42,6 +42,7 @@ properties:
- qcom,pm660l
- qcom,pm7250b
- qcom,pm7325
+ - qcom,pm7550ba
- qcom,pm8004
- qcom,pm8005
- qcom,pm8009
--
2.7.4



2023-07-06 15:07:46

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: mfd: Add compatible for pm7550ba

On 06/07/2023 15:42, Rohit Agarwal wrote:
> Add compatible for pmic pm7550ba used in Snapdragon series.
>
> Signed-off-by: Rohit Agarwal <[email protected]>
> Acked-by: Krzysztof Kozlowski <[email protected]>

If this is v1, I doubt that you could get my tag, because I don't
provide tags for out-of-tree patches. So this is not v1, but then please
provide changelog and proper versioning.

Please use subject prefixes matching the subsystem. You can get them for
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching.

Best regards,
Krzysztof