File tree Expand file tree Collapse file tree 4 files changed +13
-11
lines changed
arch/arm/boot/dts/overlays Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 21
21
mmc_pins: mmc_pins {
22
22
brcm,pins = <48 49 50 51 52 53>;
23
23
brcm,function = <7>; /* alt3 */
24
+ brcm.pull = <0 2 2 2 2 2>;
24
25
};
25
26
};
26
27
};
Original file line number Diff line number Diff line change 11
11
frag0: __overlay__ {
12
12
brcm,overclock-50 = <0>;
13
13
brcm,pio-limit = <1>;
14
- brcm,debug-flags = <0>;
15
14
status = "okay";
16
15
};
17
16
};
Original file line number Diff line number Diff line change 1
- /* Enable 1-bit SDIO from MMC interface via GPIOs 22-25. Includes sdhost overlay. */
1
+ /dts-v1/;
2
+ /plugin/;
2
3
3
- /include/ "sdhost- overlay.dts"
4
+ /* Enable 1-bit SDIO from MMC interface via GPIOs 22-25. Includes sdhost overlay. */
4
5
5
6
/{
6
7
compatible = "brcm,bcm2708";
7
8
8
- fragment@3 {
9
+ fragment@0 {
9
10
target = <&mmc>;
10
11
sdio_mmc: __overlay__ {
11
12
compatible = "brcm,bcm2835-mmc";
18
19
};
19
20
};
20
21
21
- fragment@4 {
22
+ fragment@1 {
22
23
target = <&gpio>;
23
24
__overlay__ {
24
25
sdio_pins: sdio_pins {
25
26
brcm,pins = <22 23 24 25>;
26
- brcm,function = <7 7 7 7 >; /* ALT3 = SD1 */
27
+ brcm,function = <7>; /* ALT3 = SD1 */
27
28
brcm,pull = <0 2 2 2>;
28
29
};
29
30
};
Original file line number Diff line number Diff line change 1
- /* Enable SDIO from MMC interface via GPIOs 22-27. Includes sdhost overlay. */
1
+ /dts-v1/;
2
+ /plugin/;
2
3
3
- /include/ "sdhost- overlay.dts"
4
+ /* Enable SDIO from MMC interface via GPIOs 22-27. Includes sdhost overlay. */
4
5
5
6
/{
6
7
compatible = "brcm,bcm2708";
7
8
8
- fragment@3 {
9
+ fragment@0 {
9
10
target = <&mmc>;
10
11
sdio_mmc: __overlay__ {
11
12
pinctrl-names = "default";
17
18
};
18
19
};
19
20
20
- fragment@4 {
21
+ fragment@1 {
21
22
target = <&gpio>;
22
23
__overlay__ {
23
24
sdio_pins: sdio_pins {
24
25
brcm,pins = <22 23 24 25 26 27>;
25
- brcm,function = <7 7 7 7 7 7 >; /* ALT3 = SD1 */
26
+ brcm,function = <7>; /* ALT3 = SD1 */
26
27
brcm,pull = <0 2 2 2 2 2>;
27
28
};
28
29
};
You can’t perform that action at this time.
0 commit comments