diff options
author | Henning Schild <henning.schild@siemens.com> | 2022-12-22 13:37:20 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2023-01-12 21:42:53 +0300 |
commit | d348b1d761e358a4ba03fb34aa7e3dbd278db236 (patch) | |
tree | 546bfa7c0b65775af0238d9d8f2fd9e7bea2da39 /include/linux | |
parent | ed058eab22d64c00663563e8e1e112989c65c59f (diff) | |
download | linux-d348b1d761e358a4ba03fb34aa7e3dbd278db236.tar.xz |
platform/x86: simatic-ipc: add another model
Add IPC PX-39A support.
Signed-off-by: Henning Schild <henning.schild@siemens.com>
Link: https://lore.kernel.org/r/20221222103720.8546-3-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')
-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 a4a6cba412cb..a48bb5240977 100644 --- a/include/linux/platform_data/x86/simatic-ipc.h +++ b/include/linux/platform_data/x86/simatic-ipc.h @@ -33,6 +33,7 @@ enum simatic_ipc_station_ids { SIMATIC_IPC_IPC127E = 0x00000D01, SIMATIC_IPC_IPC227G = 0x00000F01, SIMATIC_IPC_IPCBX_39A = 0x00001001, + SIMATIC_IPC_IPCPX_39A = 0x00001002, }; static inline u32 simatic_ipc_get_station_id(u8 *data, int max_len) |