diff options
author | Henning Schild <henning.schild@siemens.com> | 2023-07-13 17:48:30 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2023-07-14 16:06:40 +0300 |
commit | 8529673adc2b022d40917b202b17bdabeef8e37a (patch) | |
tree | 854aa658e3a7d820b9ba14a720da9189cb27bad4 /include/linux/platform_data | |
parent | b72da71ce24b077754c828e6af2761a3ca6306d5 (diff) | |
download | linux-8529673adc2b022d40917b202b17bdabeef8e37a.tar.xz |
platform/x86: simatic-ipc: add another model
This is the panel variant of a device we already did have. All the same,
just no LEDs.
Signed-off-by: Henning Schild <henning.schild@siemens.com>
Link: https://lore.kernel.org/r/20230713144832.26473-2-henning.schild@siemens.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/x86/simatic-ipc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/x86/simatic-ipc.h b/include/linux/platform_data/x86/simatic-ipc.h index 1a8e4c1099e3..f2eafa43a605 100644 --- a/include/linux/platform_data/x86/simatic-ipc.h +++ b/include/linux/platform_data/x86/simatic-ipc.h @@ -32,6 +32,7 @@ enum simatic_ipc_station_ids { SIMATIC_IPC_IPC477E = 0x00000A02, SIMATIC_IPC_IPC127E = 0x00000D01, SIMATIC_IPC_IPC227G = 0x00000F01, + SIMATIC_IPC_IPC277G = 0x00000F02, SIMATIC_IPC_IPCBX_39A = 0x00001001, SIMATIC_IPC_IPCPX_39A = 0x00001002, SIMATIC_IPC_IPCBX_21A = 0x00001101, |