From patchwork Fri May 13 21:47:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Norris X-Patchwork-Id: 9093791 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6661A9F372 for ; Fri, 13 May 2016 21:48:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 963C520256 for ; Fri, 13 May 2016 21:48:18 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CA24520218 for ; Fri, 13 May 2016 21:48:17 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1b1KwT-0006Ri-H1; Fri, 13 May 2016 21:48:17 +0000 Received: from mail-pf0-x234.google.com ([2607:f8b0:400e:c00::234]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b1KwC-0006Ke-Ea for linux-rockchip@lists.infradead.org; Fri, 13 May 2016 21:48:01 +0000 Received: by mail-pf0-x234.google.com with SMTP id 77so46117914pfv.2 for ; Fri, 13 May 2016 14:47:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=VeYo7vQT2ObVacV/RuKYK7YBEZgm+HoILZLFGock/UM=; b=kDYvFQO2e7gUkIdejLtbpxlbYIK5GkSvGA3yjmkvZEn9/VOpZtp/VqkFUYWU7FYHCx 3Anmyo9QcGTJN+fXbFtO0Ry3CqFRvdAHAjyPziyj66zxbwdmSCwoDFveqC1T5A5ZLwJp 2F7CXcT/8iFTBzZS3wStC1UxBSFcWbRt3jSG0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=VeYo7vQT2ObVacV/RuKYK7YBEZgm+HoILZLFGock/UM=; b=mCVMhY0i3QcNJaXOHjWj+R2C7j4pvhMkgcyn6mLNQWvIyKLo+4Fy8IpFAGBdkrp05G tyzTXlG7PfpgyRJZ/Gtb9NuMubbgGpEkWv6v8GUACJSsZpGJfWjV1vLaychVSn4HeMHW myeteO0Yc4XHgMF4+9QXzCI3Qv94kavKZIxeKcO50KJAfl6hdjXXjQvXy38gzfll8VFT JutlAFHIx62+ZKHNj0x3OqK0Z8+yVJ73togTXIAHluDVu6wCgYIaDq19KuqCAzo+rU7+ +vtvBVZrCKdUVVod6JwxsFGBTcwsuo7juS+igM57mGjG+0bjGHYX4Vfa39MuuTh3avvl 6ExQ== X-Gm-Message-State: AOPr4FV5IFnxORFE1X2IpP8TDVhVULtX6f+W09hUizPLrJGOtOEb6UI2bqS6liuhpFC/vYqB X-Received: by 10.98.21.131 with SMTP id 125mr26538677pfv.92.1463176059706; Fri, 13 May 2016 14:47:39 -0700 (PDT) Received: from ban.mtv.corp.google.com ([172.22.64.120]) by smtp.gmail.com with ESMTPSA id ba9sm29670253pab.24.2016.05.13.14.47.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 13 May 2016 14:47:39 -0700 (PDT) From: Brian Norris To: Heiko Stuebner Subject: [PATCH v3 2/2] ARM64: dts: rockchip: enable eMMC for rk3399 EVB Date: Fri, 13 May 2016 14:47:25 -0700 Message-Id: <1463176045-109748-2-git-send-email-briannorris@chromium.org> X-Mailer: git-send-email 2.8.0.rc3.226.g39d4020 In-Reply-To: <1463176045-109748-1-git-send-email-briannorris@chromium.org> References: <1463176045-109748-1-git-send-email-briannorris@chromium.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160513_144800_537754_5DB067B5 X-CRM114-Status: UNSURE ( 8.69 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Shawn Lin , Brian Norris , linux-kernel@vger.kernel.org, Doug Anderson , linux-rockchip@lists.infradead.org, Brian Norris , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Rockchip's rk3399 evaluation board has eMMC. Let's enable the newly-added node. Signed-off-by: Brian Norris --- v3: * no change 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"; +}; + +&sdhci { + bus-width = <8>; + mmc-hs400-1_8v; + mmc-hs400-enhanced-strobe; + non-removable; + status = "okay"; +}; + &uart2 { status = "okay"; };