mb/google/volteer: add ec device entry to devicetree
BUG=b:154279851 TEST=none Change-Id: Ibb56d97d5180ab199c52119135f7eff265908667 Signed-off-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40494 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
4a8cd72c05
commit
9a3486e018
|
@ -348,8 +348,11 @@ chip soc/intel/tigerlake
|
||||||
device spi 0 on end
|
device spi 0 on end
|
||||||
end # FPMCU
|
end # FPMCU
|
||||||
end # GSPI1 0xA0AB
|
end # GSPI1 0xA0AB
|
||||||
|
device pci 1f.0 on
|
||||||
device pci 1f.0 on end # eSPI 0xA080 - A09F
|
chip ec/google/chromeec
|
||||||
|
device pnp 0c09.0 on end
|
||||||
|
end
|
||||||
|
end # eSPI 0xA080 - A09F
|
||||||
device pci 1f.1 off end # P2SB 0xA0A0
|
device pci 1f.1 off end # P2SB 0xA0A0
|
||||||
device pci 1f.2 on end # PMC 0xA0A1
|
device pci 1f.2 on end # PMC 0xA0A1
|
||||||
device pci 1f.3 on
|
device pci 1f.3 on
|
||||||
|
|
Loading…
Reference in New Issue