whl-u: remove invalid i2c_hid interrupt
Change-Id: Id62800031ba9c2e990bfd25de708ab249c9f2e96
This commit is contained in:
		@@ -222,7 +222,6 @@ chip soc/intel/cannonlake
 | 
				
			|||||||
			chip drivers/i2c/hid
 | 
								chip drivers/i2c/hid
 | 
				
			||||||
				register "generic.hid" = ""PNP0C50""
 | 
									register "generic.hid" = ""PNP0C50""
 | 
				
			||||||
				register "generic.desc" = ""Synaptics Touchpad""
 | 
									register "generic.desc" = ""Synaptics Touchpad""
 | 
				
			||||||
				register "generic.irq" = "ACPI_IRQ_EDGE_LOW(GPP_C23_IRQ)"
 | 
					 | 
				
			||||||
				register "generic.probed" = "1"
 | 
									register "generic.probed" = "1"
 | 
				
			||||||
				register "hid_desc_reg_offset" = "0x20"
 | 
									register "hid_desc_reg_offset" = "0x20"
 | 
				
			||||||
				device i2c 2c on end
 | 
									device i2c 2c on end
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -250,8 +250,8 @@ static const struct pad_config gpio_table[] = {
 | 
				
			|||||||
		PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1),
 | 
							PAD_CFG_NF(GPP_C21, NONE, DEEP, NF1),
 | 
				
			||||||
		// NC
 | 
							// NC
 | 
				
			||||||
		PAD_CFG_NC(GPP_C22),
 | 
							PAD_CFG_NC(GPP_C22),
 | 
				
			||||||
		// TP_ATTN#
 | 
							// NC
 | 
				
			||||||
		PAD_CFG_GPI_APIC(GPP_C23, NONE, PLTRST, EDGE_SINGLE, INVERT),
 | 
							PAD_CFG_NC(GPP_C23),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// GPP_D
 | 
					// GPP_D
 | 
				
			||||||
	// SPI1
 | 
						// SPI1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user