Skip to content

Commit c6c6f22

Browse files
author
Phil Elwell
committed
BCM270X_DT: Switch Compute Module to MMC
Signed-off-by: Phil Elwell <[email protected]>
1 parent 7b82c80 commit c6c6f22

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

arch/arm/boot/dts/bcm2708-rpi-cm.dtsi

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/include/ "bcm2708.dtsi"
22

33
&gpio {
4-
sdhost_pins: sdhost_pins {
4+
mmc_pins: mmc_pins {
55
brcm,pins = <48 49 50 51 52 53>;
6-
brcm,function = <4>; /* alt0 */
6+
brcm,function = <7>; /* alt3 */
77
};
88
};
99

@@ -15,12 +15,14 @@
1515
};
1616
};
1717

18-
&sdhost {
18+
19+
&mmc {
1920
pinctrl-names = "default";
20-
pinctrl-0 = <&sdhost_pins>;
21-
bus-width = <4>;
21+
pinctrl-0 = <&mmc_pins>;
2222
non-removable;
23+
bus-width = <4>;
2324
status = "okay";
25+
brcm,overclock-50 = <0>;
2426
};
2527

2628
&fb {
@@ -38,9 +40,6 @@
3840
audio = <&audio>,"status";
3941
watchdog = <&watchdog>,"status";
4042
random = <&random>,"status";
41-
sd_overclock = <&sdhost>,"brcm,overclock-50:0";
42-
sd_force_pio = <&sdhost>,"brcm,force-pio?";
43-
sd_pio_limit = <&sdhost>,"brcm,pio-limit:0";
44-
sd_debug = <&sdhost>,"brcm,debug";
43+
sd_overclock = <&mmc>,"brcm,overclock-50:0";
4544
};
4645
};

0 commit comments

Comments
 (0)