Skip to content

Commit 31687b0

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

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 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 {
@@ -39,8 +41,5 @@
3941
watchdog = <&watchdog>,"status";
4042
random = <&random>,"status";
4143
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";
4544
};
4645
};

0 commit comments

Comments
 (0)