diff options
author | Peter Marheine <pmarheine@chromium.org> | 2021-01-18 11:49:45 +1100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-19 08:56:51 +0000 |
commit | 64fad6feb381948b7a06e39796dcd23ec1d02dbd (patch) | |
tree | 6fca89593ac1c454b6e541e88b080c1579b9365d /src/mainboard/google/zork | |
parent | 9f23583fa70869d6ccc14d1af9ca624925a2adf4 (diff) |
mb/google/zork: remove MST i2c from dalboz
Dalboz variants do not use an MST hub; remove the i2c tunnel for it.
That bus is actually connected to the battery on these devices, which
should not be exposed to the AP.
BUG=b:175658311
TEST=builds
BRANCH=zork
Change-Id: If1714a5c441bf185efd2517c7c94e57b5f351f5a
Signed-off-by: Peter Marheine <pmarheine@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49628
Reviewed-by: Kangheui Won <khwon@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/zork')
-rw-r--r-- | src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb b/src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb index 0b64855dad..e014ce302c 100644 --- a/src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb +++ b/src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb @@ -338,12 +338,6 @@ chip soc/amd/picasso end end end - chip ec/google/chromeec/i2c_tunnel - register "name" = ""MSTH"" - register "uid" = "1" - register "remote_bus" = "9" - device generic 1.0 on end - end chip ec/google/chromeec/audio_codec register "uid" = "1" device generic 0 on end |