kernel: bump 5.4 to 5.4.48
[oweals/openwrt.git] / target / linux / x86 / patches-5.4 / 200-pcengines-apu2-reboot.patch
1 --- a/arch/x86/kernel/reboot.c
2 +++ b/arch/x86/kernel/reboot.c
3 @@ -477,6 +477,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,