* [PATCH 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node [not found] <1464614948-28247-1-git-send-email-narmstrong@baylibre.com> @ 2016-05-30 13:29 ` Neil Armstrong [not found] ` <1464614948-28247-1-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> 1 sibling, 0 replies; 3+ messages in thread From: Neil Armstrong @ 2016-05-30 13:29 UTC (permalink / raw) To: Wim Van Sebroeck, Guenter Roeck, devicetree Cc: Neil Armstrong, linux-kernel, linux-arm-kernel, linux-amlogic, linux-watchdog Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 832815d..bcca82f 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -136,6 +136,12 @@ clocks = <&xtal>; status = "disabled"; }; + + watchdog@98d0 { + compatible = "amlogic,meson-gxbb-wdt"; + reg = <0x0 0x098d0 0x0 0x10>; + clocks = <&xtal>; + }; }; gic: interrupt-controller@c4301000 { -- 2.7.0 ^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <1464614948-28247-1-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>]
* [PATCH 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings [not found] ` <1464614948-28247-1-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> @ 2016-05-30 14:12 ` Neil Armstrong 2016-06-02 22:47 ` Rob Herring 0 siblings, 1 reply; 3+ messages in thread From: Neil Armstrong @ 2016-05-30 14:12 UTC (permalink / raw) To: Wim Van Sebroeck, Guenter Roeck, devicetree-u79uwXL29TY76Z2rM5mHXA Cc: Neil Armstrong, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-watchdog-u79uwXL29TY76Z2rM5mHXA Signed-off-by: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> --- .../devicetree/bindings/watchdog/meson-gxbb-wdt.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt diff --git a/Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt b/Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt new file mode 100644 index 0000000..c7fe36f --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt @@ -0,0 +1,16 @@ +Meson GXBB SoCs Watchdog timer + +Required properties: + +- compatible : should be "amlogic,meson-gxbb-wdt" +- reg : Specifies base physical address and size of the registers. +- clocks : Should be a phandle to the Watchdog clock source, for GXBB the xtal + is the default clock source. + +Example: + +wdt: watchdog@98d0 { + compatible = "amlogic,meson-gxbb-wdt"; + reg = <0 0x98d0 0x0 0x10>; + clocks = <&xtal>; +}; -- 2.7.0 -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" 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] 3+ messages in thread
* Re: [PATCH 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings 2016-05-30 14:12 ` [PATCH 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings Neil Armstrong @ 2016-06-02 22:47 ` Rob Herring 0 siblings, 0 replies; 3+ messages in thread From: Rob Herring @ 2016-06-02 22:47 UTC (permalink / raw) To: Neil Armstrong Cc: Wim Van Sebroeck, Guenter Roeck, devicetree, linux-kernel, linux-arm-kernel, linux-amlogic, linux-watchdog On Mon, May 30, 2016 at 04:12:06PM +0200, Neil Armstrong wrote: > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> > --- > .../devicetree/bindings/watchdog/meson-gxbb-wdt.txt | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100644 Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt Acked-by: Rob Herring <robh@kernel.org> ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-06-02 22:47 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <1464614948-28247-1-git-send-email-narmstrong@baylibre.com> 2016-05-30 13:29 ` [PATCH 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node Neil Armstrong [not found] ` <1464614948-28247-1-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> 2016-05-30 14:12 ` [PATCH 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings Neil Armstrong 2016-06-02 22:47 ` Rob Herring
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).