From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hMeC4-0003px-G1 for barebox@lists.infradead.org; Fri, 03 May 2019 19:50:07 +0000 Received: from antimon.fritz.box (a89-183-84-146.net-htp.de [89.183.84.146]) by lynxeye.de (Postfix) with ESMTPA id EB6AAE74222 for ; Fri, 3 May 2019 21:49:26 +0200 (CEST) From: Lucas Stach Date: Fri, 3 May 2019 21:49:21 +0200 Message-Id: <20190503194921.19364-4-l.stach@pengutronix.de> In-Reply-To: <20190503194921.19364-1-l.stach@pengutronix.de> References: <20190503194921.19364-1-l.stach@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v2 4/4] ARM: rpi3: remove swapped sdhci and sdhost To: barebox@lists.infradead.org Now that we have a sdhost driver there is no need to swap those peripherals. As the sdhci peripheral is only used for SDIO, which isn't supported in Barebox disable it. Signed-off-by: Lucas Stach --- arch/arm/dts/bcm2837-rpi-3.dts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm/dts/bcm2837-rpi-3.dts b/arch/arm/dts/bcm2837-rpi-3.dts index 51883613ce..420525b9e8 100644 --- a/arch/arm/dts/bcm2837-rpi-3.dts +++ b/arch/arm/dts/bcm2837-rpi-3.dts @@ -11,10 +11,5 @@ }; &sdhci { - pinctrl-0 = <&emmc_gpio48>; - /delete-node/ wifi@1; -}; - -&sdhost { status = "disabled"; }; -- 2.20.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox