Skip to content

Commit

Permalink
ARM: dts: bcm2708-rpi: Define the downstream MMC interfaces at one place
Browse files Browse the repository at this point in the history
In order to keep downstream definition of the MMC interfaces separate
and independent from upstream changes, add them to bcm2708-rpi.dtsi.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
  • Loading branch information
lategoodbye authored and Phil Elwell committed Oct 2, 2019
1 parent bfa0672 commit 5cf2c59
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/bcm2708-rpi.dtsi
Expand Up @@ -125,13 +125,23 @@
firmware = <&firmware>;
};

&sdhci {
pinctrl-names = "default";
pinctrl-0 = <&emmc_gpio48>;
bus-width = <4>;
};

sdhost_pins: &sdhost_gpio48 {
/* Add alias */
};

&sdhost {
pinctrl-names = "default";
pinctrl-0 = <&sdhost_gpio48>;
bus-width = <4>;
brcm,overclock-50 = <0>;
brcm,pio-limit = <1>;
status = "okay";
};

&cpu_thermal {
Expand Down

0 comments on commit 5cf2c59

Please sign in to comment.