Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934908AbdCVQ3M (ORCPT ); Wed, 22 Mar 2017 12:29:12 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33231 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934214AbdCVQ3E (ORCPT ); Wed, 22 Mar 2017 12:29:04 -0400 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [PATCH] ARM: dts: rockchip: setup DMA-channels for mmc0 and emmc for rk3188 From: Alexander Kochetkov In-Reply-To: <11123239.Wc863F7R2R@phil> Date: Wed, 22 Mar 2017 19:20:56 +0300 Cc: Rob Herring , Mark Rutland , Russell King , LAK , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Message-Id: References: <1490109227-4006-1-git-send-email-al.kochet@gmail.com> <11123239.Wc863F7R2R@phil> To: Heiko Stuebner X-Mailer: Apple Mail (2.3124) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v2MGTEiM022055 Content-Length: 1043 Lines: 28 Hello, Heiko! > 22 марта 2017 г., в 18:54, Heiko Stuebner написал(а): > > I've applied a slightly different variant in [0] with your commit message and > moved the dma properties to the mmc/emmc nodes in rk3xxx.dtsi - as the dma > channels are the same on both rk3188 and rk3066. Thank you! I had changes in the rk3xxx.dtsi initially, but them moved them into rk3188. Don’t know why I did that. May be because I don’t have rk3066 based board to test on. > While at it, I've also added the sdio dma as there is no need to leave it out. I’ve tested mmc0 and emm and they work great. I haven’t tested sdio. > > Also when changing the devicetree, please do not append stuff at the bottom > but instead sort new nodes (the &mmc &emmc in this case) and properties > alphabetically. Ok. Thank you. 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. Alexander.