# HG changeset patch # User Mychaela Falconia # Date 1560806746 0 # Node ID 238b67a785f2aec16806f69580e52b4e59efe760 # Parent c09a1ca60d57b9eb35d286d4c55d2ed8696d2560 init.c: DSR_MODEM/LPG is LPG on the GTM900 diff -r c09a1ca60d57 -r 238b67a785f2 src/cs/system/main/init.c --- a/src/cs/system/main/init.c Mon Jun 17 21:18:10 2019 +0000 +++ b/src/cs/system/main/init.c Mon Jun 17 21:25:46 2019 +0000 @@ -362,12 +362,14 @@ * DSR_MODEM pin. */ *((volatile SYS_UWORD16 *) ASIC_CONF) = 0x6050; - #elif defined(CONFIG_TARGET_GTAMODEM) + #elif defined(CONFIG_TARGET_GTAMODEM) || defined(CONFIG_TARGET_GTM900) /* * The DSR_MODEM/LPG Calypso signal is unconnected on * Openmoko's modem, so let's mux it as LPG (output) * so it doesn't float, like Foxconn seem to have done * on the Pirelli. + * + * On the GTM900 module this signal is explicitly defined as LPG. */ *((volatile SYS_UWORD16 *) ASIC_CONF) = 0x6040; #else