On Fri, Jun 26, 2020 at 12:59:05AM +0530, Sai Prakash Ranjan wrote: > Add missing compatible for watchdog timer on QCS404, > SC7180, SDM845 and SM8150 SoCs. > > Signed-off-by: Sai Prakash Ranjan <[email protected]> > Reviewed-by: Stephen Boyd <[email protected]> > Acked-by: Rob Herring <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]> > --- > Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > index 5448cc537a03..0709ddf0b6a5 100644 > --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > @@ -15,6 +15,10 @@ allOf: > properties: > compatible: > enum: > + - qcom,apss-wdt-qcs404 > + - qcom,apss-wdt-sc7180 > + - qcom,apss-wdt-sdm845 > + - qcom,apss-wdt-sm8150 > - qcom,kpss-timer > - qcom,kpss-wdt > - qcom,kpss-wdt-apq8064

