From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932498AbcHIRQc (ORCPT ); Tue, 9 Aug 2016 13:16:32 -0400 Received: from mail-wm0-f49.google.com ([74.125.82.49]:36515 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932308AbcHIRPW (ORCPT ); Tue, 9 Aug 2016 13:15:22 -0400 From: Karl Beldan To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org, Rob Herring , Mark Rutland , Russell King , Santosh Shilimkar , Sekhar Nori , Kevin Hilman , Karl Beldan , Karl Beldan Subject: [PATCH 0/4] Add DT support for NAND to LCDK Date: Tue, 9 Aug 2016 17:15:14 +0000 Message-Id: <20160809171518.22690-1-kbeldan@baylibre.com> X-Mailer: git-send-email 2.9.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This does not use the same way the current da8xx boards do, instead it is using the more generic and DT friendly memory driver ti-aemif. I can do the same for the da850-evm and retire the dts nandcs3 instances. Karl Beldan (4): memory: ti-aemif: Get a named clock rather than an unnamed one ARM: dts: da850: Add an aemif node ARM: dts: da850-lcdk: Add NAND to DT ARM: davinci_all_defconfig: Enable AEMIF as a module arch/arm/boot/dts/da850-lcdk.dts | 108 +++++++++++++++++++++++++++++++++ arch/arm/boot/dts/da850.dtsi | 10 +++ arch/arm/configs/davinci_all_defconfig | 2 + drivers/memory/ti-aemif.c | 2 +- 4 files changed, 121 insertions(+), 1 deletion(-) -- 2.9.2