From patchwork Sun Dec 17 20:37:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Agner X-Patchwork-Id: 10117881 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9930C60392 for ; Sun, 17 Dec 2017 20:39:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8989C2898D for ; Sun, 17 Dec 2017 20:39:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7B65728B2F; Sun, 17 Dec 2017 20:39:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 102542898D for ; Sun, 17 Dec 2017 20:39:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=DaaGkVVjOxwBouJmJ3KNWseFKLcA7j+J+4aS2FUuLiQ=; b=jM/FSprUvObnZDU4/FB3QBvVoH qgFijE7hnW3EJMgw+X+DcPwub8KG+yO3opU36qZ63sIXgDreaTtRzXv0Qxg6wy11FGMHqQh7wjj9A B+USsvFGA3vRokzKUoWfCeLf4G6ZIHFa1D6WyLpoR8/koMHW02dKjM+PKi2fRiAhL/YSQwTWK1Tsb Tve7y9Og582KHQOmRvitNTDqRA0RiU+rh7HSfWpFOCs3u47PmZ4iFsbbTd3Wb4+d6qeBI29ugz/Mg jIDxPMVGNAb0da2EyPB0iONrmPZvvH3YBREZ5BDXIIMfBIgpfCyxshzIdjLXaswhNa3bTRhohHph1 knGJstWQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eQfj3-0006Q0-4Y; Sun, 17 Dec 2017 20:39:57 +0000 Received: from mail.kmu-office.ch ([2a02:418:6a02::a2]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1eQfhN-0004gX-5s for linux-arm-kernel@lists.infradead.org; Sun, 17 Dec 2017 20:38:18 +0000 Received: from trochilidae.toradex.int (unknown [IPv6:2001:1620:c6e::127]) by mail.kmu-office.ch (Postfix) with ESMTPSA id 139145C3A93; Sun, 17 Dec 2017 21:31:21 +0100 (CET) From: Stefan Agner To: shawnguo@kernel.org, kernel@pengutronix.de Subject: [PATCH v2 6/9] ARM: dts: imx7-colibri: specify usdhc1 supplies Date: Sun, 17 Dec 2017 21:37:20 +0100 Message-Id: <20171217203723.15896-6-stefan@agner.ch> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20171217203723.15896-1-stefan@agner.ch> References: <20171217203723.15896-1-stefan@agner.ch> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=agner.ch; s=dkim; t=1513542681; bh=forTc1pIORDee+BouLhwKUf/7QD2bhaNeLnVnyWSSdk=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=fSWsM3KHcDcmR7U0FCoYyfyixP9oDvbALoANtm8jVMlDlj+M/brkHNpyO4hWuJTDRmHEtHTMI0PJEDvGsKR3Ncwd90NtbS72ef7pR2AmBx7YE3bF2UAYxtl0dlyNx+jclzPV87z6wVUZSueY2V82K6I/8k8rca2UN4mOMKnAPAg= X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171217_123813_694646_19331D48 X-CRM114-Status: UNSURE ( 7.66 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Stefan Agner , robh+dt@kernel.org, fabio.estevam@nxp.com, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The usdhc1 controller instance is used to provide the default SD/MMC capabilities of the Colibri standard. The IO pins are supplied to the SoC on the module whereas the SD-card is powered by the Carrier Board supply. Signed-off-by: Stefan Agner Reviewed-by: Fabio Estevam --- arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi | 1 + arch/arm/boot/dts/imx7-colibri.dtsi | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi b/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi index 5ecb3a858c5a..87c23b769a08 100644 --- a/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi +++ b/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi @@ -158,5 +158,6 @@ &usdhc1 { keep-power-in-suspend; wakeup-source; + vmmc-supply = <®_3v3>; status = "okay"; }; diff --git a/arch/arm/boot/dts/imx7-colibri.dtsi b/arch/arm/boot/dts/imx7-colibri.dtsi index 6498c1136ef1..d623ef0f6e3e 100644 --- a/arch/arm/boot/dts/imx7-colibri.dtsi +++ b/arch/arm/boot/dts/imx7-colibri.dtsi @@ -299,6 +299,7 @@ no-1-8-v; cd-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>; disable-wp; + vqmmc-supply = <®_LDO2>; }; &iomuxc {