Edward O'Callaghan has uploaded this change for review.

View Change

mainboard/google/puff: Enable rtd2142 i2c driver in dt

BUG=b:142769041
BRANCH=none
TEST=builds

Change-Id: Ib885b6f229a016e100256597216a930be27fb4b5
Signed-off-by: Edward O'Callaghan <quasisec@google.com>
---
M src/mainboard/google/hatch/variants/puff/overridetree.cb
1 file changed, 3 insertions(+), 5 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/37905/1
diff --git a/src/mainboard/google/hatch/variants/puff/overridetree.cb b/src/mainboard/google/hatch/variants/puff/overridetree.cb
index a24d7fc..15568ea 100644
--- a/src/mainboard/google/hatch/variants/puff/overridetree.cb
+++ b/src/mainboard/google/hatch/variants/puff/overridetree.cb
@@ -154,11 +154,9 @@
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
+ chip drivers/i2c/rtd2142
+ device i2c 4a on end
+ end
end # I2C #3
device pci 19.0 on
chip drivers/i2c/generic

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib885b6f229a016e100256597216a930be27fb4b5
Gerrit-Change-Number: 37905
Gerrit-PatchSet: 1
Gerrit-Owner: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-MessageType: newchange