brcm2708: add kernel 4.14 support
[openwrt/staging/chunkeey.git] / target / linux / brcm2708 / patches-4.14 / 950-0221-BCM270X_DT-Add-brcm-bcm2835-sdhci-as-a-fallback.patch
1 From 60dc1c57f4e5904c7ac96408ac9e836034814a8c Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Mon, 19 Feb 2018 17:04:42 +0000
4 Subject: [PATCH 221/454] BCM270X_DT: Add brcm,bcm2835-sdhci as a fallback
5
6 Although downstream uses a different MMC/SDHCI driver there is
7 no reason why can't support the upstream as a fallback.
8
9 See: https://github.com/raspberrypi/firmware/issues/943
10
11 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
12 ---
13 arch/arm/boot/dts/bcm270x.dtsi | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 --- a/arch/arm/boot/dts/bcm270x.dtsi
17 +++ b/arch/arm/boot/dts/bcm270x.dtsi
18 @@ -61,7 +61,7 @@
19 /delete-node/ sdhci@7e300000;
20
21 mmc: mmc@7e300000 {
22 - compatible = "brcm,bcm2835-mmc";
23 + compatible = "brcm,bcm2835-mmc", "brcm,bcm2835-sdhci";
24 reg = <0x7e300000 0x100>;
25 interrupts = <2 30>;
26 clocks = <&clocks BCM2835_CLOCK_EMMC>;