aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/common/block/lpc/lpc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/soc/amd/common/block/lpc/lpc.c b/src/soc/amd/common/block/lpc/lpc.c
index 2586ba95c5..3027aae125 100644
--- a/src/soc/amd/common/block/lpc/lpc.c
+++ b/src/soc/amd/common/block/lpc/lpc.c
@@ -61,12 +61,6 @@ static void lpc_init(struct device *dev)
/* BIT 1 is not defined in public datasheet. */
byte &= ~(1 << 1);
- /*
- * Keep the old way. i.e., when bus master/DMA cycle is going
- * on on LPC, it holds PCI grant, so no LPC slave cycle can
- * interrupt and visit LPC.
- */
- byte &= ~LPC_NOHOG;
pci_write_config8(dev, LPC_MISC_CONTROL_BITS, byte);
/*