kernel: bump 4.19 to 4.19.115
[oweals/openwrt.git] / target / linux / bcm27xx / 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 @@ -120,6 +120,7 @@
22         #size-cells = <0>;
23         pinctrl-names = "default";
24         pinctrl-0 = <&emmc_gpio34 &gpclk2_gpio43>;
25 +       bus-width = <4>;
26         mmc-pwrseq = <&wifi_pwrseq>;
27         non-removable;
28         status = "okay";