boards: mimxrt10xx: Disabled 1.8V support on mimxrt10xx platforms
The mimxrt10xx evaluation boards that support the NXP USDHC IP communicate unreliably with SD cards at 1.8V using the USDHC driver. This commit temporarily disables 1.8V communication for all rt10xx boards that currently support the USDHC driver. Fixes #32289 Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
650f8fc743
commit
5a66101240
|
@ -158,6 +158,7 @@ zephyr_udc0: &usb1 {
|
|||
|
||||
&usdhc1 {
|
||||
status = "okay";
|
||||
no-1-8-v;
|
||||
pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
|
||||
cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
|
|
@ -180,6 +180,7 @@ zephyr_udc0: &usb1 {
|
|||
status = "okay";
|
||||
pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
|
||||
cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
|
||||
no-1-8-v;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -230,6 +230,7 @@ zephyr_udc0: &usb1 {
|
|||
|
||||
&usdhc1 {
|
||||
status = "okay";
|
||||
no-1-8-v;
|
||||
pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
|
||||
cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue