diff --git a/src/mainboard/google/sarien/Kconfig b/src/mainboard/google/sarien/Kconfig index c0c5e02387..5f678aa4be 100644 --- a/src/mainboard/google/sarien/Kconfig +++ b/src/mainboard/google/sarien/Kconfig @@ -4,6 +4,7 @@ config BOARD_GOOGLE_BASEBOARD_SARIEN def_bool n select BOARD_ROMSIZE_KB_32768 select DRIVERS_GENERIC_BH720 + select DRIVERS_GFX_GENERIC select DRIVERS_I2C_GENERIC select DRIVERS_I2C_HID select DRIVERS_SPI_ACPI diff --git a/src/mainboard/google/sarien/dsdt.asl b/src/mainboard/google/sarien/dsdt.asl index 27c9be98ca..e9bac016a4 100644 --- a/src/mainboard/google/sarien/dsdt.asl +++ b/src/mainboard/google/sarien/dsdt.asl @@ -22,6 +22,7 @@ DefinitionBlock( { #include #include + #include } /* Per board variant mainboard hooks. */ #include diff --git a/src/mainboard/google/sarien/variants/sarien/devicetree.cb b/src/mainboard/google/sarien/variants/sarien/devicetree.cb index d47e18349f..7445bbc16b 100644 --- a/src/mainboard/google/sarien/variants/sarien/devicetree.cb +++ b/src/mainboard/google/sarien/variants/sarien/devicetree.cb @@ -214,7 +214,14 @@ chip soc/intel/cannonlake register "gpio_pm[COMM_4]" = "MISCCFG_GPIO_PM_CONFIG_BITS" device domain 0 on - device ref igpu on end + device ref igpu on + chip drivers/gfx/generic + register "device_count" = "1" + register "device[0].name" = ""LCD0"" + register "device[0].type" = "panel" + device generic 0 on end + end + end device ref dptf on end device ref thermal on end device ref xhci on