diff options
| author | Takashi Iwai <tiwai@suse.de> | 2023-02-16 14:18:54 +0100 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2023-02-16 14:18:54 +0100 |
| commit | 5661706efa200252d0e9fea02421b0a5857808c3 (patch) | |
| tree | b6943001feff0af67c206a850be9c536fe3990b4 /include/linux/platform_data | |
| parent | 5791c7699ff1b8be24e1e3b2c08b180598d3ba28 (diff) | |
| parent | 5beb5627a2481aade9aa630b7ebb7f99442321b6 (diff) | |
Merge branch 'topic/apple-gmux' into for-next
Pull vga_switcheroo fix for Macs
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/x86/simatic-ipc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/platform_data/x86/simatic-ipc.h b/include/linux/platform_data/x86/simatic-ipc.h index 632320ec8f08..a48bb5240977 100644 --- a/include/linux/platform_data/x86/simatic-ipc.h +++ b/include/linux/platform_data/x86/simatic-ipc.h @@ -32,7 +32,8 @@ enum simatic_ipc_station_ids { SIMATIC_IPC_IPC477E = 0x00000A02, SIMATIC_IPC_IPC127E = 0x00000D01, SIMATIC_IPC_IPC227G = 0x00000F01, - SIMATIC_IPC_IPC427G = 0x00001001, + SIMATIC_IPC_IPCBX_39A = 0x00001001, + SIMATIC_IPC_IPCPX_39A = 0x00001002, }; static inline u32 simatic_ipc_get_station_id(u8 *data, int max_len) |
