aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorHenning Schild <henning.schild@siemens.com>2022-08-25 12:44:22 +0200
committerHans de Goede <hdegoede@redhat.com>2022-09-01 16:15:03 +0200
commit8f5c9858c5db129359b5de2f60f5f034bf5d56c0 (patch)
tree86ce4d63955816d0a53c567496c4be75e474d9d1 /include/linux/platform_data
parentplatform/x86: simatic-ipc: enable watchdog for 227G (diff)
downloadlinux-dev-8f5c9858c5db129359b5de2f60f5f034bf5d56c0.tar.xz
linux-dev-8f5c9858c5db129359b5de2f60f5f034bf5d56c0.zip
platform/x86: simatic-ipc: add new model 427G
This adds support for the Siemens Simatic IPC427G. A board which basically works like the 227G added in a previous patch. So all there is to do is to add the station_id and make it take all the 227G branches. Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Henning Schild <henning.schild@siemens.com> Link: https://lore.kernel.org/r/20220825104422.14156-8-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.h1
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 7a2e79f3be0b..632320ec8f08 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_IPC427G = 0x00001001,
};
static inline u32 simatic_ipc_get_station_id(u8 *data, int max_len)