All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: bcm2835-rpi-zero-w: Fix bus-width of sdhci
@ 2019-09-23 18:21 Stefan Wahren
  2019-09-23 18:57 ` Florian Fainelli
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Wahren @ 2019-09-23 18:21 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli, Ray Jui, Scott Branden
  Cc: bcm-kernel-feedback-list, Stefan Wahren, linux-arm-kernel

The commit e7774049ff25 ("ARM: dts: bcm283x: Define MMC interfaces at
board level") accidently dropped the bus width for the sdhci on the
RPi Zero W, because the board file was relying on the defaults
from bcm2835-rpi.dtsi. So fix this performance regression by adding
the bus width to the board file.

Fixes: e7774049ff25 ("ARM: dts: bcm283x: Define MMC interfaces at board level")
Reported-by: Phil Elwell <phil@raspberrypi.org>
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
---
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts b/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
index 09a088f..b75af21 100644
--- a/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
+++ b/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
@@ -113,6 +113,7 @@
 	#address-cells = <1>;
 	#size-cells = <0>;
 	pinctrl-0 = <&emmc_gpio34 &gpclk2_gpio43>;
+	bus-width = <4>;
 	mmc-pwrseq = <&wifi_pwrseq>;
 	non-removable;
 	status = "okay";
--
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: bcm2835-rpi-zero-w: Fix bus-width of sdhci
  2019-09-23 18:21 [PATCH] ARM: dts: bcm2835-rpi-zero-w: Fix bus-width of sdhci Stefan Wahren
@ 2019-09-23 18:57 ` Florian Fainelli
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Fainelli @ 2019-09-23 18:57 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, Stefan Wahren, Eric Anholt, Ray Jui,
	Scott Branden
  Cc: linux-arm-kernel

On Mon, 23 Sep 2019 20:21:22 +0200, Stefan Wahren <wahrenst@gmx.net> wrote:
> The commit e7774049ff25 ("ARM: dts: bcm283x: Define MMC interfaces at
> board level") accidently dropped the bus width for the sdhci on the
> RPi Zero W, because the board file was relying on the defaults
> from bcm2835-rpi.dtsi. So fix this performance regression by adding
> the bus width to the board file.
> 
> Fixes: e7774049ff25 ("ARM: dts: bcm283x: Define MMC interfaces at board level")
> Reported-by: Phil Elwell <phil@raspberrypi.org>
> Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
> ---

Applied to devicetree/fixes, thanks!
--
Florian

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-23 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-23 18:21 [PATCH] ARM: dts: bcm2835-rpi-zero-w: Fix bus-width of sdhci Stefan Wahren
2019-09-23 18:57 ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.