Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751846AbdIOTSz (ORCPT ); Fri, 15 Sep 2017 15:18:55 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]:41468 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751652AbdIOTSx (ORCPT ); Fri, 15 Sep 2017 15:18:53 -0400 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) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 751 Lines: 28 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