Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1440060 > unrolled thread
| Started by | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| First post | 2016-07-10 11:20 +0200 |
| Last post | 2016-07-12 06:20 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node Neil Armstrong <narmstrong@baylibre.com> - 2016-07-10 11:20 +0200
Re: [PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node Guenter Roeck <linux@roeck-us.net> - 2016-07-10 18:10 +0200
Re: [PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node Kevin Hilman <khilman@baylibre.com> - 2016-07-12 06:20 +0200
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Date | 2016-07-10 11:20 +0200 |
| Subject | [PATCH v3 3/3] ARM64: dts: amlogic: meson-gxbb: Add watchdog node |
| Message-ID | <rTj45-76I-11@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2016-07-10 18:10 +0200 |
| Message-ID | <rTpsR-2TR-3@gated-at.bofh.it> |
| In reply to | #1440060 |
On 07/10/2016 02:11 AM, Neil Armstrong wrote:
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Would this go in through one of the arm trees ?
Guenter
> ---
> 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 {
>
[toc] | [prev] | [next] | [standalone]
| From | Kevin Hilman <khilman@baylibre.com> |
|---|---|
| Date | 2016-07-12 06:20 +0200 |
| Message-ID | <rTXkS-8hV-11@gated-at.bofh.it> |
| In reply to | #1440125 |
Guenter Roeck <linux@roeck-us.net> writes: > On 07/10/2016 02:11 AM, Neil Armstrong wrote: >> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> > > Reviewed-by: Guenter Roeck <linux@roeck-us.net> > > Would this go in through one of the arm trees ? You can take the driver through the watchdog tree, but I'll take the DT stuff through the amlogic tree (and submit via arm-soc). However, with your ack, and since this is a brand new driver, I could take the driver as well. Just let me know your preference. Thanks, Kevin
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web