We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b82c80 commit 31687b0Copy full SHA for 31687b0
arch/arm/boot/dts/bcm2708-rpi-cm.dtsi
@@ -1,9 +1,9 @@
1
/include/ "bcm2708.dtsi"
2
3
&gpio {
4
- sdhost_pins: sdhost_pins {
+ mmc_pins: mmc_pins {
5
brcm,pins = <48 49 50 51 52 53>;
6
- brcm,function = <4>; /* alt0 */
+ brcm,function = <7>; /* alt3 */
7
};
8
9
@@ -15,12 +15,14 @@
15
16
17
18
-&sdhost {
+
19
+&mmc {
20
pinctrl-names = "default";
- pinctrl-0 = <&sdhost_pins>;
21
- bus-width = <4>;
+ pinctrl-0 = <&mmc_pins>;
22
non-removable;
23
+ bus-width = <4>;
24
status = "okay";
25
+ brcm,overclock-50 = <0>;
26
27
28
&fb {
@@ -39,8 +41,5 @@
39
41
watchdog = <&watchdog>,"status";
40
42
random = <&random>,"status";
43
sd_overclock = <&sdhost>,"brcm,overclock-50:0";
- sd_force_pio = <&sdhost>,"brcm,force-pio?";
- sd_pio_limit = <&sdhost>,"brcm,pio-limit:0";
44
- sd_debug = <&sdhost>,"brcm,debug";
45
46
0 commit comments