2023-10-25 07:28:13

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH] dt-bindings: soc: qcom: pmic-glink: document SM8650 compatible

Document the PMIC GLINK firmware interface on the SM8650 Platform
by using the SM8550 bindings as fallback.

Signed-off-by: Neil Armstrong <[email protected]>
---
For convenience, a regularly refreshed linux-next based git tree containing
all the SM8650 related work is available at:
https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm85650/upstream/integ
---
.../bindings/soc/qcom/qcom,pmic-glink.yaml | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml
index 422921cf1f82..61df97ffe1e4 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml
@@ -20,14 +20,20 @@ description:

properties:
compatible:
- items:
- - enum:
- - qcom,sc8180x-pmic-glink
- - qcom,sc8280xp-pmic-glink
- - qcom,sm8350-pmic-glink
- - qcom,sm8450-pmic-glink
- - qcom,sm8550-pmic-glink
- - const: qcom,pmic-glink
+ oneOf:
+ - items:
+ - enum:
+ - qcom,sc8180x-pmic-glink
+ - qcom,sc8280xp-pmic-glink
+ - qcom,sm8350-pmic-glink
+ - qcom,sm8450-pmic-glink
+ - qcom,sm8550-pmic-glink
+ - const: qcom,pmic-glink
+ - items:
+ - enum:
+ - qcom,sm8650-pmic-glink
+ - const: qcom,sm8550-pmic-glink
+ - const: qcom,pmic-glink

'#address-cells':
const: 1

---
base-commit: fe1998aa935b44ef873193c0772c43bce74f17dc
change-id: 20231016-topic-sm8650-upstream-bindings-pmic-glink-63bab24feef5

Best regards,
--
Neil Armstrong <[email protected]>


2023-10-26 21:29:56

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: soc: qcom: pmic-glink: document SM8650 compatible


On Wed, 25 Oct 2023 09:27:57 +0200, Neil Armstrong wrote:
> Document the PMIC GLINK firmware interface on the SM8650 Platform
> by using the SM8550 bindings as fallback.
>
> Signed-off-by: Neil Armstrong <[email protected]>
> ---
> For convenience, a regularly refreshed linux-next based git tree containing
> all the SM8650 related work is available at:
> https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm85650/upstream/integ
> ---
> .../bindings/soc/qcom/qcom,pmic-glink.yaml | 22 ++++++++++++++--------
> 1 file changed, 14 insertions(+), 8 deletions(-)
>

Acked-by: Rob Herring <[email protected]>

2023-12-08 14:52:06

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: soc: qcom: pmic-glink: document SM8650 compatible


On Wed, 25 Oct 2023 09:27:57 +0200, Neil Armstrong wrote:
> Document the PMIC GLINK firmware interface on the SM8650 Platform
> by using the SM8550 bindings as fallback.
>
>

Applied, thanks!

[1/1] dt-bindings: soc: qcom: pmic-glink: document SM8650 compatible
commit: 98e8bc43c225d77966fde6e0138e3ee307d3c208

Best regards,
--
Bjorn Andersson <[email protected]>