Skip to content

Commit

Permalink
BCM270X_DT: Add brcm,bcm2835-sdhci as a fallback
Browse files Browse the repository at this point in the history
Although downstream uses a different MMC/SDHCI driver there is
no reason why can't support the upstream as a fallback.

See: raspberrypi/firmware#943

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  • Loading branch information
Phil Elwell committed Feb 20, 2018
1 parent 2740ae3 commit 3ecc0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm270x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
/delete-node/ sdhci@7e300000;

mmc: mmc@7e300000 {
compatible = "brcm,bcm2835-mmc";
compatible = "brcm,bcm2835-mmc", "brcm,bcm2835-sdhci";
reg = <0x7e300000 0x100>;
interrupts = <2 30>;
clocks = <&clocks BCM2835_CLOCK_EMMC>;
Expand Down

0 comments on commit 3ecc0b0

Please sign in to comment.