From 211526ff38c6149b85cd112f87427cbe1189c3a9 Mon Sep 17 00:00:00 2001 From: Nick Vaccaro Date: Mon, 28 Jul 2025 16:52:18 -0700 Subject: [PATCH] Revert "mb/google/brya: Fix mux_conn index used by ec/google/chromeec" BUG=b:368661724, b:434033860, b:407590653, b:398060672 TEST: `emerge-brya coreboot chromeos-bootimage`, flash and boot mithrax to recovery screen and verify it can detect USB recovery stick in USB-C ports. This reverts commit 9207621d23aefe7213ab1a764bd78402237e4e8f. Change-Id: I453562ab5802c7b9e38b7555415747dd9205aacb Signed-off-by: Nick Vaccaro Reviewed-on: https://review.coreboot.org/c/coreboot/+/88596 Reviewed-by: Eran Mitrani Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/variants/felwinter/overridetree.cb | 4 ++-- src/mainboard/google/brya/variants/mithrax/overridetree.cb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mainboard/google/brya/variants/felwinter/overridetree.cb b/src/mainboard/google/brya/variants/felwinter/overridetree.cb index 97909b2cec..23d6d17f08 100644 --- a/src/mainboard/google/brya/variants/felwinter/overridetree.cb +++ b/src/mainboard/google/brya/variants/felwinter/overridetree.cb @@ -350,8 +350,8 @@ chip soc/intel/alderlake end device ref pch_espi on chip ec/google/chromeec - use conn1 as mux_conn[0] - use conn2 as mux_conn[1] + use conn1 as mux_conn[1] + use conn2 as mux_conn[0] device pnp 0c09.0 on end end end diff --git a/src/mainboard/google/brya/variants/mithrax/overridetree.cb b/src/mainboard/google/brya/variants/mithrax/overridetree.cb index 3695e6b669..4c1a359161 100644 --- a/src/mainboard/google/brya/variants/mithrax/overridetree.cb +++ b/src/mainboard/google/brya/variants/mithrax/overridetree.cb @@ -307,8 +307,8 @@ chip soc/intel/alderlake end device ref pch_espi on chip ec/google/chromeec - use conn1 as mux_conn[0] - use conn2 as mux_conn[1] + use conn1 as mux_conn[1] + use conn2 as mux_conn[0] device pnp 0c09.0 on end end end