* [RFC PATCH 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings [not found] <1464249112-13658-1-git-send-email-narmstrong@baylibre.com> @ 2016-05-26 7:51 ` Neil Armstrong [not found] ` <1464249112-13658-3-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> 2016-05-26 7:51 ` [RFC PATCH 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node Neil Armstrong 1 sibling, 1 reply; 3+ messages in thread From: Neil Armstrong @ 2016-05-26 7:51 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> --- .../devicetree/bindings/watchdog/meson-gxbb-wdt.txt | 13 +++++++++++++ 1 file changed, 13 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..d06c0a0 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt @@ -0,0 +1,13 @@ +Meson GXBB SoCs Watchdog timer + +Required properties: + +- compatible : should be "amlogic,meson-gxbb-wdt" +- reg : Specifies base physical address and size of the registers. + +Example: + +wdt: watchdog@98d0 { + compatible = "amlogic,meson-gxbb-wdt"; + reg = <0 0x98d0 0x0 0x10>; +}; -- 2.7.0 ^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <1464249112-13658-3-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>]
* Re: [RFC PATCH 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings [not found] ` <1464249112-13658-3-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> @ 2016-05-26 10:09 ` Carlo Caione 0 siblings, 0 replies; 3+ messages in thread From: Carlo Caione @ 2016-05-26 10:09 UTC (permalink / raw) To: Neil Armstrong Cc: Wim Van Sebroeck, Guenter Roeck, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-watchdog-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r On 26/05/16 09:51, Neil Armstrong wrote: > Signed-off-by: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> > --- > .../devicetree/bindings/watchdog/meson-gxbb-wdt.txt | 13 +++++++++++++ > 1 file changed, 13 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..d06c0a0 > --- /dev/null > +++ b/Documentation/devicetree/bindings/watchdog/meson-gxbb-wdt.txt > @@ -0,0 +1,13 @@ > +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' is also required IIRC. Thanks, -- Carlo Caione -- 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 [flat|nested] 3+ messages in thread
* [RFC PATCH 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node [not found] <1464249112-13658-1-git-send-email-narmstrong@baylibre.com> 2016-05-26 7:51 ` [RFC PATCH 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings Neil Armstrong @ 2016-05-26 7:51 ` Neil Armstrong 1 sibling, 0 replies; 3+ messages in thread From: Neil Armstrong @ 2016-05-26 7:51 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
end of thread, other threads:[~2016-05-26 10:09 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <1464249112-13658-1-git-send-email-narmstrong@baylibre.com> 2016-05-26 7:51 ` [RFC PATCH 2/3] dt-bindings: watchdog: Add Meson GXBB Watchdog bindings Neil Armstrong [not found] ` <1464249112-13658-3-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> 2016-05-26 10:09 ` Carlo Caione 2016-05-26 7:51 ` [RFC PATCH 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node Neil Armstrong
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).