Edward O'Callaghan has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37905 )
Change subject: mainboard/google/puff: Enable rtd2142 i2c driver in dt ......................................................................
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
Edward O'Callaghan has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/37905 )
Change subject: mainboard/google/puff: Enable rtd2142 i2c driver in dt ......................................................................
Abandoned
not required.