diff options
author | Edward O'Callaghan <quasisec@google.com> | 2020-01-02 16:12:58 +1100 |
---|---|---|
committer | Edward O'Callaghan <quasisec@chromium.org> | 2020-01-03 00:08:46 +0000 |
commit | ec35a3d88588f847b717ab8445bcb428714b222e (patch) | |
tree | bc80b5e8105424769b9a5d4cf8caf92641efde2e /src/mainboard/google/hatch/variants | |
parent | a347ea3787284483158aaa77846ab0b34c017fdb (diff) |
mainboard/google/puff: Clean up pcie 15.3 ep in dt
Clean up devicetree as nothing special is needed here.
BUG=b:142769041
BRANCH=none
TEST=builds
Change-Id: I0790631233fdcaa6a785d2cb41e79b8f2f469d44
Signed-off-by: Edward O'Callaghan <quasisec@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38099
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Daniel Kurtz <djkurtz@google.com>
Reviewed-by: Kangheui Won <khwon@chromium.org>
Diffstat (limited to 'src/mainboard/google/hatch/variants')
-rw-r--r-- | src/mainboard/google/hatch/variants/puff/overridetree.cb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mainboard/google/hatch/variants/puff/overridetree.cb b/src/mainboard/google/hatch/variants/puff/overridetree.cb index 4385e981b8..e3ccc616b2 100644 --- a/src/mainboard/google/hatch/variants/puff/overridetree.cb +++ b/src/mainboard/google/hatch/variants/puff/overridetree.cb @@ -157,13 +157,7 @@ chip soc/intel/cannonlake end # I2C #0 device pci 15.1 off end # I2C #1 device pci 15.2 on end # I2C #2, PCON PS175. - device pci 15.3 on -# chip drivers/i2c/generic -# register "name" = ""RTD21"" -# register "desc" = ""Realtek RTD2142"" -# device i2c 4a on end -# end - end # I2C #3 + device pci 15.3 on end # I2C #3, Realtek RTD2142. device pci 19.0 on chip drivers/i2c/generic register "hid" = ""10EC5682"" |