brcm2708: update linux 4.4 patches to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0498-BCM270X_DT-Use-bcm2835-sdhost-on-Compute-Module.patch
1 From 6288d4a7b700cbb8c1c72210c9b2017cf8bc7dd2 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Fri, 2 Sep 2016 14:35:37 +0100
4 Subject: [PATCH] BCM270X_DT: Use bcm2835-sdhost on Compute Module
5
6 With the preceding commit:
7
8 bcm2835-sdhost: Don't exit cmd wait loop on error
9
10 it is safe to use the bcm2835-sdhost driver on the Compute Module.
11
12 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
13 ---
14 arch/arm/boot/dts/bcm2708-rpi-cm.dtsi | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 --- a/arch/arm/boot/dts/bcm2708-rpi-cm.dtsi
18 +++ b/arch/arm/boot/dts/bcm2708-rpi-cm.dtsi
19 @@ -23,9 +23,9 @@
20 };
21
22
23 -&mmc {
24 +&sdhost {
25 pinctrl-names = "default";
26 - pinctrl-0 = <&mmc_pins>;
27 + pinctrl-0 = <&sdhost_pins>;
28 non-removable;
29 bus-width = <4>;
30 status = "okay";