Skip to content
Commit 9946e39f authored by Chuanhong Guo's avatar Chuanhong Guo Committed by Rafael J. Wysocki
Browse files

ACPI: resource: skip IRQ override on AMD Zen platforms



IRQ override isn't needed on modern AMD Zen systems.
There's an active low keyboard IRQ on AMD Ryzen 6000 and it will stay
this way on newer platforms. This IRQ override breaks keyboards for
almost all Ryzen 6000 laptops currently on the market.

Skip this IRQ override for all AMD Zen platforms because this IRQ
override is supposed to be a workaround for buggy ACPI DSDT and we can't
have a long list of all future AMD CPUs/Laptops in the kernel code.
If a device with buggy ACPI DSDT shows up, a separated list containing
just them should be created.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=216118
Suggested-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Signed-off-by: default avatarChuanhong Guo <gch981213@gmail.com>
Acked-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Tested-by: default avatarXiaoYan Li <lxy.lixiaoyan@gmail.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent ff699273
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment