From patchwork Tue Jun 19 07:11:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 931445 X-Patchwork-Delegate: yamada.m@jp.panasonic.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="fslB4uz+"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 418zjv36kQz9s37 for ; Tue, 19 Jun 2018 17:14:43 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 0A650C21F3C; Tue, 19 Jun 2018 07:13:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 19FA6C21F9F; Tue, 19 Jun 2018 07:12:59 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 07884C21F58; Tue, 19 Jun 2018 07:12:20 +0000 (UTC) Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by lists.denx.de (Postfix) with ESMTPS id 328FBC21FC6 for ; Tue, 19 Jun 2018 07:12:13 +0000 (UTC) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-09.nifty.com with ESMTP id w5J7BnbH015508; Tue, 19 Jun 2018 16:11:52 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com w5J7BnbH015508 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1529392312; bh=QwEbG7kXh+1tON6S9vuh0N7YVeL5hr57OWq4+F0YnRs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fslB4uz+GVtJTWGATMfnv5DOBXM7vahx47mDeoatNAN0tuaSD/uX9tHuZYEysC9km RXAzzVBCuGGkmVTEsSFHLbr7Dz4NClmkIWzozjQXczEyLeHa5+UQs8kADeGbIT62XR u5JDJnV+diSNBC+AHPIKRx1Ed7+Oq53H7YltH+kBbS1DFNeOgS5atKea0GZcQl+Zr6 uHIthZFC/6ZtdwHiPuOkL48fLQMbg3XYFMULszRVjA5V2r7uYUjNM1wPkv/cJrWapO he0RcOuDk0qdjufggSjdfLQ3p0T7FK3dvZp3uk2ku8PcI79kapkc1BzgzHbjdP9aYf JhD9N1AyY1qpw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 19 Jun 2018 16:11:47 +0900 Message-Id: <1529392307-26656-7-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1529392307-26656-1-git-send-email-yamada.masahiro@socionext.com> References: <1529392307-26656-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tom Rini Subject: [U-Boot] [PATCH 6/6] ARM: dts: uniphier: enable SD card for PXs3 reference board X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Masahiro Yamada --- arch/arm/dts/uniphier-pxs3-ref.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/uniphier-pxs3-ref.dts b/arch/arm/dts/uniphier-pxs3-ref.dts index 3b9931a..4fb12b8 100644 --- a/arch/arm/dts/uniphier-pxs3-ref.dts +++ b/arch/arm/dts/uniphier-pxs3-ref.dts @@ -75,6 +75,10 @@ status = "okay"; }; +&sd { + status = "okay"; +}; + ð0 { status = "okay"; phy-handle = <ðphy0>;