Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: bcm2835-rpi-zero-w: Fix bus-width of sdhci

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>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Stefan Wahren and committed by
Florian Fainelli
9786340a 54ecb8f7

+1
+1
arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
··· 113 113 #address-cells = <1>; 114 114 #size-cells = <0>; 115 115 pinctrl-0 = <&emmc_gpio34 &gpclk2_gpio43>; 116 + bus-width = <4>; 116 117 mmc-pwrseq = <&wifi_pwrseq>; 117 118 non-removable; 118 119 status = "okay";