sb/intel/x/lpc.c: Drop commented-out `gpio_init` call
Change-Id: I4255c63f87e8243237204ac86eb85e34b5aaa225 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50491 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
parent
6324759784
commit
22ad95394e
|
@ -529,9 +529,6 @@ static void lpc_init(struct device *dev)
|
||||||
printk(BIOS_ERR, "Unknown Chipset: 0x%04x\n", dev->device);
|
printk(BIOS_ERR, "Unknown Chipset: 0x%04x\n", dev->device);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set the state of the GPIO lines. */
|
|
||||||
//gpio_init(dev);
|
|
||||||
|
|
||||||
/* Initialize the real time clock. */
|
/* Initialize the real time clock. */
|
||||||
sb_rtc_init();
|
sb_rtc_init();
|
||||||
|
|
||||||
|
|
|
@ -335,9 +335,6 @@ static void lpc_init(struct device *dev)
|
||||||
/* Configure Cx state registers */
|
/* Configure Cx state registers */
|
||||||
i82801gx_configure_cstates(dev);
|
i82801gx_configure_cstates(dev);
|
||||||
|
|
||||||
/* Set the state of the GPIO lines. */
|
|
||||||
//gpio_init(dev);
|
|
||||||
|
|
||||||
/* Initialize the real time clock. */
|
/* Initialize the real time clock. */
|
||||||
i82801gx_rtc_init(dev);
|
i82801gx_rtc_init(dev);
|
||||||
|
|
||||||
|
|
|
@ -431,9 +431,6 @@ static void lpc_init(struct device *dev)
|
||||||
/* Initialize power management */
|
/* Initialize power management */
|
||||||
mobile5_pm_init(dev);
|
mobile5_pm_init(dev);
|
||||||
|
|
||||||
/* Set the state of the GPIO lines. */
|
|
||||||
//gpio_init(dev);
|
|
||||||
|
|
||||||
/* Initialize the real time clock. */
|
/* Initialize the real time clock. */
|
||||||
pch_rtc_init(dev);
|
pch_rtc_init(dev);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue