[Armadeus-commitlog] armadeus/u-boot branch, armadeus-2020.07, updated. ac5731fad0bc636c90be6a11ca
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-09-23 13:29:38
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus/u-boot".
The branch, armadeus-2020.07 has been updated
via ac5731fad0bc636c90be6a11ca070f5b341eb7e5 (commit)
from 47dc6bda13e7aa60ec4a06eddad274344f7e0a75 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ac5731fad0bc636c90be6a11ca070f5b341eb7e5
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Sep 23 15:22:21 2021 +0200
ARM: dts: opos8mm: update for micro SD
* 4 bit bus width
* cd gpio
-----------------------------------------------------------------------
Summary of changes:
arch/arm/dts/imx8mm-opos8mmdev.dts | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/arch/arm/dts/imx8mm-opos8mmdev.dts b/arch/arm/dts/imx8mm-opos8mmdev.dts
index c8566fbf36..053e1eebe5 100644
--- a/arch/arm/dts/imx8mm-opos8mmdev.dts
+++ b/arch/arm/dts/imx8mm-opos8mmdev.dts
@@ -29,9 +29,9 @@
&usdhc2 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usdhc2>;
- bus-width = <1>;
+ bus-width = <4>;
no-1-8-v;
- broken-cd;
+ cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
status = "okay";
};
@@ -45,9 +45,13 @@
pinctrl_usdhc2: usdhc2grp {
fsl,pins = <
- MX8MM_IOMUXC_SD2_CLK_USDHC2_CLK 0x1d0
- MX8MM_IOMUXC_SD2_CMD_USDHC2_CMD 0x1d0
- MX8MM_IOMUXC_SD2_DATA0_USDHC2_DATA0 0x1d0
+ MX8MM_IOMUXC_SD2_CD_B_GPIO2_IO12 0x90
+ MX8MM_IOMUXC_SD2_CLK_USDHC2_CLK 0x90
+ MX8MM_IOMUXC_SD2_CMD_USDHC2_CMD 0x90
+ MX8MM_IOMUXC_SD2_DATA0_USDHC2_DATA0 0x90
+ MX8MM_IOMUXC_SD2_DATA1_USDHC2_DATA1 0x90
+ MX8MM_IOMUXC_SD2_DATA2_USDHC2_DATA2 0x90
+ MX8MM_IOMUXC_SD2_DATA3_USDHC2_DATA3 0x90
>;
};
};
hooks/post-receive
--
armadeus/u-boot
|