Skip to content

Commit

Permalink
BCM270X_DT: Use bcm2835-sdhost on Compute Module
Browse files Browse the repository at this point in the history
With the preceding commit:

  bcm2835-sdhost: Don't exit cmd wait loop on error

it is safe to use the bcm2835-sdhost driver on the Compute Module.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  • Loading branch information
Phil Elwell authored and popcornmix committed Sep 5, 2016
1 parent bf8a6ca commit d455b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm2708-rpi-cm.dtsi
Expand Up @@ -23,9 +23,9 @@
};


&mmc {
&sdhost {
pinctrl-names = "default";
pinctrl-0 = <&mmc_pins>;
pinctrl-0 = <&sdhost_pins>;
non-removable;
bus-width = <4>;
status = "okay";
Expand Down

0 comments on commit d455b09

Please sign in to comment.