superio/ite/it8728f: remove unused LDN selection register define
Change-Id: Ie7a8af46a59c36b0dd62f227a6b53918c8fde7b8 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37742 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
9db39879a8
commit
bbe66e4555
|
@ -30,7 +30,6 @@
|
||||||
|
|
||||||
/* Global configuration registers. */
|
/* Global configuration registers. */
|
||||||
#define IT8728F_CONFIG_REG_CC 0x02 /* Configure Control (write-only). */
|
#define IT8728F_CONFIG_REG_CC 0x02 /* Configure Control (write-only). */
|
||||||
#define IT8728F_CONFIG_REG_LDN 0x07 /* Logical Device Number. */
|
|
||||||
#define IT8728F_CONFIG_REG_CHIPVERS 0x22 /* Chip version */
|
#define IT8728F_CONFIG_REG_CHIPVERS 0x22 /* Chip version */
|
||||||
#define IT8728F_CONFIG_REG_CLOCKSEL 0x23 /* Clock Selection. */
|
#define IT8728F_CONFIG_REG_CLOCKSEL 0x23 /* Clock Selection. */
|
||||||
#define IT8728F_CONFIG_REG_SWSUSP 0x24 /* Software Suspend, Flash I/F. 'Special register' */
|
#define IT8728F_CONFIG_REG_SWSUSP 0x24 /* Software Suspend, Flash I/F. 'Special register' */
|
||||||
|
|
Loading…
Reference in New Issue