mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
apalis-imx8: add emmc/mmc card pinctrl's for different speeds
Add pinctrl's for high speed eMMC and MMC cards. Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com> Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
This commit is contained in:
parent
382e89ca40
commit
352c402397
1 changed files with 6 additions and 2 deletions
|
@ -589,8 +589,10 @@
|
||||||
|
|
||||||
/* eMMC */
|
/* eMMC */
|
||||||
&usdhc1 {
|
&usdhc1 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default", "state_100mhz", "state_200mhz";
|
||||||
pinctrl-0 = <&pinctrl_usdhc1>;
|
pinctrl-0 = <&pinctrl_usdhc1>;
|
||||||
|
pinctrl-1 = <&pinctrl_usdhc1>;
|
||||||
|
pinctrl-2 = <&pinctrl_usdhc1>;
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
non-removable;
|
non-removable;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
@ -598,8 +600,10 @@
|
||||||
|
|
||||||
/* Apalis MMC1 */
|
/* Apalis MMC1 */
|
||||||
&usdhc2 {
|
&usdhc2 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default", "state_100mhz", "state_200mhz";
|
||||||
pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_mmc1_cd>;
|
pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_mmc1_cd>;
|
||||||
|
pinctrl-1 = <&pinctrl_usdhc2>, <&pinctrl_mmc1_cd>;
|
||||||
|
pinctrl-2 = <&pinctrl_usdhc2>, <&pinctrl_mmc1_cd>;
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
cd-gpios = <&gpio2 9 GPIO_ACTIVE_LOW>; /* Apalis MMC1_CD# */
|
cd-gpios = <&gpio2 9 GPIO_ACTIVE_LOW>; /* Apalis MMC1_CD# */
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
Loading…
Reference in a new issue