ARM: nomadik: move MMC/SD card detect GPIO to board DTS
This pushes the setting of the card detect GPIO pin down into the top-level file for the board, since it is not a property of the ASIC (which this DTSI is about) but a property of the board design. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
f114040e3e
commit
6bd5e87017
2 changed files with 7 additions and 1 deletions
|
@ -65,6 +65,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* Configure card detect for the uSD slot */
|
||||||
|
amba {
|
||||||
|
mmcsd: sdi@101f6000 {
|
||||||
|
cd-gpios = <&gpio3 15 GPIO_ACTIVE_LOW>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
/* Custom board node with GPIO pins to active etc */
|
/* Custom board node with GPIO pins to active etc */
|
||||||
usb-s8815 {
|
usb-s8815 {
|
||||||
/* This will bias the MMC/SD card detect line */
|
/* This will bias the MMC/SD card detect line */
|
||||||
|
|
|
@ -844,7 +844,6 @@
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
cap-mmc-highspeed;
|
cap-mmc-highspeed;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
cd-gpios = <&gpio3 15 GPIO_ACTIVE_LOW>;
|
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&mmcsd_default_mux>, <&mmcsd_default_mode>;
|
pinctrl-0 = <&mmcsd_default_mux>, <&mmcsd_default_mode>;
|
||||||
vmmc-supply = <&vmmc_regulator>;
|
vmmc-supply = <&vmmc_regulator>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue