From: l.stach@pengutronix.de (Lucas Stach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] arm64: dts: fsl: imx8mq: add watchdog devices
Date: Mon, 05 Feb 2018 12:21:13 +0100 [thread overview]
Message-ID: <1517829673.3175.13.camel@pengutronix.de> (raw)
In-Reply-To: <4c7c9104ca95419d22b8df19a69819e194dd3488.1517816731.git.baruch@tkos.co.il>
Am Montag, den 05.02.2018, 09:45 +0200 schrieb Baruch Siach:
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> ?arch/arm64/boot/dts/freescale/imx8mq.dtsi | 24 ++++++++++++++++++++++++
> ?1 file changed, 24 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> index 50ed302d299a..740457e2a0bf 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> @@ -250,6 +250,30 @@
> > ? ??????????????"clk_ext1", "clk_ext2",
> > ? ??????????????"clk_ext3", "clk_ext4";
> > ? };
> +
> + wdog1: wdog at 30280000 {
watchdog@, please.
Otherwise looks good to me, so with this fixed:
Reviewed-by: Lucas Stach <l.stach@pengutronix.de
> + compatible = "fsl,imx21-wdt";
> > + reg = <0x30280000 0x10000>;
> > + interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&clk IMX8MQ_CLK_WDOG1_ROOT>;
> > + status = "disabled";
> > + };
> +
> > > + wdog2: wdog at 30290000 {
> > + compatible = "fsl,imx21-wdt";
> > + reg = <0x30290000 0x10000>;
> > + interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&clk IMX8MQ_CLK_WDOG2_ROOT>;
> > + status = "disabled";
> > + };
> +
> > > + wdog3: wdog at 302a0000 {
> > + compatible = "fsl,imx21-wdt";
> > + reg = <0x302a0000 0x10000>;
> > + interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&clk IMX8MQ_CLK_WDOG3_ROOT>;
> > + status = "disabled";
> > + };
> > ? };
> ?
> > ? bus at 30400000 { /* AIPS2 */
prev parent reply other threads:[~2018-02-05 11:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-05 7:45 [PATCH 1/2] arm64: dts: fsl: imx8mq: add watchdog devices Baruch Siach
2018-02-05 7:45 ` [PATCH 2/2] arm64: dts: fsl: imx8mq-evk: enable watchdog Baruch Siach
2018-02-05 11:12 ` Lucas Stach
2018-02-05 10:27 ` [PATCH 1/2] arm64: dts: fsl: imx8mq: add watchdog devices Fabio Estevam
2018-02-05 11:21 ` Lucas Stach [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1517829673.3175.13.camel@pengutronix.de \
--to=l.stach@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).