Skip to content

Commit cc559eb

Browse files
committed
feat: align names with upstream DTS
- Rename "Robotics RB3gen2" to match upstream DTS model name. - Add mapping for Lemans. - Add mapping for Monaco. Signed-off-by: Canfeng Zhuang <czhuang@qti.qualcomm.com>
1 parent c92fe3c commit cc559eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

libqrc-udriver/src/qti_qrc_udriver.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ typedef struct
3737
} model_info_t;
3838

3939
model_info_t g_model_info_map[] = {
40-
{ "Robotics RB3gen2 addons vision mezz platform", "/dev/ttyHS2", "/dev/gpiochip4", 147 },
40+
{ "Robotics RB3gen2", "/dev/ttyHS2", "/dev/gpiochip4", 147 },
4141
{ "IQ 9075 EVK", "/dev/ttyHS2", "/dev/gpiochip4", 129 },
42+
{ "Lemans", "/dev/ttyHS2", "/dev/gpiochip4", 129 },
4243
{ "8275", "/dev/ttyHS2", "/dev/gpiochip2", 113 },
44+
{ "Monaco", "/dev/ttyHS2", "/dev/gpiochip2", 113 },
4345
};
4446
const int g_model_info_map_size = sizeof(g_model_info_map) / sizeof(g_model_info_map[0]);
4547

0 commit comments

Comments
 (0)