summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/x86/simatic-ipc.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2023-07-14 15:21:53 +0200
committerHans de Goede <hdegoede@redhat.com>2023-07-14 15:21:53 +0200
commit2dd074c405d4c7bcdf97619c079b345021164109 (patch)
treea2255dce2e693377baaddebbaae605dcb67672e0 /include/linux/platform_data/x86/simatic-ipc.h
parent38831eaf7d4ca95c5052e1f6f0ac7cacd46d6fef (diff)
parent8766addf665e9f0ace15cca894ba225e5a4d580a (diff)
downloadlinux-next-2dd074c405d4c7bcdf97619c079b345021164109.tar.gz
linux-next-2dd074c405d4c7bcdf97619c079b345021164109.zip
Merge tag 'ib-pdx86-simatic-v6.6' into review-hans
Immutable branch between pdx86 simatic branch and LED due for the v6.6 merge window v6.5-rc1 + recent pdx86 simatic-ipc patches for merging into the LED subsystem for v6.6.
Diffstat (limited to 'include/linux/platform_data/x86/simatic-ipc.h')
-rw-r--r--include/linux/platform_data/x86/simatic-ipc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/platform_data/x86/simatic-ipc.h b/include/linux/platform_data/x86/simatic-ipc.h
index a48bb5240977..f2eafa43a605 100644
--- a/include/linux/platform_data/x86/simatic-ipc.h
+++ b/include/linux/platform_data/x86/simatic-ipc.h
@@ -2,7 +2,7 @@
/*
* Siemens SIMATIC IPC drivers
*
- * Copyright (c) Siemens AG, 2018-2021
+ * Copyright (c) Siemens AG, 2018-2023
*
* Authors:
* Henning Schild <henning.schild@siemens.com>
@@ -32,8 +32,10 @@ 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,
};
static inline u32 simatic_ipc_get_station_id(u8 *data, int max_len)