Add new "qcom,subsys-restart" property to enable subsystem restart (SSR)
notifications.
Signed-off-by: Anjelique Melendez <anjelique.melendez@oss.qualcomm.com>
---
.../devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml
index 4c9e78f29523..90011096894e 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml
@@ -49,6 +49,10 @@ properties:
'#size-cells':
const: 0
+ qcom,subsys-restart:
+ description: If property is specified subsystem restart (SSR) notifications will be enabled.
+ type: boolean
+
orientation-gpios:
description: Array of input gpios for the Type-C connector orientation indication.
The GPIO indication is used to detect the orientation of the Type-C connector.
--
2.34.1
On Tue, Jul 15, 2025 at 05:40:03PM -0700, Anjelique Melendez wrote: > Add new "qcom,subsys-restart" property to enable subsystem restart (SSR) > notifications. > Please follow https://docs.kernel.org/process/submitting-patches.html#describe-your-changes and fully describe what problem your patch is solving. Most people have no idea what subsystem restart means, and those who do has to guess what it means for pmic-glink. > Signed-off-by: Anjelique Melendez <anjelique.melendez@oss.qualcomm.com> > --- > .../devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml > index 4c9e78f29523..90011096894e 100644 > --- a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml > +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml > @@ -49,6 +49,10 @@ properties: > '#size-cells': > const: 0 > > + qcom,subsys-restart: And my guess is unfortunately that this doesn't describe the hardware/firmware, but that this is configuring the OS behavior. Please write a commit message that doesn't force me to guess. Regards, Bjorn > + description: If property is specified subsystem restart (SSR) notifications will be enabled. > + type: boolean > + > orientation-gpios: > description: Array of input gpios for the Type-C connector orientation indication. > The GPIO indication is used to detect the orientation of the Type-C connector. > -- > 2.34.1 >
On Tue, Jul 15, 2025 at 05:40:03PM -0700, Anjelique Melendez wrote: > Add new "qcom,subsys-restart" property to enable subsystem restart (SSR) > notifications. > > Signed-off-by: Anjelique Melendez <anjelique.melendez@oss.qualcomm.com> > --- > .../devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml > index 4c9e78f29523..90011096894e 100644 > --- a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml > +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml > @@ -49,6 +49,10 @@ properties: > '#size-cells': > const: 0 > > + qcom,subsys-restart: > + description: If property is specified subsystem restart (SSR) notifications will be enabled. Please wrap according to Linux coding style... if this stays, because this all sounds like Linux notificatons, so an OS property. The commit msg explains nothing - just repeats this. You need to describe the hardware and the reasons behind this change - WHY you are doing things - in terms of hardware. Best regards, Krzysztof
© 2016 - 2025 Red Hat, Inc.