Skip to content

Commit ed058ea

Browse files
henning-schildjwrdegoede
authored andcommitted
platform/x86: simatic-ipc: correct name of a model
What we called IPC427G should be renamed to BX-39A to be more in line with the actual product name. Signed-off-by: Henning Schild <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
1 parent 6dc485f commit ed058ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/platform/x86/simatic-ipc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static struct {
4646
{SIMATIC_IPC_IPC427D, SIMATIC_IPC_DEVICE_427E, SIMATIC_IPC_DEVICE_NONE},
4747
{SIMATIC_IPC_IPC427E, SIMATIC_IPC_DEVICE_427E, SIMATIC_IPC_DEVICE_427E},
4848
{SIMATIC_IPC_IPC477E, SIMATIC_IPC_DEVICE_NONE, SIMATIC_IPC_DEVICE_427E},
49-
{SIMATIC_IPC_IPC427G, SIMATIC_IPC_DEVICE_227G, SIMATIC_IPC_DEVICE_227G},
49+
{SIMATIC_IPC_IPCBX_39A, SIMATIC_IPC_DEVICE_227G, SIMATIC_IPC_DEVICE_227G},
5050
};
5151

5252
static int register_platform_devices(u32 station_id)

include/linux/platform_data/x86/simatic-ipc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ enum simatic_ipc_station_ids {
3232
SIMATIC_IPC_IPC477E = 0x00000A02,
3333
SIMATIC_IPC_IPC127E = 0x00000D01,
3434
SIMATIC_IPC_IPC227G = 0x00000F01,
35-
SIMATIC_IPC_IPC427G = 0x00001001,
35+
SIMATIC_IPC_IPCBX_39A = 0x00001001,
3636
};
3737

3838
static inline u32 simatic_ipc_get_station_id(u8 *data, int max_len)

0 commit comments

Comments
 (0)