diff options
author | Kapil Porwal <kapilporwal@google.com> | 2022-11-24 19:11:06 +0530 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-11-26 23:53:29 +0000 |
commit | d6152ea1affc190f319d025daeb19b6d60f38181 (patch) | |
tree | d4dcb3fa5c351f0091db709da65f5960c16b8955 /src/mainboard/google/rex | |
parent | 060492ecd2ab64c11a60faf0b9d2574fc95f0544 (diff) |
mb/google/rex: Disable SATA from the devicetree
SATA is not supported on google/rex hence disable it.
BUG=none
TEST=Build and boot to google/rex.
Signed-off-by: Kapil Porwal <kapilporwal@google.com>
Change-Id: I35a742ab9782feed86c3af514505d870d181b34b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69973
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/mainboard/google/rex')
-rw-r--r-- | src/mainboard/google/rex/variants/rex0/overridetree.cb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/rex/variants/rex0/overridetree.cb b/src/mainboard/google/rex/variants/rex0/overridetree.cb index a1baf0a021..8d1d5289eb 100644 --- a/src/mainboard/google/rex/variants/rex0/overridetree.cb +++ b/src/mainboard/google/rex/variants/rex0/overridetree.cb @@ -373,7 +373,6 @@ chip soc/intel/meteorlake device i2c 15 on end end end - device ref sata on end device ref i2c4 on chip drivers/i2c/tpm register "hid" = ""GOOG0005"" |