Skip to content

Commit

Permalink
squash: Fix up the mmc overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Elwell authored and popcornmix committed May 18, 2015
1 parent 8337dfc commit 1466140
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/Makefile
Expand Up @@ -28,6 +28,7 @@ dtb-$(RPI_DT_OVERLAYS) += iqaudio-dacplus-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += rpi-dac-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += rpi-proto-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += lirc-rpi-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += mmc-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += mz61581-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += pcf2127-rtc-overlay.dtb
dtb-$(RPI_DT_OVERLAYS) += pcf8523-rtc-overlay.dtb
Expand Down
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/mmc-overlay.dts
Expand Up @@ -4,6 +4,14 @@
/{
compatible = "brcm,bcm2708";

fragment@0 {
target = <&mmc>;

__overlay__ {
brcm,overclock-50 = <0>;
};
};

__overrides__ {
overclock_50 = <&mmc>,"brcm,overclock-50:0";
force_pio = <&mmc>,"brcm,force-pio?";
Expand Down

0 comments on commit 1466140

Please sign in to comment.