From patchwork Thu Apr 14 07:54:24 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 65779 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp452348qge; Thu, 14 Apr 2016 00:55:32 -0700 (PDT) X-Received: by 10.66.243.35 with SMTP id wv3mr19083343pac.93.1460620532083; Thu, 14 Apr 2016 00:55:32 -0700 (PDT) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id 185si9372481pfz.97.2016.04.14.00.55.31 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Apr 2016 00:55:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) client-ip=2001:1868:205::9; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1aqc6k-0000nQ-Gk; Thu, 14 Apr 2016 07:54:34 +0000 Received: from conuserg-10.nifty.com ([210.131.2.77]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aqc6d-0000eq-Uu for linux-arm-kernel@lists.infradead.org; Thu, 14 Apr 2016 07:54:32 +0000 Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-10.nifty.com with ESMTP id u3E7rVMk015660; Thu, 14 Apr 2016 16:53:32 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com u3E7rVMk015660 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1460620413; bh=GZNueVjlVk2bJLE1tOlr2qib9leT6zkzZexEr/NuDXE=; h=From:To:Cc:Subject:Date:From; b=rnt1c3VuGVcY2LWN54a4jZlWCT3R77LMXKH/cLuGhUhR/N5xT7darS5jCI1b5A4s7 Znv+EdeQRV/Gikn2Wj8Tws2vuBhm6yp5My+hWyqGEHMQB2xNmo9CbrJzWDJbgjo1iL BSr8cid0CkT7nL9T6Kr2aLn8un0WCE2h2jEVfLQRVJSxj/Vbh1bf9Q72TWGd8EwW+8 fL9FCWTPpAQFia217gwhjBufVWpqGHAi/VQZ4WKUPJ6/Bmm6msz1Xv68YtbU22m9q/ kCTxb3QuHvFt1bOq6UtvBqAHC6fNSTNW6m4biUfOVRlde2Jkyfzp+a1trQbsDj9rwt YoRHuaI2NUSvw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: arm@kernel.org Subject: [PATCH] ARM: multi_v7_defconfig: enable Denali NAND controller Date: Thu, 14 Apr 2016 16:54:24 +0900 Message-Id: <1460620464-15896-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160414_005428_354640_43106358 X-CRM114-Status: UNSURE ( 9.56 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.2 (-) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-1.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Krzysztof Kozlowski , Russell King , Arnd Bergmann , Geert Uytterhoeven , Javier Martinez Canillas , linux-kernel@vger.kernel.org, Masahiro Yamada , Sjoerd Simons , Kukjin Kim , Alexandre Belloni , Olof Johansson , Timo Sigurdsson , Thierry Reding , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org This NAND controller device is used on UniPhier SoCs (and I know it is also used on SoC FPGA). Signed-off-by: Masahiro Yamada --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 2823490..ef1d642 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -183,6 +183,7 @@ CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_BLOCK=y CONFIG_MTD_M25P80=y CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_DENALI_DT=y CONFIG_MTD_NAND_ATMEL=y CONFIG_MTD_NAND_BRCMNAND=y CONFIG_MTD_NAND_VF610_NFC=y