From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992551AbcB0SRJ (ORCPT ); Sat, 27 Feb 2016 13:17:09 -0500 Received: from mail-lb0-f182.google.com ([209.85.217.182]:34692 "EHLO mail-lb0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756707AbcB0SRG (ORCPT ); Sat, 27 Feb 2016 13:17:06 -0500 Subject: Re: [PATCH 3/4] ARM: bcm2835: Include SDHOST in the device tree. To: Eric Anholt , linux-rpi-kernel@lists.infradead.org References: <1456527942-3045-1-git-send-email-eric@anholt.net> <1456527942-3045-4-git-send-email-eric@anholt.net> Cc: Mark Rutland , devicetree@vger.kernel.org, Ian Campbell , Florian Fainelli , Pawel Moll , Stephen Warren , Lee Jones , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Kumar Gala , Ulf Hansson , linux-arm-kernel@lists.infradead.org From: Sergei Shtylyov Organization: Cogent Embedded Message-ID: <56D1E81C.9040003@cogentembedded.com> Date: Sat, 27 Feb 2016 21:17:00 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1456527942-3045-4-git-send-email-eric@anholt.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 02/27/2016 02:05 AM, Eric Anholt wrote: > It's disabled by default, and will be enabled by a particular board's > DT. The DMA channels are also currently left out, because our DMA > engine support doesn't yet include slave SG, and there doesn't appear > to be a clean way to include "does slave SG" in the channel > request/config process. > > Signed-off-by: Eric Anholt > --- > arch/arm/boot/dts/bcm283x.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi > index 597a78f..7b2721b 100644 > --- a/arch/arm/boot/dts/bcm283x.dtsi > +++ b/arch/arm/boot/dts/bcm283x.dtsi > @@ -366,6 +366,14 @@ > status = "disabled"; > }; > > + sdhost: sdhost@7e202000 { Please just sd@7e202000 to better comply with ePAPR. [...] MBR, Sergei