mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-04 04:44:37 +08:00
4fd243c6c0
This moves over the MMC/SD card support to the device tree probe path. The special GPIO to bias the card detect line is kept, but the pin property is moved to the device tree as part of the MMC/SD card node. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
28 lines
541 B
Plaintext
28 lines
541 B
Plaintext
ST-Ericsson Nomadik Device Tree Bindings
|
|
|
|
For various board the "board" node may contain specific properties
|
|
that pertain to this particular board, such as board-specific GPIOs.
|
|
|
|
Boards with the Nomadik SoC include:
|
|
|
|
S8815 "MiniKit" manufactured by Calao Systems:
|
|
|
|
Required root node property:
|
|
|
|
compatible="calaosystems,usb-s8815";
|
|
|
|
Required node: usb-s8815
|
|
|
|
Example:
|
|
|
|
usb-s8815 {
|
|
ethernet-gpio {
|
|
gpios = <&gpio3 19 0x1>;
|
|
interrupts = <19 0x1>;
|
|
interrupt-parent = <&gpio3>;
|
|
};
|
|
mmcsd-gpio {
|
|
gpios = <&gpio3 16 0x1>;
|
|
};
|
|
};
|