Revert "mb/google/brya: Add EC mux device to brya0"
This reverts commit 197d550d06.
Reason for revert: breaks TBT and TypeC display on Brya0
Bug=265375098
Branch=firmware-brya-14505.B
Test=Build and boot Skolas board with Brya0 image. Test TBT
and TypeC display functionality.
Change-Id: Ia0283b023949476e90edff7151d605fa36331bfd
Signed-off-by: Anil Kumar <anil.kumar.k@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72081
Reviewed-by: Prashant Malani <pmalani@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
This commit is contained in:
@@ -19,7 +19,6 @@ config BOARD_GOOGLE_BRYA_COMMON
|
|||||||
select EC_GOOGLE_CHROMEEC
|
select EC_GOOGLE_CHROMEEC
|
||||||
select EC_GOOGLE_CHROMEEC_BOARDID
|
select EC_GOOGLE_CHROMEEC_BOARDID
|
||||||
select EC_GOOGLE_CHROMEEC_ESPI
|
select EC_GOOGLE_CHROMEEC_ESPI
|
||||||
select EC_GOOGLE_CHROMEEC_MUX
|
|
||||||
select EC_GOOGLE_CHROMEEC_SKUID
|
select EC_GOOGLE_CHROMEEC_SKUID
|
||||||
select FW_CONFIG
|
select FW_CONFIG
|
||||||
select FW_CONFIG_SOURCE_CHROMEEC_CBI
|
select FW_CONFIG_SOURCE_CHROMEEC_CBI
|
||||||
|
|||||||
@@ -804,24 +804,7 @@ chip soc/intel/alderlake
|
|||||||
use conn0 as mux_conn[0]
|
use conn0 as mux_conn[0]
|
||||||
use conn1 as mux_conn[1]
|
use conn1 as mux_conn[1]
|
||||||
use conn2 as mux_conn[2]
|
use conn2 as mux_conn[2]
|
||||||
use ecmux0 as retimer_conn[0]
|
device pnp 0c09.0 on end
|
||||||
use ecmux1 as retimer_conn[1]
|
|
||||||
use ecmux2 as retimer_conn[2]
|
|
||||||
device pnp 0c09.0 on
|
|
||||||
chip ec/google/chromeec/mux
|
|
||||||
device generic 0 on
|
|
||||||
chip ec/google/chromeec/mux/conn
|
|
||||||
device generic 0 alias ecmux0 on end
|
|
||||||
end
|
|
||||||
chip ec/google/chromeec/mux/conn
|
|
||||||
device generic 1 alias ecmux1 on end
|
|
||||||
end
|
|
||||||
chip ec/google/chromeec/mux/conn
|
|
||||||
device generic 2 alias ecmux2 on end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device ref pmc hidden
|
device ref pmc hidden
|
||||||
|
|||||||
Reference in New Issue
Block a user