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>
This commit is contained in:
parent
a347ea3787
commit
ec35a3d885
|
@ -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""
|
||||
|
|
Loading…
Reference in New Issue