summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dm8148-t410.dts
diff options
context:
space:
mode:
authorGraeme Smecher2018-05-03 19:03:01 +0200
committerTony Lindgren2018-05-03 19:03:01 +0200
commit8dfa75524a0e0e2b4eaf2a3dc178f6b4d8db85d9 (patch)
tree0ee609e7792d9387ddb224f3f185342298f20be5 /arch/arm/boot/dts/dm8148-t410.dts
parentARM: dts: omap2420-n810: Correct the audio codec (tlv320aic33) node (diff)
downloadkernel-qcow2-linux-8dfa75524a0e0e2b4eaf2a3dc178f6b4d8db85d9.tar.gz
kernel-qcow2-linux-8dfa75524a0e0e2b4eaf2a3dc178f6b4d8db85d9.tar.xz
kernel-qcow2-linux-8dfa75524a0e0e2b4eaf2a3dc178f6b4d8db85d9.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/dm8148-t410.dts')
-rw-r--r--arch/arm/boot/dts/dm8148-t410.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dm8148-t410.dts b/arch/arm/boot/dts/dm8148-t410.dts
index 63883b3479f9..7acb224bf76b 100644
--- a/arch/arm/boot/dts/dm8148-t410.dts
+++ b/arch/arm/boot/dts/dm8148-t410.dts
@@ -77,7 +77,7 @@
DM814X_IOPAD(0x09dc, PIN_INPUT_PULLUP | 0x1) /* SD2_DAT[0] */
DM814X_IOPAD(0x09e0, PIN_INPUT | 0x1) /* SD2_CLK */
DM814X_IOPAD(0x09f4, PIN_INPUT_PULLUP | 0x2) /* SD2_CMD */
- DM814X_IOPAD(0x0920, PIN_INPUT | 40) /* SD2_SDCD */
+ DM814X_IOPAD(0x0920, PIN_INPUT | 0x40) /* SD2_SDCD */
>;
};