Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934112AbdCVQff convert rfc822-to-8bit (ORCPT ); Wed, 22 Mar 2017 12:35:35 -0400 Received: from gloria.sntech.de ([95.129.55.99]:44772 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759280AbdCVQf2 (ORCPT ); Wed, 22 Mar 2017 12:35:28 -0400 From: Heiko Stuebner To: Alexander Kochetkov Cc: Rob Herring , Mark Rutland , Russell King , LAK , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: rockchip: setup DMA-channels for mmc0 and emmc for rk3188 Date: Wed, 22 Mar 2017 17:35:08 +0100 Message-ID: <1719178.VTn5J36Jb3@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-2-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: References: <1490109227-4006-1-git-send-email-al.kochet@gmail.com> <11123239.Wc863F7R2R@phil> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 624 Lines: 16 Hi, Am Mittwoch, 22. März 2017, 19:20:56 CET schrieb Alexander Kochetkov: > Hello, Heiko! > > > 22 марта 2017 г., в 18:54, Heiko Stuebner написал(а): > I have working settings for eMMC for radxa rock. What do you think, is it > good idea to add them to the kernel DT? As Radxa Rock doesn’t come with > eMMC, but eMMC can be soldered manually. No, the Rock comes with a nand flash, which we hopefully will support at some point in the future. And in the mainline kernel we want to support the stock boards as people can buy them, not something people have soldered around on. Heiko