Frank Chu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69785 )
Change subject: mb/google/brya/var/marasov: update pch_espi setting ......................................................................
mb/google/brya/var/marasov: update pch_espi setting
Add conn0/conn1 for pch_espi.
BUG=b:254365935 TEST=emerge-brask coreboot.
Signed-off-by: Frank Chu Frank_Chu@pegatron.corp-partner.google.com Change-Id: I5969d2941c02400788d66521680fcd13d3a6b13f --- M src/mainboard/google/brya/variants/marasov/overridetree.cb 1 file changed, 23 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/69785/1
diff --git a/src/mainboard/google/brya/variants/marasov/overridetree.cb b/src/mainboard/google/brya/variants/marasov/overridetree.cb index 6b6fd3e..1c78962 100644 --- a/src/mainboard/google/brya/variants/marasov/overridetree.cb +++ b/src/mainboard/google/brya/variants/marasov/overridetree.cb @@ -150,6 +150,13 @@ device spi 0 on end end # FPMCU end + device ref pch_espi 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 device ref pmc hidden chip drivers/intel/pmc_mux device generic 0 on @@ -161,7 +168,7 @@ chip drivers/intel/pmc_mux/conn use usb2_port3 as usb2_port use tcss_usb3_port3 as usb3_port - device generic 2 alias conn2 on end + device generic 1 alias conn1 on end end end end