diff options
author | Pascal Coudurier <coudu@gmx.com> | 2023-08-20 14:54:22 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-19 11:38:36 +0200 |
commit | b2c0e75c25d845a56026ae9a059a79e331a41a53 (patch) | |
tree | d38bdf658ce05be07eadaa5f1956183cfa21758b /target | |
parent | f23015b18e608f44a0f2d8536ebb29e56f7ffe3a (diff) | |
download | openwrt-b2c0e75c25d845a56026ae9a059a79e331a41a53.tar.gz openwrt-b2c0e75c25d845a56026ae9a059a79e331a41a53.tar.bz2 openwrt-b2c0e75c25d845a56026ae9a059a79e331a41a53.zip |
x86: refresh patches for 6.1
Removed upstream merged patch:
113-v5.21-platform-x86-pmc_atom-Add-Lex-3I380NX-industrial-PC-.patch
Manually rebased:
103-pcengines_apu6_platform.patch
Signed-off-by: Pascal Coudurier <coudu@gmx.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/patches-6.1/103-pcengines_apu6_platform.patch | 4 | ||||
-rw-r--r-- | target/linux/x86/patches-6.1/113-v5.21-platform-x86-pmc_atom-Add-Lex-3I380NX-industrial-PC-.patch | 52 |
2 files changed, 2 insertions, 54 deletions
diff --git a/target/linux/x86/patches-6.1/103-pcengines_apu6_platform.patch b/target/linux/x86/patches-6.1/103-pcengines_apu6_platform.patch index 9ec0a33c31..654bd88b7f 100644 --- a/target/linux/x86/patches-6.1/103-pcengines_apu6_platform.patch +++ b/target/linux/x86/patches-6.1/103-pcengines_apu6_platform.patch @@ -63,7 +63,7 @@ Sighed-off-by: Philip Prindeville <philipp@redfish-solutions.com> --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig -@@ -661,7 +661,7 @@ config XO1_RFKILL +@@ -698,7 +698,7 @@ config XO1_RFKILL laptop. config PCENGINES_APU2 @@ -72,7 +72,7 @@ Sighed-off-by: Philip Prindeville <philipp@redfish-solutions.com> depends on INPUT && INPUT_KEYBOARD && GPIOLIB depends on LEDS_CLASS select GPIO_AMD_FCH -@@ -669,7 +669,7 @@ config PCENGINES_APU2 +@@ -706,7 +706,7 @@ config PCENGINES_APU2 select LEDS_GPIO help This driver provides support for the front button and LEDs on diff --git a/target/linux/x86/patches-6.1/113-v5.21-platform-x86-pmc_atom-Add-Lex-3I380NX-industrial-PC-.patch b/target/linux/x86/patches-6.1/113-v5.21-platform-x86-pmc_atom-Add-Lex-3I380NX-industrial-PC-.patch deleted file mode 100644 index 1be5c62424..0000000000 --- a/target/linux/x86/patches-6.1/113-v5.21-platform-x86-pmc_atom-Add-Lex-3I380NX-industrial-PC-.patch +++ /dev/null @@ -1,52 +0,0 @@ -From: Hans de Goede <hdegoede@redhat.com> -Date: Thu, 28 Jul 2022 20:06:35 +0200 -Subject: platform/x86: pmc_atom: Match all Lex BayTrail boards with - critclk_systems DMI table - -The critclk_systems[] DMI match table already contains 2 Lex BayTrail -boards and patches were just submitted to add 3 more entries for the -following models: 3I380NX, 3I380A, 3I380CW. - -Looking at: https://www.lex.com.tw/products/embedded-ipc-board/ -we can see that Lex BayTrail makes many embedded boards with -multiple ethernet boards and none of their products are battery -powered so we don't need to worry (too much) about power consumption -when suspended. - -Add a new DMI match which simply matches all Lex BayTrail boards and drop -the 2 existing board specific quirks. - -Reported-by: Michael Schöne <michael.schoene@rhebo.com> -Reported-by: Paul Spooren <paul.spooren@rhebo.com> -Reported-by: Matwey V. Kornilov <matwey@sai.msu.ru> -Signed-off-by: Hans de Goede <hdegoede@redhat.com> ---- ---- a/drivers/platform/x86/pmc_atom.c -+++ b/drivers/platform/x86/pmc_atom.c -@@ -376,19 +376,15 @@ static const struct dmi_system_id critcl - }, - }, - { -- /* pmc_plt_clk0 - 3 are used for the 4 ethernet controllers */ -- .ident = "Lex 3I380D", -+ /* -+ * Lex System / Lex Computech Co. makes a lot of Bay Trail -+ * based embedded boards which often come with multiple -+ * ethernet controllers using multiple pmc_plt_clks. See: -+ * https://www.lex.com.tw/products/embedded-ipc-board/ -+ */ -+ .ident = "Lex BayTrail", - .matches = { - DMI_MATCH(DMI_SYS_VENDOR, "Lex BayTrail"), -- DMI_MATCH(DMI_PRODUCT_NAME, "3I380D"), -- }, -- }, -- { -- /* pmc_plt_clk* - are used for ethernet controllers */ -- .ident = "Lex 2I385SW", -- .matches = { -- DMI_MATCH(DMI_SYS_VENDOR, "Lex BayTrail"), -- DMI_MATCH(DMI_PRODUCT_NAME, "2I385SW"), - }, - }, - { |