From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 15 Sep 2017 21:18:59 +0200 (CEST) Received: from smtp3-g21.free.fr ([IPv6:2a01:e0c:1:1599::12]:25744 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23991500AbdIOTSw66ss5 (ORCPT ); Fri, 15 Sep 2017 21:18:52 +0200 Received: from macbookpro.malat.net (unknown [78.225.226.121]) by smtp3-g21.free.fr (Postfix) with ESMTP id DF0AB13F7E2; Fri, 15 Sep 2017 21:18:51 +0200 (CEST) Received: by macbookpro.malat.net (Postfix, from userid 1000) id 8F97810C0911; Fri, 15 Sep 2017 21:18:51 +0200 (CEST) From: Mathieu Malaterre Cc: Mathieu Malaterre , Rob Herring , Mark Rutland , Ralf Baechle , Linus Walleij , Paul Cercueil , PrasannaKumar Muralidharan , devicetree@vger.kernel.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 3/5] MIPS: jz4780: DTS: Probe the jz4740-watchdog driver from devicetree Date: Fri, 15 Sep 2017 21:18:36 +0200 Message-Id: <20170915191837.27564-1-malat@debian.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170908183558.1537-3-malat@debian.org> References: <20170908183558.1537-3-malat@debian.org> To: unlisted-recipients:; (no To-header on input) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 60031 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: malat@debian.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips The jz4740-watchdog driver supports both jz4740 & jz4780. Signed-off-by: Mathieu Malaterre --- Changes in v2: * make the node name generic (Paul Cercueil) arch/mips/boot/dts/ingenic/jz4780.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index 20e37d2d6008..76055bbc823a 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -263,6 +263,11 @@ status = "disabled"; }; + watchdog: watchdog@10002000 { + compatible = "ingenic,jz4780-watchdog"; + reg = <0x10002000 0x100>; + }; + nemc: nemc@13410000 { compatible = "ingenic,jz4780-nemc"; reg = <0x13410000 0x10000>; -- 2.11.0 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp3-g21.free.fr ([IPv6:2a01:e0c:1:1599::12]:25744 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23991500AbdIOTSw66ss5 (ORCPT ); Fri, 15 Sep 2017 21:18:52 +0200 From: Mathieu Malaterre Subject: [PATCH v2 3/5] MIPS: jz4780: DTS: Probe the jz4740-watchdog driver from devicetree Date: Fri, 15 Sep 2017 21:18:36 +0200 Message-ID: <20170915191837.27564-1-malat@debian.org> In-Reply-To: <20170908183558.1537-3-malat@debian.org> References: <20170908183558.1537-3-malat@debian.org> Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: Cc: Mathieu Malaterre , Rob Herring , Mark Rutland , Ralf Baechle , Linus Walleij , Paul Cercueil , PrasannaKumar Muralidharan , devicetree@vger.kernel.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Message-ID: <20170915191836.vjEfYk8sRaxm4zJ4qheToEnd_ZWF6aMiEiPvWyASbN8@z> The jz4740-watchdog driver supports both jz4740 & jz4780. Signed-off-by: Mathieu Malaterre --- Changes in v2: * make the node name generic (Paul Cercueil) arch/mips/boot/dts/ingenic/jz4780.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index 20e37d2d6008..76055bbc823a 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -263,6 +263,11 @@ status = "disabled"; }; + watchdog: watchdog@10002000 { + compatible = "ingenic,jz4780-watchdog"; + reg = <0x10002000 0x100>; + }; + nemc: nemc@13410000 { compatible = "ingenic,jz4780-nemc"; reg = <0x13410000 0x10000>; -- 2.11.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Malaterre Subject: [PATCH v2 3/5] MIPS: jz4780: DTS: Probe the jz4740-watchdog driver from devicetree Date: Fri, 15 Sep 2017 21:18:36 +0200 Message-ID: <20170915191837.27564-1-malat@debian.org> References: <20170908183558.1537-3-malat@debian.org> Return-path: In-Reply-To: <20170908183558.1537-3-malat-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Mathieu Malaterre , Rob Herring , Mark Rutland , Ralf Baechle , Linus Walleij , Paul Cercueil , PrasannaKumar Muralidharan , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org The jz4740-watchdog driver supports both jz4740 & jz4780. Signed-off-by: Mathieu Malaterre --- Changes in v2: * make the node name generic (Paul Cercueil) arch/mips/boot/dts/ingenic/jz4780.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index 20e37d2d6008..76055bbc823a 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi @@ -263,6 +263,11 @@ status = "disabled"; }; + watchdog: watchdog@10002000 { + compatible = "ingenic,jz4780-watchdog"; + reg = <0x10002000 0x100>; + }; + nemc: nemc@13410000 { compatible = "ingenic,jz4780-nemc"; reg = <0x13410000 0x10000>; -- 2.11.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