diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2020-09-18 18:09:16 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2020-09-19 16:46:54 +0000 |
commit | 5a85d134b140bc27b00b67b28ddf54cd59365ce6 (patch) | |
tree | 9f1a31621f8d6365e6c7d5f26d97cd5e4ff4e9da /src/mainboard/system76 | |
parent | 1c661b92bce3cfdfc9000cb63e088412bfef5173 (diff) |
mb/system76/lemp9: move subsystem id from Kconfig to devicetree
Change-Id: I21e7e53787b115f50093d7caa72285ce480cef52
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45528
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/system76')
-rw-r--r-- | src/mainboard/system76/lemp9/Kconfig | 8 | ||||
-rw-r--r-- | src/mainboard/system76/lemp9/devicetree.cb | 1 |
2 files changed, 1 insertions, 8 deletions
diff --git a/src/mainboard/system76/lemp9/Kconfig b/src/mainboard/system76/lemp9/Kconfig index 6b5b75012c..3e979dd42a 100644 --- a/src/mainboard/system76/lemp9/Kconfig +++ b/src/mainboard/system76/lemp9/Kconfig @@ -41,14 +41,6 @@ config CBFS_SIZE hex default 0xA00000 -config SUBSYSTEM_VENDOR_ID - hex - default 0x1558 - -config SUBSYSTEM_DEVICE_ID - hex - default 0x1401 - config CONSOLE_POST bool default y diff --git a/src/mainboard/system76/lemp9/devicetree.cb b/src/mainboard/system76/lemp9/devicetree.cb index e7e68e8587..a2122ba59e 100644 --- a/src/mainboard/system76/lemp9/devicetree.cb +++ b/src/mainboard/system76/lemp9/devicetree.cb @@ -87,6 +87,7 @@ chip soc/intel/cannonlake end device domain 0 on + subsystemid 0x1558 0x1401 inherit device pci 00.0 on end # Host Bridge device pci 02.0 on end # Integrated Graphics Device device pci 04.0 on # SA Thermal device |