Drop W83627THF, it's the same device as W83627THG.
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 16 Nov 2010 23:15:37 +0000 (23:15 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Tue, 16 Nov 2010 23:15:37 +0000 (23:15 +0000)
commit2b6e93bd7ad11e7553e6cd220e1a5038930b09cb
tree9c31d397cfa1da9dd82a1acbae7474bec9db5bf6
parent3226cf8b9cff3dfeda64c189344baa239b375b6e
Drop W83627THF, it's the same device as W83627THG.

The only difference is that the "G" version is in a Pb-free package, which
is not relevant from a programmer's view.

We keep W83627THG (and drop W83627THF) because:

 - The W83627THF had a CIR device / LDN which doesn't actually exist.

 - The W83627THF had no GPIO2, GPIO3 LDNs (were commented out).

 - The W83627THF didn't use the PNP_MSC0/1 which is needed/used by boards.

This also fixes an issue on MSI MS7135's devicetree.cb:

  device pnp 4e.6 off end           # XXX keep allocator happy

The line above can be (and is) removed, as it was only needed due to the
incorrect CIR LDN in the W83627THF.

In the iwill/dk8x target: Drop incorrect LDNs 4 and 6, add 0xb.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6080 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
15 files changed:
src/mainboard/iwill/dk8x/Kconfig
src/mainboard/iwill/dk8x/devicetree.cb
src/mainboard/lanner/em8510/Kconfig
src/mainboard/lanner/em8510/devicetree.cb
src/mainboard/lanner/em8510/romstage.c
src/mainboard/msi/ms7135/Kconfig
src/mainboard/msi/ms7135/devicetree.cb
src/mainboard/msi/ms7135/romstage.c
src/superio/winbond/Kconfig
src/superio/winbond/Makefile.inc
src/superio/winbond/w83627thf/Makefile.inc [deleted file]
src/superio/winbond/w83627thf/chip.h [deleted file]
src/superio/winbond/w83627thf/superio.c [deleted file]
src/superio/winbond/w83627thf/w83627thf.h [deleted file]
src/superio/winbond/w83627thf/w83627thf_early_serial.c [deleted file]