Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754766AbdL1VbA (ORCPT ); Thu, 28 Dec 2017 16:31:00 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:46779 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751199AbdL1VaW (ORCPT ); Thu, 28 Dec 2017 16:30:22 -0500 X-Google-Smtp-Source: ACJfBot23jEBXEAVbKRgPt0V0NU7jXE0LKPLJUKDnJlZ0knlAeXsTHUS004uUMhFMkpfvp1f/44kwg== From: Mathieu Malaterre To: Marcin Nowakowski Cc: Greg Kroah-Hartman , Zubair.Kakakhel@mips.com, Mathieu Malaterre , Srinivas Kandagatla , Rob Herring , Mark Rutland , Ralf Baechle , PrasannaKumar Muralidharan , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-mips@linux-mips.org Subject: [PATCH v2 2/2] dts: Probe efuse for CI20 Date: Thu, 28 Dec 2017 22:29:53 +0100 Message-Id: <20171228212954.2922-3-malat@debian.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171228212954.2922-1-malat@debian.org> References: <20171228212954.2922-1-malat@debian.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 641 Lines: 20 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 ++ 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