06dd01329f87859a3e68546b74ee8caa640945b5
[openwrt/staging/chunkeey.git] / target / linux / brcm2708 / patches-4.19 / 950-0711-ARM-dts-bcm2835-rpi-zero-w-Fix-bus-width-of-sdhci.patch
1 From c60d699be1eb26a14157cfa5b1ac0cf8afce0dcb Mon Sep 17 00:00:00 2001
2 From: Stefan Wahren <wahrenst@gmx.net>
3 Date: Mon, 23 Sep 2019 19:41:33 +0200
4 Subject: [PATCH] ARM: dts: bcm2835-rpi-zero-w: Fix bus-width of sdhci
5
6 The commit e7774049ff25 ("ARM: dts: bcm283x: Define MMC interfaces at
7 board level") accidently dropped the bus width for the sdhci on the
8 RPi Zero W, because the board file was relying on the defaults
9 from bcm2835-rpi.dtsi. So fix this performance regression by adding
10 the bus width to the board file.
11
12 Fixes: e7774049ff25 ("ARM: dts: bcm283x: Define MMC interfaces at board level")
13 Reported-by: Phil Elwell <phil@raspberrypi.org>
14 Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
15 ---
16 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 1 +
17 1 file changed, 1 insertion(+)
18
19 --- a/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
20 +++ b/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
21 @@ -119,6 +119,7 @@
22 #address-cells = <1>;
23 #size-cells = <0>;
24 pinctrl-0 = <&emmc_gpio34 &gpclk2_gpio43>;
25 + bus-width = <4>;
26 mmc-pwrseq = <&wifi_pwrseq>;
27 non-removable;
28 status = "okay";