Message ID | 20230320094450.8015-2-quic_kathirav@quicinc.com |
---|---|
State | Superseded |
Headers | show |
Series | Add few device nodes for IPQ5332 SoC | expand |
On Mon, Mar 20, 2023 at 03:14:49PM +0530, Kathiravan T wrote: > Add a compatible for the IPQ5332 platform's APSS watchdog. > > Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> > --- > 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 6448b633c970..8060a87d29da 100644 > --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > @@ -18,6 +18,7 @@ properties: > - items: > - enum: > - qcom,kpss-wdt-ipq4019 > + - qcom,apss-wdt-ipq5332 > - qcom,apss-wdt-msm8994 > - qcom,apss-wdt-qcs404 > - qcom,apss-wdt-sa8775p > -- > 2.17.1 >
diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml index 6448b633c970..8060a87d29da 100644 --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml @@ -18,6 +18,7 @@ properties: - items: - enum: - qcom,kpss-wdt-ipq4019 + - qcom,apss-wdt-ipq5332 - qcom,apss-wdt-msm8994 - qcom,apss-wdt-qcs404 - qcom,apss-wdt-sa8775p
Add a compatible for the IPQ5332 platform's APSS watchdog. Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com> --- Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 + 1 file changed, 1 insertion(+)