From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753590AbcEMVuG (ORCPT ); Fri, 13 May 2016 17:50:06 -0400 Received: from gloria.sntech.de ([95.129.55.99]:39874 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751208AbcEMVuE (ORCPT ); Fri, 13 May 2016 17:50:04 -0400 From: Heiko Stuebner To: Brian Norris Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, Doug Anderson , Shawn Lin , Brian Norris Subject: Re: [PATCH v2 2/2] ARM64: dts: rockchip: enable eMMC for rk3399 EVB Date: Fri, 13 May 2016 23:49:52 +0200 Message-ID: <1537214.5jQgtQP16t@phil> User-Agent: KMail/4.14.10 (Linux/4.3.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1463092552-60696-2-git-send-email-briannorris@chromium.org> References: <1463092552-60696-1-git-send-email-briannorris@chromium.org> <1463092552-60696-2-git-send-email-briannorris@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 12. Mai 2016, 15:35:52 schrieb Brian Norris: > Rockchip's rk3399 evaluation board has eMMC. Let's enable the > newly-added node. > > Signed-off-by: Brian Norris > --- > v2: > > * better commit description > > arch/arm64/boot/dts/rockchip/rk3399-evb.dts | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3399-evb.dts > b/arch/arm64/boot/dts/rockchip/rk3399-evb.dts index > 1a3eb1482050..0b27d91084c4 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3399-evb.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3399-evb.dts > @@ -89,6 +89,18 @@ > status = "okay"; > }; > > +&emmc_phy { > + status = "okay"; > +}; another thing I should've seen yesterday, emmc_phy should not be below the &pwm nodes (aka alphabetically please) Heiko > +&sdhci { > + bus-width = <8>; > + mmc-hs400-1_8v; > + mmc-hs400-enhanced-strobe; > + non-removable; > + status = "okay"; > +}; > + > &uart2 { > status = "okay"; > };