Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1573059

[PATCH v2 7/8] ARM: dts: bcm283x: switch from &sdhci to &sdhost

From Gerd Hoffmann <kraxel@redhat.com>
Newsgroups linux.kernel
Subject [PATCH v2 7/8] ARM: dts: bcm283x: switch from &sdhci to &sdhost
Date 2017-02-03 13:20 +0100
Message-ID <t6L0m-1tH-29@gated-at.bofh.it> (permalink)
References <t6L0l-1tH-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


sdcard access with the sdhost controller is faster.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi
index 7d89af2..e6beecb 100644
--- a/arch/arm/boot/dts/bcm2835-rpi.dtsi
+++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi
@@ -65,13 +65,13 @@
 &sdhci {
 	pinctrl-names = "default";
 	pinctrl-0 = <&emmc_gpio48>;
-	status = "okay";
 	bus-width = <4>;
 };
 
 &sdhost {
 	pinctrl-names = "default";
 	pinctrl-0 = <&sdhost_gpio48>;
+	status = "okay";
 	bus-width = <4>;
 };
 
-- 
1.8.3.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/8] mmc: bcm2835: Add new driver for the sdhost controller Gerd Hoffmann <kraxel@redhat.com> - 2017-02-03 13:20 +0100
  [PATCH v2 7/8] ARM: dts: bcm283x: switch from &sdhci to &sdhost Gerd Hoffmann <kraxel@redhat.com> - 2017-02-03 13:20 +0100
  Re: [PATCH v2 2/8] mmc: bcm2835: Add new driver for the sdhost  controller. Stefan Wahren <stefan.wahren@i2se.com> - 2017-02-06 21:40 +0100
    Re: [PATCH v2 2/8] mmc: bcm2835: Add new driver for the sdhost  controller. Gerd Hoffmann <kraxel@redhat.com> - 2017-02-07 09:10 +0100
      Re: [PATCH v2 2/8] mmc: bcm2835: Add new driver for the sdhost  controller. Stefan Wahren <stefan.wahren@i2se.com> - 2017-02-07 09:30 +0100
      Re: [PATCH v2 2/8] mmc: bcm2835: Add new driver for the sdhost  controller. Stefan Wahren <stefan.wahren@i2se.com> - 2017-02-08 19:10 +0100

csiph-web