From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 08 Sep 2017 20:36:18 +0200 (CEST) Received: from smtp3-g21.free.fr ([IPv6:2a01:e0c:1:1599::12]:8785 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23992800AbdIHSgMFTANf (ORCPT ); Fri, 8 Sep 2017 20:36:12 +0200 Received: from macbookpro.malat.net (unknown [78.225.226.121]) by smtp3-g21.free.fr (Postfix) with ESMTP id 741B713F880; Fri, 8 Sep 2017 20:36:10 +0200 (CEST) Received: by macbookpro.malat.net (Postfix, from userid 1000) id E2F7210C087A; Fri, 8 Sep 2017 20:36:09 +0200 (CEST) From: Mathieu Malaterre Cc: Mathieu Malaterre , Rob Herring , Mark Rutland , Ralf Baechle , Wim Van Sebroeck , Guenter Roeck , Paul Cercueil , Linus Walleij , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org Subject: [PATCH 1/3] MIPS: Ci20: Enable watchdog driver Date: Fri, 8 Sep 2017 20:35:53 +0200 Message-Id: <20170908183558.1537-1-malat@debian.org> X-Mailer: git-send-email 2.11.0 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: 59964 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 Update the Ci20's defconfig to enable the JZ4740's watchdog driver. Signed-off-by: Mathieu Malaterre --- arch/mips/configs/ci20_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/configs/ci20_defconfig b/arch/mips/configs/ci20_defconfig index b42cfa7865f9..459b21e6278d 100644 --- a/arch/mips/configs/ci20_defconfig +++ b/arch/mips/configs/ci20_defconfig @@ -92,6 +92,8 @@ CONFIG_I2C=y CONFIG_I2C_JZ4780=y CONFIG_GPIO_SYSFS=y # CONFIG_HWMON is not set +CONFIG_WATCHDOG=y +CONFIG_JZ4740_WDT=y CONFIG_REGULATOR=y CONFIG_REGULATOR_DEBUG=y CONFIG_REGULATOR_FIXED_VOLTAGE=y -- 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]:8785 "EHLO smtp3-g21.free.fr" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23992800AbdIHSgMFTANf (ORCPT ); Fri, 8 Sep 2017 20:36:12 +0200 From: Mathieu Malaterre Subject: [PATCH 1/3] MIPS: Ci20: Enable watchdog driver Date: Fri, 8 Sep 2017 20:35:53 +0200 Message-ID: <20170908183558.1537-1-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 , Wim Van Sebroeck , Guenter Roeck , Paul Cercueil , Linus Walleij , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org Message-ID: <20170908183553.CQ4D48SDiqI5C-kTPxDrccXJI0tp3JPOV7DnXfy6Bfo@z> Update the Ci20's defconfig to enable the JZ4740's watchdog driver. Signed-off-by: Mathieu Malaterre --- arch/mips/configs/ci20_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/configs/ci20_defconfig b/arch/mips/configs/ci20_defconfig index b42cfa7865f9..459b21e6278d 100644 --- a/arch/mips/configs/ci20_defconfig +++ b/arch/mips/configs/ci20_defconfig @@ -92,6 +92,8 @@ CONFIG_I2C=y CONFIG_I2C_JZ4780=y CONFIG_GPIO_SYSFS=y # CONFIG_HWMON is not set +CONFIG_WATCHDOG=y +CONFIG_JZ4740_WDT=y CONFIG_REGULATOR=y CONFIG_REGULATOR_DEBUG=y CONFIG_REGULATOR_FIXED_VOLTAGE=y -- 2.11.0