diff options
author | Jakub Czapiga <jacz@semihalf.com> | 2023-06-01 12:17:28 +0000 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-06-12 04:05:33 +0000 |
commit | a05a2b20c616284b089dae3ed146b1bfd175631f (patch) | |
tree | 246eb8860679027cfccfc14f87c9681f82d9742e /src | |
parent | 623e3a3963ea20881ba2d3096f873db81f1acdb7 (diff) |
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 <jacz@semihalf.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75577
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/rex/variants/ovis/overridetree.cb | 5 |
1 files changed, 5 insertions, 0 deletions
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 |