Message ID | 20221117105845.13644-2-konrad.dybcio@linaro.org |
---|---|
State | New |
Headers | show |
Series | None | expand |
On 17.11.2022 11:58, Konrad Dybcio wrote: > Document the MSM8994 watchdog timer which is already used in DT. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- Looks like this never got applied? Konrad > Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > index d8ac0be36e6c..a1f17c9e02db 100644 > --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > @@ -17,6 +17,7 @@ properties: > oneOf: > - items: > - enum: > + - qcom,apss-wdt-msm8994 > - qcom,apss-wdt-qcs404 > - qcom,apss-wdt-sc7180 > - qcom,apss-wdt-sc7280
Hi Konrad, > On 17.11.2022 11:58, Konrad Dybcio wrote: > > Document the MSM8994 watchdog timer which is already used in DT. > > > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > > --- > Looks like this never got applied? Patience is a beautiful virtue. Since Guenter reviewed it and since it is in Guenter's tree, I picked it up. > Konrad > > Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > > index d8ac0be36e6c..a1f17c9e02db 100644 > > --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > > +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > > @@ -17,6 +17,7 @@ properties: > > oneOf: > > - items: > > - enum: > > + - qcom,apss-wdt-msm8994 > > - qcom,apss-wdt-qcs404 > > - qcom,apss-wdt-sc7180 > > - qcom,apss-wdt-sc7280 Kind regards, Wim.
diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml index d8ac0be36e6c..a1f17c9e02db 100644 --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml @@ -17,6 +17,7 @@ properties: oneOf: - items: - enum: + - qcom,apss-wdt-msm8994 - qcom,apss-wdt-qcs404 - qcom,apss-wdt-sc7180 - qcom,apss-wdt-sc7280
Document the MSM8994 watchdog timer which is already used in DT. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 + 1 file changed, 1 insertion(+)