| Message ID | 20251028-bindings-pmic-glink-glymur-v1-1-f76f00161f46@linaro.org |
|---|---|
| State | New |
| Headers | show |
| Series | dt-bindings: soc: qcom: qcom,pmic-glink: Document Glymur compatible | expand |
On Tue, Oct 28, 2025 at 03:59:49PM +0200, Abel Vesa wrote: > Document the Glymur compatible used to describe the pmic glink on > this SoC. > This has been posted multiple times already: https://lore.kernel.org/all/20251017003033.268567-2-anjelique.melendez@oss.qualcomm.com/ https://lore.kernel.org/all/20251027212250.3847537-2-anjelique.melendez@oss.qualcomm.com/ Regards, Bjorn > Signed-off-by: Abel Vesa <abel.vesa@linaro.org> > --- > Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml > index 7085bf88afabaa3dd9d0387ec0c800019850a60c..fa7704fdb9eacb712653cc21fe5f25f2435d7847 100644 > --- a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml > +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml > @@ -37,6 +37,7 @@ properties: > - const: qcom,pmic-glink > - items: > - enum: > + - qcom,glymur-pmic-glink > - qcom,milos-pmic-glink > - qcom,sm8650-pmic-glink > - qcom,sm8750-pmic-glink > > --- > base-commit: f7d2388eeec24966fc4d5cf32d706f0514f29ac5 > change-id: 20251028-bindings-pmic-glink-glymur-72148fafcdfd > > Best regards, > -- > Abel Vesa <abel.vesa@linaro.org> >
On 25-10-28 09:53:54, Bjorn Andersson wrote: > On Tue, Oct 28, 2025 at 03:59:49PM +0200, Abel Vesa wrote: > > Document the Glymur compatible used to describe the pmic glink on > > this SoC. > > > > This has been posted multiple times already: > https://lore.kernel.org/all/20251017003033.268567-2-anjelique.melendez@oss.qualcomm.com/ > https://lore.kernel.org/all/20251027212250.3847537-2-anjelique.melendez@oss.qualcomm.com/ > Hm, my bad then.
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml index 7085bf88afabaa3dd9d0387ec0c800019850a60c..fa7704fdb9eacb712653cc21fe5f25f2435d7847 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml @@ -37,6 +37,7 @@ properties: - const: qcom,pmic-glink - items: - enum: + - qcom,glymur-pmic-glink - qcom,milos-pmic-glink - qcom,sm8650-pmic-glink - qcom,sm8750-pmic-glink
Document the Glymur compatible used to describe the pmic glink on this SoC. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> --- Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml | 1 + 1 file changed, 1 insertion(+) --- base-commit: f7d2388eeec24966fc4d5cf32d706f0514f29ac5 change-id: 20251028-bindings-pmic-glink-glymur-72148fafcdfd Best regards,