742b6d6ad555481bcc82a38f0f0507dd40c3d583
[openwrt/staging/hauke.git] / target / linux / x86 / patches-5.10 / 200-pcengines-apu2-reboot.patch
1 --- a/arch/x86/kernel/reboot.c
2 +++ b/arch/x86/kernel/reboot.c
3 @@ -486,6 +486,16 @@ static const struct dmi_system_id reboot
4 },
5 },
6
7 + /* PC Engines */
8 + { /* Handle problems with rebooting on PC Engines apu2 */
9 + .callback = set_pci_reboot,
10 + .ident = "PC Engines apu2",
11 + .matches = {
12 + DMI_MATCH(DMI_BOARD_VENDOR, "PC Engines"),
13 + DMI_MATCH(DMI_BOARD_NAME, "apu2"),
14 + },
15 + },
16 +
17 /* Sony */
18 { /* Handle problems with rebooting on Sony VGN-Z540N */
19 .callback = set_bios_reboot,