Edward O'Callaghan submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Daniel Kurtz: Looks good to me, approved Kangheui Won: Looks good to me, but someone else must approve
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>
---
M src/mainboard/google/hatch/variants/puff/overridetree.cb
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/mainboard/google/hatch/variants/puff/overridetree.cb b/src/mainboard/google/hatch/variants/puff/overridetree.cb
index 4385e98..e3ccc61 100644
--- a/src/mainboard/google/hatch/variants/puff/overridetree.cb
+++ b/src/mainboard/google/hatch/variants/puff/overridetree.cb
@@ -157,13 +157,7 @@
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""

To view, visit change 38099. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0790631233fdcaa6a785d2cb41e79b8f2f469d44
Gerrit-Change-Number: 38099
Gerrit-PatchSet: 3
Gerrit-Owner: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Daniel Kurtz <djkurtz@google.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Kangheui Won <khwon@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged