mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 03:11:46 +00:00
ARM: dts: imx6: RDU2: detail USDHC description
None of the slots support 1.8V signaling or SDIO. There is no point in probing for a SD card on the eMMC controller. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
d7ab663a95
commit
69cd58fa04
@ -602,6 +602,8 @@
|
|||||||
wp-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
|
wp-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
|
||||||
vmmc-supply = <®_3p3v_sd>;
|
vmmc-supply = <®_3p3v_sd>;
|
||||||
vqmmc-supply = <®_3p3v>;
|
vqmmc-supply = <®_3p3v>;
|
||||||
|
no-1-8-v;
|
||||||
|
no-sdio;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -613,6 +615,8 @@
|
|||||||
wp-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
|
wp-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
|
||||||
vmmc-supply = <®_3p3v_sd>;
|
vmmc-supply = <®_3p3v_sd>;
|
||||||
vqmmc-supply = <®_3p3v>;
|
vqmmc-supply = <®_3p3v>;
|
||||||
|
no-1-8-v;
|
||||||
|
no-sdio;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -622,7 +626,10 @@
|
|||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
vmmc-supply = <®_3p3v>;
|
vmmc-supply = <®_3p3v>;
|
||||||
vqmmc-supply = <®_3p3v>;
|
vqmmc-supply = <®_3p3v>;
|
||||||
|
no-1-8-v;
|
||||||
non-removable;
|
non-removable;
|
||||||
|
no-sdio;
|
||||||
|
no-sd;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user