From a05a2b20c616284b089dae3ed146b1bfd175631f Mon Sep 17 00:00:00 2001 From: Jakub Czapiga Date: Thu, 1 Jun 2023 12:17:28 +0000 Subject: [PATCH] mb/google/rex/variants/ovis: Enable EC in device tree BUG=b:274421383 TEST=util/abuild/abuild -p none -t google/rex -x -a -b ovis Change-Id: I6f3fa6543a4cec8c2562196105f17fbc7831bab7 Signed-off-by: Jakub Czapiga Reviewed-on: https://review.coreboot.org/c/coreboot/+/75577 Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal Reviewed-by: Eric Lai --- src/mainboard/google/rex/variants/ovis/overridetree.cb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mainboard/google/rex/variants/ovis/overridetree.cb b/src/mainboard/google/rex/variants/ovis/overridetree.cb index bc10cd1a97..058a24088d 100644 --- a/src/mainboard/google/rex/variants/ovis/overridetree.cb +++ b/src/mainboard/google/rex/variants/ovis/overridetree.cb @@ -43,5 +43,10 @@ chip soc/intel/meteorlake device i2c 50 on end end end + device ref soc_espi on + chip ec/google/chromeec + device pnp 0c09.0 on end + end + end end end