mb/intel/adlrvp_m: add ec device entry to devicetree
TEST=Boot to OS and verify acpi tables. Signed-off-by: Bora Guvendik <bora.guvendik@intel.com> Change-Id: I3c78ac44afa3515acef9ea2d59f22f95e6b45e90 Reviewed-on: https://review.coreboot.org/c/coreboot/+/54490 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: John Zhao <john.zhao@intel.corp-partner.google.com> Reviewed-by: John Zhao <john.zhao@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
fcb6a80349
commit
3585dc5be4
|
@ -1,5 +1,12 @@
|
|||
chip soc/intel/alderlake
|
||||
device domain 0 on
|
||||
device pci 1f.0 on
|
||||
chip ec/google/chromeec
|
||||
use conn0 as mux_conn[0]
|
||||
use conn1 as mux_conn[1]
|
||||
device pnp 0c09.0 on end
|
||||
end
|
||||
end # eSPI
|
||||
device pci 1f.2 hidden
|
||||
|
||||
# The pmc_mux chip driver is a placeholder for the
|
||||
|
|
Loading…
Reference in New Issue