projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9a2ee0
)
arm64: dts: qcom: ipq5018: add watchdog
author
Robert Marko
<robimarko@gmail.com>
Wed, 16 Aug 2023 16:14:00 +0000
(18:14 +0200)
committer
Bjorn Andersson
<andersson@kernel.org>
Wed, 20 Sep 2023 01:11:05 +0000
(18:11 -0700)
Add the required DT node for watchdog operation.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link:
https://lore.kernel.org/r/20230816161455.3310629-2-robimarko@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/ipq5018.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/ipq5018.dtsi
b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
index 9f13d2dcdfd589f4557d6c32173fc76e5fbf7bfa..288758c91379df9470243ef9c797a0399996d06d 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/ipq5018.dtsi
+++ b/
arch/arm64/boot/dts/qcom/ipq5018.dtsi
@@
-181,6
+181,13
@@
};
};
+ watchdog: watchdog@b017000 {
+ compatible = "qcom,apss-wdt-ipq5018", "qcom,kpss-wdt";
+ reg = <0x0b017000 0x40>;
+ interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>;
+ clocks = <&sleep_clk>;
+ };
+
timer@b120000 {
compatible = "arm,armv7-timer-mem";
reg = <0x0b120000 0x1000>;