From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751894AbeACUER (ORCPT + 1 other); Wed, 3 Jan 2018 15:04:17 -0500 Received: from mail-ot0-f194.google.com ([74.125.82.194]:36379 "EHLO mail-ot0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751492AbeACUEP (ORCPT ); Wed, 3 Jan 2018 15:04:15 -0500 X-Google-Smtp-Source: ACJfBosofqf1CEm1/H2kbvq3VU8AKCj4arroJIqEdGWfuEzhrYrSkKQydh0iiesay4EdzoyZsW2EPA== Date: Wed, 3 Jan 2018 14:04:13 -0600 From: Rob Herring To: Mathieu Malaterre Cc: Marcin Nowakowski , Greg Kroah-Hartman , Zubair.Kakakhel@mips.com, Srinivas Kandagatla , Mark Rutland , Ralf Baechle , PrasannaKumar Muralidharan , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-mips@linux-mips.org Subject: Re: [PATCH v2 2/2] dts: Probe efuse for CI20 Message-ID: <20180103200413.cpv6wxeeumaw62l5@rob-hp-laptop> References: <20171228212954.2922-1-malat@debian.org> <20171228212954.2922-3-malat@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171228212954.2922-3-malat@debian.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Dec 28, 2017 at 10:29:53PM +0100, Mathieu Malaterre wrote: > MIPS Creator CI20 comes with JZ4780 SoC. Provides access to the efuse block > using jz4780 efuse driver. > > Signed-off-by: Mathieu Malaterre > --- > arch/mips/configs/ci20_defconfig | 2 ++ Your subject indicates this is a dts patch which it is not. > 1 file changed, 2 insertions(+) > > diff --git a/arch/mips/configs/ci20_defconfig b/arch/mips/configs/ci20_defconfig > index b5f4ad8f2c45..62c63617e97a 100644 > --- a/arch/mips/configs/ci20_defconfig > +++ b/arch/mips/configs/ci20_defconfig > @@ -171,3 +171,5 @@ CONFIG_STACKTRACE=y > # CONFIG_FTRACE is not set > CONFIG_CMDLINE_BOOL=y > CONFIG_CMDLINE="earlycon console=ttyS4,115200 clk_ignore_unused" > +CONFIG_NVMEM=y > +CONFIG_JZ4780_EFUSE=y > -- > 2.11.0 >