diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-01-11 22:41:48 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-01-11 22:41:48 +0100 |
commit | a52972d8a5c2cc19597aad60a8e892e4c0f1f350 (patch) | |
tree | a5cfe95ed74bfd363a4e3a04058c22b2179c6a0c | |
parent | 304e4bae3bea4f0ec9780bbe71d13ad4a36fd01c (diff) |
colibri_t30: fix MMC/SD card detect GPIOT30_LinuxImageV2.0Beta1_20130314T30_LinuxImageV2.0Alpha1_20130122T20_LinuxImageV2.0_20130305T20_LinuxImageV2.0Beta2_20130129Apalis_T30_LinuxImageV2.0Alpha1_20130315
The Colibri T30 V1.1 modules actually use a different card detect GPIO.
-rw-r--r-- | board/toradex/colibri_t30/colibri_t30.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/toradex/colibri_t30/colibri_t30.dts b/board/toradex/colibri_t30/colibri_t30.dts index 763f70f0810..257b80f4fdb 100644 --- a/board/toradex/colibri_t30/colibri_t30.dts +++ b/board/toradex/colibri_t30/colibri_t30.dts @@ -46,7 +46,7 @@ width = <4>; /* width of SDIO port */ removable = <1>; /* Parameter 3 bit 0:1=output, 0=input; bit 1:1=high, 0=low */ - cd-gpio = <&gpio 166 0>; /* card detect, gpio PU6 */ + cd-gpio = <&gpio 23 0>; /* card detect, gpio PC7 */ }; /* Internal eMMC - SDMMC4 */ |