From 0c057c21e57e01a223d6f38c83d5e75a8e23b2ab Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Thu, 4 Mar 2021 10:56:28 -0700 Subject: [PATCH] soc/intel/adl, mb/google/brya: Add IPU to devicetree BUG=b:181843816 Change-Id: I25309a8f0900070a8307fbce90ccb6d47f9c3dfc Signed-off-by: Tim Wawrzynczak Reviewed-on: https://review.coreboot.org/c/coreboot/+/51261 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/variants/baseboard/devicetree.cb | 1 + src/soc/intel/alderlake/Kconfig | 1 + src/soc/intel/alderlake/chipset.cb | 1 + 3 files changed, 3 insertions(+) diff --git a/src/mainboard/google/brya/variants/baseboard/devicetree.cb b/src/mainboard/google/brya/variants/baseboard/devicetree.cb index d82a9eb918..a0941a74f5 100644 --- a/src/mainboard/google/brya/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/brya/variants/baseboard/devicetree.cb @@ -91,6 +91,7 @@ chip soc/intel/alderlake device domain 0 on device ref igpu on end device ref dtt on end + device ref ipu on end device ref tbt_pcie_rp0 on end device ref tbt_pcie_rp1 on end device ref tbt_pcie_rp2 on end diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index 5e63007c0f..f22d1d4b87 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -57,6 +57,7 @@ config CPU_SPECIFIC_OPTIONS select SOC_INTEL_COMMON_BLOCK_GPIO_DUAL_ROUTE_SUPPORT select SOC_INTEL_COMMON_BLOCK_GSPI_VERSION_2 select SOC_INTEL_COMMON_BLOCK_HDA + select SOC_INTEL_COMMON_BLOCK_IPU select SOC_INTEL_COMMON_BLOCK_MEMINIT select SOC_INTEL_COMMON_BLOCK_SA select SOC_INTEL_COMMON_BLOCK_SMM diff --git a/src/soc/intel/alderlake/chipset.cb b/src/soc/intel/alderlake/chipset.cb index 173d3e037f..cd9ebf9192 100644 --- a/src/soc/intel/alderlake/chipset.cb +++ b/src/soc/intel/alderlake/chipset.cb @@ -5,6 +5,7 @@ chip soc/intel/alderlake device pci 01.0 alias pcie5 off end device pci 02.0 alias igpu off end device pci 04.0 alias dtt off end + device pci 05.0 alias ipu off end device pci 06.0 alias pcie4_0 off end device pci 06.2 alias pcie4_1 off end device pci 07.0 alias tbt_pcie_rp0 off