From 5a85d134b140bc27b00b67b28ddf54cd59365ce6 Mon Sep 17 00:00:00 2001 From: Michael Niewöhner Date: Fri, 18 Sep 2020 18:09:16 +0200 Subject: mb/system76/lemp9: move subsystem id from Kconfig to devicetree MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I21e7e53787b115f50093d7caa72285ce480cef52 Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/45528 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/system76/lemp9/Kconfig | 8 -------- src/mainboard/system76/lemp9/devicetree.cb | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'src') 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 -- cgit v1.2.3