soc/intel/alderlake: Rename pcie5 alias
Rename pcie5 alias as pcie5_0 since raptorlake is adding a new pcie5 RC. BRANCH=firmware-brya-14505.B TEST=none Signed-off-by: Bora Guvendik <bora.guvendik@intel.com> Change-Id: Iee669e68e3607b7ffec9f0800e9f0a916defd498 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67107 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
5502ad1011
commit
3f6de867e8
|
@ -190,7 +190,7 @@ chip soc/intel/alderlake
|
||||||
}"
|
}"
|
||||||
|
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
device ref pcie5 on end
|
device ref pcie5_0 on end
|
||||||
device ref igpu on end
|
device ref igpu on end
|
||||||
device ref dtt on
|
device ref dtt on
|
||||||
chip drivers/intel/dptf
|
chip drivers/intel/dptf
|
||||||
|
|
|
@ -167,7 +167,7 @@ chip soc/intel/alderlake
|
||||||
}"
|
}"
|
||||||
|
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
device ref pcie5 on end
|
device ref pcie5_0 on end
|
||||||
device ref igpu on end
|
device ref igpu on end
|
||||||
device ref dtt on end
|
device ref dtt on end
|
||||||
device ref ipu on
|
device ref ipu on
|
||||||
|
|
|
@ -93,7 +93,7 @@ chip soc/intel/alderlake
|
||||||
}"
|
}"
|
||||||
|
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
device ref pcie5 on end
|
device ref pcie5_0 on end
|
||||||
device ref igpu on end
|
device ref igpu on end
|
||||||
device ref dtt on end
|
device ref dtt on end
|
||||||
device ref pcie4_0 on end
|
device ref pcie4_0 on end
|
||||||
|
|
|
@ -92,7 +92,7 @@ chip soc/intel/alderlake
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
device gpio 0 alias pch_gpio on end
|
device gpio 0 alias pch_gpio on end
|
||||||
device pci 00.0 alias system_agent on end
|
device pci 00.0 alias system_agent on end
|
||||||
device pci 01.0 alias pcie5 off end
|
device pci 01.0 alias pcie5_0 off end
|
||||||
device pci 02.0 alias igpu off end
|
device pci 02.0 alias igpu off end
|
||||||
device pci 04.0 alias dtt off end
|
device pci 04.0 alias dtt off end
|
||||||
device pci 05.0 alias ipu off end
|
device pci 05.0 alias ipu off end
|
||||||
|
|
Loading…
Reference in New Issue