Skip to content

Commit 675523b

Browse files
committed
ARM: at91/dt: sama5d2 xplained: fix sdmmc0 card detect pinmux
Some stuff was missing to mux correctly the sdmmc0 card detect signal. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
1 parent 45014ad commit 675523b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

arch/arm/boot/dts/at91-sama5d2_xplained.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@
369369
<PIN_PA8__SDMMC0_DAT6>,
370370
<PIN_PA9__SDMMC0_DAT7>,
371371
<PIN_PA10__SDMMC0_RSTN>,
372-
<PIN_PA11__SDMMC0_VDDSEL>;
373-
/*<PIN_PA13__SDMMC0_CD>;*/
372+
<PIN_PA11__SDMMC0_VDDSEL>,
373+
<PIN_PA13__SDMMC0_CD>;
374374
};
375375

376376
sdmmc1_0 {

arch/arm/boot/dts/at91-sama5d2_xplained_pda4.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@
498498
pins = <PIN_PA1__SDMMC0_CMD>,
499499
<PIN_PA0__SDMMC0_CK>,
500500
<PIN_PA10__SDMMC0_RSTN>,
501-
<PIN_PA11__SDMMC0_VDDSEL>;
502-
/*<PIN_PA13__SDMMC0_CD>;*/
501+
<PIN_PA11__SDMMC0_VDDSEL>,
502+
<PIN_PA13__SDMMC0_CD>;
503503
bias-disable;
504504
};
505505
};

0 commit comments

Comments
 (0)