On 02-10-19, 21:13, Bjorn Andersson wrote: > Add a node describing the watchdog found in the application subsystem. Reviewed-by: Vinod Koul <vkoul@xxxxxxxxxx> > > Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sdm845.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi > index f0b2db34ec4a..23915eab4187 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi > @@ -3488,6 +3488,12 @@ > status = "disabled"; > }; > > + watchdog@17980000 { > + compatible = "qcom,apss-wdt-sdm845", "qcom,kpss-wdt"; > + reg = <0 0x17980000 0 0x1000>; > + clocks = <&sleep_clk>; > + }; > + > apss_shared: mailbox@17990000 { > compatible = "qcom,sdm845-apss-shared"; > reg = <0 0x17990000 0 0x1000>; > -- > 2.18.0 -- ~Vinod