omap: remove linux 4.9 support
[openwrt/openwrt.git] / target / linux / x86 / patches-4.9 / 200-pcengines-apu2-reboot.patch
1 --- a/arch/x86/kernel/reboot.c
2 +++ b/arch/x86/kernel/reboot.c
3 @@ -449,6 +449,16 @@ static struct dmi_system_id __initdata r
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,