1 From c31c8018e7cef83c827c913a10ac06b465813b22 Mon Sep 17 00:00:00 2001
2 From: Stefan Wahren <wahrenst@gmx.net>
3 Date: Sat, 21 Sep 2019 15:29:33 +0200
4 Subject: [PATCH] ARM: dts: bcm2708-rpi: Define the downstream MMC
5 interfaces at one place
7 In order to keep downstream definition of the MMC interfaces separate
8 and independent from upstream changes, add them to bcm2708-rpi.dtsi.
10 Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
12 arch/arm/boot/dts/bcm2708-rpi.dtsi | 10 ++++++++++
13 1 file changed, 10 insertions(+)
15 --- a/arch/arm/boot/dts/bcm2708-rpi.dtsi
16 +++ b/arch/arm/boot/dts/bcm2708-rpi.dtsi
18 firmware = <&firmware>;
22 + pinctrl-names = "default";
23 + pinctrl-0 = <&emmc_gpio48>;
27 sdhost_pins: &sdhost_gpio48 {
32 + pinctrl-names = "default";
33 + pinctrl-0 = <&sdhost_gpio48>;
35 brcm,overclock-50 = <0>;