mb/asrock/h110m: remove unused Device4Enable from devtree
This option has been removed from the parameters structure for Intel
Skylake CPU (commit 9c1c009
).
Change-Id: I9dc6649ad693d18fdc85046ebbcc730a17fed0bf
Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44300
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Michael Niewöhner
This commit is contained in:
parent
49641cadea
commit
0da148e326
|
@ -152,9 +152,7 @@ chip soc/intel/skylake
|
||||||
device pci 02.0 on # Integrated Graphics Device
|
device pci 02.0 on # Integrated Graphics Device
|
||||||
subsystemid 0x1849 0x1912
|
subsystemid 0x1849 0x1912
|
||||||
end
|
end
|
||||||
device pci 04.0 on # Thermal Subsystem
|
device pci 04.0 on end # Thermal Subsystem
|
||||||
register "Device4Enable" = "1"
|
|
||||||
end
|
|
||||||
device pci 08.0 off end # Gaussian Mixture Model
|
device pci 08.0 off end # Gaussian Mixture Model
|
||||||
device pci 14.0 on # USB xHCI
|
device pci 14.0 on # USB xHCI
|
||||||
subsystemid 0x1849 0xa131
|
subsystemid 0x1849 0xa131
|
||||||
|
|
Loading…
Reference in New Issue