From c61b35b6969a89faf0c580767cb5d5ade35ae666 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 14 May 2024 23:22:21 +0530 Subject: mb/google/rex: Remove redundant VPU enablement code This patch removes VPU enablement code that is no longer needed because the VPU is already enabled by default in the baseboard devicetree. BUG=b:332488817 TEST=Able to see VPU PCI device in lspci list after booting google/screebo to OS Change-Id: I94de92e970be1548068ed4e19309a95129f041ff Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/82423 Reviewed-by: Sumeet R Pawnikar Reviewed-by: Jamie Ryu Reviewed-by: Dinesh Gehlot Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/google/rex/variants/karis/overridetree.cb | 7 ------- src/mainboard/google/rex/variants/rex0/overridetree.cb | 7 ------- src/mainboard/google/rex/variants/screebo/overridetree.cb | 7 ------- 3 files changed, 21 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/rex/variants/karis/overridetree.cb b/src/mainboard/google/rex/variants/karis/overridetree.cb index c65493322d..c74b51c69b 100644 --- a/src/mainboard/google/rex/variants/karis/overridetree.cb +++ b/src/mainboard/google/rex/variants/karis/overridetree.cb @@ -34,10 +34,6 @@ fw_config option DISABLE 0 option ENABLE 1 end - field VPU 22 - option VPU_DIS 0 - option VPU_EN 1 - end end chip soc/intel/meteorlake @@ -585,8 +581,5 @@ chip soc/intel/meteorlake end end device ref hda on end - device ref vpu on - probe VPU VPU_EN - end end end diff --git a/src/mainboard/google/rex/variants/rex0/overridetree.cb b/src/mainboard/google/rex/variants/rex0/overridetree.cb index 12068ce1dd..1d1957a692 100644 --- a/src/mainboard/google/rex/variants/rex0/overridetree.cb +++ b/src/mainboard/google/rex/variants/rex0/overridetree.cb @@ -52,10 +52,6 @@ fw_config option ISH_DISABLE 0 option ISH_ENABLE 1 end - field VPU 22 - option VPU_DIS 0 - option VPU_EN 1 - end end chip soc/intel/meteorlake @@ -323,9 +319,6 @@ chip soc/intel/meteorlake end device ref tbt_pcie_rp0 on end device ref tbt_pcie_rp2 on end - device ref vpu on - probe VPU VPU_EN - end device ref tcss_xhci on chip drivers/usb/acpi device ref tcss_root_hub on diff --git a/src/mainboard/google/rex/variants/screebo/overridetree.cb b/src/mainboard/google/rex/variants/screebo/overridetree.cb index fdfe9843cf..c66b5cb2b9 100644 --- a/src/mainboard/google/rex/variants/screebo/overridetree.cb +++ b/src/mainboard/google/rex/variants/screebo/overridetree.cb @@ -30,10 +30,6 @@ fw_config option WIFI_SAR_ID_0 0 option WIFI_SAR_ID_1 1 end - field VPU 22 - option VPU_DIS 0 - option VPU_EN 1 - end end chip soc/intel/meteorlake @@ -602,8 +598,5 @@ chip soc/intel/meteorlake end end end - device ref vpu on - probe VPU VPU_EN - end end end -- cgit v1.2.3