On 3/14/21 11:05 PM, Rajendra Nayak wrote: > From: Sai Prakash Ranjan <[email protected]> > > Add compatible for watchdog timer on SC7280 SoC. > > Signed-off-by: Sai Prakash Ranjan <[email protected]> > Signed-off-by: Rajendra Nayak <[email protected]> > Reviewed-by: Stephen Boyd <[email protected]> > Acked-by: Rob Herring <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]> > --- > This was earlier posted as part of the entire DT series for sc7280 [1] > Rest of the patches are now picked, posting this separately so it can > be picked up via the WDT tree. > > [1] https://lore.kernel.org/patchwork/project/lkml/list/?series=488871 > > 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 b8e4118..ba60bdf 100644 > --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml > @@ -17,6 +17,7 @@ properties: > enum: > - qcom,apss-wdt-qcs404 > - qcom,apss-wdt-sc7180 > + - qcom,apss-wdt-sc7280 > - qcom,apss-wdt-sdm845 > - qcom,apss-wdt-sdx55 > - qcom,apss-wdt-sm8150 >

