linux-mips
[Top] [All Lists]

[PATCH v2 2/2] dts: Probe efuse for CI20

To: Marcin Nowakowski <marcin.nowakowski@mips.com>
Subject: [PATCH v2 2/2] dts: Probe efuse for CI20
From: Mathieu Malaterre <malat@debian.org>
Date: Thu, 28 Dec 2017 22:29:53 +0100
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Zubair.Kakakhel@mips.com, Mathieu Malaterre <malat@debian.org>, Srinivas Kandagatla <srinivas.kandagatla@linaro.org>, Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Ralf Baechle <ralf@linux-mips.org>, PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-mips@linux-mips.org
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=PBPmc4DROt+sHKDLnAgUM+xs9Pmc3QG4TlcOrffjcIg=; b=E1MQg+zXYxIFYak1JtAQx3d7a3dXhwLZX1QjnEsezWv2ZVmpNsU6gFkoyssn/5G7Eb i2h5/xJG/1PSMEulQOoe4mvxuftMmcR3KUjDoZA7pAK0nGNsfVvFbRgUbMXxzFmeMFB4 LqhewU8bGndJLO6O/q9BaE3liImgs1PqVoE5US7qSxvZVGGi6mtgdZuV9tiIvP+rYm8G LtybT5QNLc0R5e2OW3Z02XBUCD2PEK1xYpG1b6dc/tjQVOuWrRt/UNtd0zYt9LvsmKC9 aF8S6EWgsxL4Sr6GieDvs/aP/EUEAtDJr1cenVvyAb9CATDavj6Lwq7gFhCKn4LPmnJ4 ybNg==
In-reply-to: <20171228212954.2922-1-malat@debian.org>
List-archive: <http://www.linux-mips.org/archives/linux-mips/>
List-help: <mailto:ecartis@linux-mips.org?Subject=help>
List-id: linux-mips <linux-mips.eddie.linux-mips.org>
List-owner: <mailto:ralf@linux-mips.org>
List-post: <mailto:linux-mips@linux-mips.org>
List-software: Ecartis version 1.0.0
List-subscribe: <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips>
List-unsubscribe: <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips>
Original-recipient: rfc822;linux-mips@linux-mips.org
References: <20171228212954.2922-1-malat@debian.org>
Sender: linux-mips-bounce@linux-mips.org
MIPS Creator CI20 comes with JZ4780 SoC. Provides access to the efuse block
using jz4780 efuse driver.

Signed-off-by: Mathieu Malaterre <malat@debian.org>
---
 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


<Prev in Thread] Current Thread [Next in Thread>