From patchwork Tue Apr 24 08:15:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 10358933 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D90AE602D6 for ; Tue, 24 Apr 2018 08:17:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C567D28D34 for ; Tue, 24 Apr 2018 08:17:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BA09428D37; Tue, 24 Apr 2018 08:17:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 12EE228D34 for ; Tue, 24 Apr 2018 08:17:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=RRR+6pIUVmSHjamrGKIv8Hd8lPUWDFo+2tXe726TKIc=; b=dt4jFCVWV/5eNCs+KIj17YVyg8 hQAZGmN81AKTyW1Udw+Uf8Joo0lX/929EPJjD4QFQUNFYEoaYxbTjHCCWYsLqmRZs1MPeuL6mD7XG RUX7BP5Dwwz7P6JWVlRcSd8rtyxDaK9lsh3+R3uFBP6i4J+CIRYp5xqajgs4ghhXVh9sdhYJmf8dX 4cAPXNZGsSK12A7b4H9g0Hb22LMeMiamyB0Q6SDh3/k89R8nsQrh7uQtc+oCFT5Apw/jM4W3TceSG sPbk1Bh+P0z6oYsEPEwBP8kjKXwuo+YFmOT4anwr33c+ujR1LMyNWiCWm3I7v+jR83e2dDfss/ar/ PALtr7eQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fAt8G-0001CL-Pn; Tue, 24 Apr 2018 08:17:00 +0000 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fAt7I-0000nV-Qa for linux-arm-kernel@lists.infradead.org; Tue, 24 Apr 2018 08:16:07 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id 2A609209F9; Tue, 24 Apr 2018 10:15:58 +0200 (CEST) Received: from localhost (unknown [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id 7C2492070D; Tue, 24 Apr 2018 10:15:38 +0200 (CEST) From: Gregory CLEMENT To: arnd@arndb.de, olof@lixom.net Subject: [PATCH 2/2] ARM: multi_v7_defconfig: Add Marvel NAND controller support Date: Tue, 24 Apr 2018 10:15:28 +0200 Message-Id: <20180424081528.25883-3-gregory.clement@bootlin.com> X-Mailer: git-send-email 2.16.3 In-Reply-To: <20180424081528.25883-1-gregory.clement@bootlin.com> References: <20180424081528.25883-1-gregory.clement@bootlin.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180424_011601_045815_7A58BEF1 X-CRM114-Status: UNSURE ( 9.13 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Jason Cooper , Antoine Tenart , Gregory CLEMENT , Maxime Chevallier , Thomas Petazzoni , =?UTF-8?q?Miqu=C3=A8l=20Raynal?= , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add Marvell NAND controller support used by some Marvell Armada based boards. Signed-off-by: Gregory CLEMENT --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6b7b7da20e81..2b008248fb52 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -182,6 +182,7 @@ CONFIG_MTD_NAND_DENALI_DT=y CONFIG_MTD_NAND_OMAP2=y CONFIG_MTD_NAND_OMAP_BCH=y CONFIG_MTD_NAND_ATMEL=y +CONFIG_MTD_NAND_MARVELL=y CONFIG_MTD_NAND_GPMI_NAND=y CONFIG_MTD_NAND_BRCMNAND=y CONFIG_MTD_NAND_VF610_NFC=y