superio: move files to match the common naming scheme

Change-Id: I1a8fc34aaaf42514c8af97ab155ff2712e7a5448
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/23009
Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Held 2017-12-27 23:12:46 +01:00
parent 18c4e26ede
commit 01d2e46ddb
6 changed files with 6 additions and 5 deletions

View File

@ -13,4 +13,4 @@
## GNU General Public License for more details.
##
ramstage-$(CONFIG_SUPERIO_SMSC_FDC37N972) += fdc37n972.c
ramstage-$(CONFIG_SUPERIO_SMSC_FDC37N972) += superio.c

View File

@ -47,7 +47,8 @@ static struct device_operations ops = {
static struct pnp_info pnp_dev_info[] = {
{ &ops, FDC37N972_SP1, PNP_IO0 | PNP_IRQ0, 0x07f8, },
{ &ops, FDC37N972_SP2, PNP_IO0 | PNP_IRQ0 | PNP_DRQ0 | PNP_DRQ1, 0x07f8, },
{ &ops, FDC37N972_SP2,
PNP_IO0 | PNP_IRQ0 | PNP_DRQ0 | PNP_DRQ1, 0x07f8, },
{ &ops, FDC37N972_KBDC, PNP_IO0 | PNP_IO1 | PNP_IRQ0, 0x07f8, 0x07f8, },
};

View File

@ -13,4 +13,4 @@
## GNU General Public License for more details.
##
ramstage-$(CONFIG_SUPERIO_SMSC_SIO10N268) += sio10n268.c
ramstage-$(CONFIG_SUPERIO_SMSC_SIO10N268) += superio.c

View File

@ -14,4 +14,4 @@
## GNU General Public License for more details.
##
ramstage-$(CONFIG_SUPERIO_VIA_VT1211) += vt1211.c
ramstage-$(CONFIG_SUPERIO_VIA_VT1211) += superio.c