diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-03-19 12:42:56 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-03-20 19:01:46 +0000 |
commit | 4cf786db56325379ca3c44727db71b3ba5484a40 (patch) | |
tree | 93d933e191587cd9300af04d44b2fdc66eb4d360 /src/mainboard/asrock/b75pro3-m/devicetree.cb | |
parent | 13dcdff7c7e1877887c3eb696b8de35872937d41 (diff) |
mb/asrock/b75pro3-m/devicetree.cb: Silence errors for PNP 2e.b
[ERROR] PNP: 002e.b 62 io size: 0x0000000002 not assigned in devicetree
[ERROR] PNP: 002e.b 70 irq size: 0x0000000001 not assigned in devicetree
Set them to zero. This is also what the values are set to using vendor
firmware 1.90.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Change-Id: Ide5980224f042e3da289aa28a18042ee8505d943
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73812
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asrock/b75pro3-m/devicetree.cb')
-rw-r--r-- | src/mainboard/asrock/b75pro3-m/devicetree.cb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/asrock/b75pro3-m/devicetree.cb b/src/mainboard/asrock/b75pro3-m/devicetree.cb index 829aca8ba5..6d7dddc05f 100644 --- a/src/mainboard/asrock/b75pro3-m/devicetree.cb +++ b/src/mainboard/asrock/b75pro3-m/devicetree.cb @@ -124,6 +124,8 @@ chip northbridge/intel/sandybridge device pnp 2e.b on # HWM, front panel LED irq 0x30 = 0xe1 # + Fan RPM sense pins io 0x60 = 0x0290 # + HWM base address + io 0x62 = 0x0000 + irq 0x70 = 0 end device pnp 2e.d on end # VID device pnp 2e.e off end # CIR WAKE-UP |