Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: correct invalid I/O definition for MMC/SD card detect on T410

These definitions are hex, and the old value (decimal 40) doesn't make
sense in the context. I do not have a T410 and cannot test if this makes
any practical difference.

Fixes: f24f1bdc02e5 ("ARM: dts: Enable emmc on hp t410")
signed-off-by: Graeme Smecher <gsmecher@threespeedlogic.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Graeme Smecher and committed by
Tony Lindgren
8dfa7552 0426370b

+1 -1
+1 -1
arch/arm/boot/dts/dm8148-t410.dts
··· 77 77 DM814X_IOPAD(0x09dc, PIN_INPUT_PULLUP | 0x1) /* SD2_DAT[0] */ 78 78 DM814X_IOPAD(0x09e0, PIN_INPUT | 0x1) /* SD2_CLK */ 79 79 DM814X_IOPAD(0x09f4, PIN_INPUT_PULLUP | 0x2) /* SD2_CMD */ 80 - DM814X_IOPAD(0x0920, PIN_INPUT | 40) /* SD2_SDCD */ 80 + DM814X_IOPAD(0x0920, PIN_INPUT | 0x40) /* SD2_SDCD */ 81 81 >; 82 82 }; 83 83