From patchwork Tue Jul 18 06:38:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keiji Hayashibara X-Patchwork-Id: 108068 Delivered-To: patch@linaro.org Received: by 10.182.45.195 with SMTP id p3csp5502836obm; Mon, 17 Jul 2017 23:38:18 -0700 (PDT) X-Received: by 10.84.128.14 with SMTP id 14mr34265pla.285.1500359898802; Mon, 17 Jul 2017 23:38:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1500359898; cv=none; d=google.com; s=arc-20160816; b=fC1mI60c1Nng82IgTYvHpY72k0icVirUlJSF/zOOgC7iwUqt/aaB5eijAqkcX1jiKU 6DX+aUTjpTsRZwtY9FmL4lRKzLOWrWkdA41bacax5jXQsOMk4gNEEGhHXB+i8ebtJ3jw 9F4hLasvnElheQVulyoA5XTkGKwsHFEj8xQJyZ6PQ1lQYcJ2f/8EFn/9VXlYF56MSuOx uKDFlSsaFzfKw8b97L9N/7cJTb38YVQh4G2VUC7kvRU+w0LJv7n2H9LkNsoSXm6uWqjH 35o/MtxMKRzEug/8QtFTPpy7HWblc2T/Trr42MHERaYi7YV5OdRpt+VpllSrp88Vs641 NxIg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=GIDru027BJsYlatLp3deEkEr6l/voHa5xyjiJuqprko=; b=e6seg8XhXOhnlHRF6CPmUFYXpOh3x0p+2/l3riOzPhKqUDpByOURe0D6L2HRl1cM7m C7EHngEjVeyU5dP37Zl9IT0QzwbWnnIazuOrMsWoCvWA0oK6Fh4cLqH5GuPW94C6rZQT u721AYn0tzspx6airHq+fsmP5I8pl72fzRuBH+/BAwl6akhxTsS8i5fIBTSxL3duLnku r4wIH5183g2Xq2jAQUGaGpo1fU8ADKlqNcyiV8J8FEujJnHEYN1C/ZYSfjx6biGdcP+d qicLsHZ3cTxCLeIhGyI2g9opxkfBkdhZqkZp6ZssF7g8LeERRpMDZoetVVLLruKbhtO3 KPiw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 7si1078535pfp.129.2017.07.17.23.38.18; Mon, 17 Jul 2017 23:38:18 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751403AbdGRGiP (ORCPT + 25 others); Tue, 18 Jul 2017 02:38:15 -0400 Received: from mx.socionext.com ([202.248.49.38]:23764 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751026AbdGRGiO (ORCPT ); Tue, 18 Jul 2017 02:38:14 -0400 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 18 Jul 2017 15:38:13 +0900 Received: from mail.mfilter.local (unknown [10.213.24.61]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id B3D1F6115B; Tue, 18 Jul 2017 15:38:13 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 18 Jul 2017 15:38:13 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 53FD81A0E16; Tue, 18 Jul 2017 15:38:13 +0900 (JST) From: Keiji Hayashibara To: catalin.marinas@arm.com, will.deacon@arm.com Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, masami.hiramatsu@linaro.org, jaswinder.singh@linaro.org, yamada.masahiro@socionext.com, hayashi.kunihiko@socionext.com, owada.kiyoshi@socionext.com, Keiji Hayashibara Subject: [PATCH v2] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG Date: Tue, 18 Jul 2017 15:38:10 +0900 Message-Id: <1500359890-30358-1-git-send-email-hayashibara.keiji@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Enable the watchdog driver for UniPhier SoC Signed-off-by: Keiji Hayashibara --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6c7d147..629c815 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -311,6 +311,7 @@ CONFIG_S3C2410_WATCHDOG=y CONFIG_MESON_GXBB_WATCHDOG=m CONFIG_MESON_WATCHDOG=m CONFIG_RENESAS_WDT=y +CONFIG_UNIPHIER_WATCHDOG=y CONFIG_BCM2835_WDT=y CONFIG_MFD_CROS_EC=y CONFIG_MFD_CROS_EC_I2C=y