Message ID | 20231025-topic-sm8650-upstream-bindings-pmic-glink-v1-1-0c2829a62565@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 98e8bc43c225d77966fde6e0138e3ee307d3c208 |
Headers | show |
Series | dt-bindings: soc: qcom: pmic-glink: document SM8650 compatible | expand |
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 <neil.armstrong@linaro.org> > --- > 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 <robh@kernel.org>
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,
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
Document the PMIC GLINK firmware interface on the SM8650 Platform by using the SM8550 bindings as fallback. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- 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(-) --- base-commit: fe1998aa935b44ef873193c0772c43bce74f17dc change-id: 20231016-topic-sm8650-upstream-bindings-pmic-glink-63bab24feef5 Best regards,