mb/siemens/mc_ehl2: Invert PHY IRQ from falling edge to rising edge
There are three external Marvell PHY 88E1512 on this mainboard. The PHY IRQ comes with a falling edge but the EHL MAC side needs a rising edge signal. For that reason, we need an inversion of the IRQ polarity. Change-Id: Id3caf582b4434b046779f5733e6ad9b57528ce35 Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63889 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
dccdaceb49
commit
5b3ccc253f
|
@ -104,6 +104,9 @@ chip soc/intel/elkhartlake
|
|||
register "PchTsnGbeSgmiiEnable" = "1"
|
||||
register "PseDmaOwn[0]" = "Host_Owned"
|
||||
register "PseDmaOwn[1]" = "Host_Owned"
|
||||
register "pch_tsn_phy_irq_edge" = "RISING_EDGE"
|
||||
register "pse_tsn_phy_irq_edge[0]" = "RISING_EDGE"
|
||||
register "pse_tsn_phy_irq_edge[1]" = "RISING_EDGE"
|
||||
|
||||
register "common_soc_config" = "{
|
||||
.i2c[2] = {
|
||||
|
|
Loading…
Reference in New Issue