From 55a5aaaeae17a01f0594756247218720f11aa1af Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Fri, 14 Jul 2017 21:13:00 +0200 Subject: add support for n5100 Code is mirrored from n7100 device support. Only the radio image path is different. Signed-off-by: Wolfgang Wiedmeyer --- samsung-ipc/ipc_devices.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'samsung-ipc/ipc_devices.c') diff --git a/samsung-ipc/ipc_devices.c b/samsung-ipc/ipc_devices.c index 43a83e5..ad7d23c 100644 --- a/samsung-ipc/ipc_devices.c +++ b/samsung-ipc/ipc_devices.c @@ -143,6 +143,16 @@ struct ipc_device_desc ipc_devices[] = { .gprs_specs = &n7100_gprs_specs, .nv_data_specs = &n7100_nv_data_specs, }, + { + .name = "n5100", + .board_name = "smdk4x12", + .kernel_version = NULL, + .fmt_ops = &n5100_fmt_ops, + .rfs_ops = &n5100_rfs_ops, + .handlers = &n5100_handlers, + .gprs_specs = &n5100_gprs_specs, + .nv_data_specs = &n5100_nv_data_specs, + }, }; unsigned int ipc_devices_count = sizeof(ipc_devices) / -- cgit v1.1