* [PATCH] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi
@ 2016-03-29 4:22 fu.wei-QSEj5FYQhm4dnm+yROfE0A
0 siblings, 0 replies; only message in thread
From: fu.wei-QSEj5FYQhm4dnm+yROfE0A @ 2016-03-29 4:22 UTC (permalink / raw)
To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
thomas.lendacky-5C7GfCeVMHo, galak-sgV2jX0FEOL9JmXXK+q4OQ,
wim-IQzOog9fTRqzQB+pC5nmwQ, linux-0h96xk9xTtrk1uMJSBkQmQ,
brijeshkumar.singh-5C7GfCeVMHo, catalin.marinas-5wv7dgnIgG8,
will.deacon-5wv7dgnIgG8, suravee.suthikulpanit-5C7GfCeVMHo
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-watchdog-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linaro-acpi-cunTk1MwBs8s++Sfvej+rw, dyoung-H+wXaHxf7aLQT0dZR+AlfA,
panand-H+wXaHxf7aLQT0dZR+AlfA,
graeme.gregory-QSEj5FYQhm4dnm+yROfE0A,
al.stone-QSEj5FYQhm4dnm+yROfE0A, jcm-H+wXaHxf7aLQT0dZR+AlfA,
arnd-r2nGTMty4D4, leo.duran-5C7GfCeVMHo, Fu Wei,
Suravee Suthikulpanit
From: Fu Wei <fu.wei-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
This can be a example of adding SBSA Generic Watchdog device node
into some dts files for the Soc which contains SBSA Generic Watchdog.
Acked-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit-5C7GfCeVMHo@public.gmane.org>
Signed-off-by: Fu Wei <fu.wei-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Reviewed-by: Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
---
Changelog:
v1 :Re-upstream it, since this patch was missed when we upstreamed it with
the driver patchset: https://lkml.org/lkml/2016/3/28/226
arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
index bd3adea..9798fd0 100644
--- a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
+++ b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi
@@ -106,6 +106,14 @@
clock-names = "uartclk", "apb_pclk";
};
+ watchdog0: watchdog@e0bb0000 {
+ compatible = "arm,sbsa-gwdt";
+ reg = <0x0 0xe0bc0000 0 0x1000>,
+ <0x0 0xe0bb0000 0 0x1000>;
+ interrupts = <0 337 4>;
+ timeout-sec = <15>;
+ };
+
spi0: ssp@e1020000 {
status = "disabled";
compatible = "arm,pl022", "arm,primecell";
--
2.5.0
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-29 4:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-29 4:22 [PATCH] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi fu.wei-QSEj5FYQhm4dnm+yROfE0A
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).