mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
Merge branch 'pci/controller/j721e'
- Correct the 'link down' interrupt bit for J784S4 (Siddharth Vadapalli) * pci/controller/j721e: PCI: j721e: Fix the value of .linkdown_irq_regfield for J784S4
This commit is contained in:
commit
f2d4def0e9
|
|
@ -355,6 +355,7 @@ static const struct j721e_pcie_data j7200_pcie_rc_data = {
|
|||
static const struct j721e_pcie_data j7200_pcie_ep_data = {
|
||||
.mode = PCI_MODE_EP,
|
||||
.quirk_detect_quiet_flag = true,
|
||||
.linkdown_irq_regfield = J7200_LINK_DOWN,
|
||||
.quirk_disable_flr = true,
|
||||
.max_lanes = 2,
|
||||
};
|
||||
|
|
@ -376,13 +377,13 @@ static const struct j721e_pcie_data j784s4_pcie_rc_data = {
|
|||
.mode = PCI_MODE_RC,
|
||||
.quirk_retrain_flag = true,
|
||||
.byte_access_allowed = false,
|
||||
.linkdown_irq_regfield = LINK_DOWN,
|
||||
.linkdown_irq_regfield = J7200_LINK_DOWN,
|
||||
.max_lanes = 4,
|
||||
};
|
||||
|
||||
static const struct j721e_pcie_data j784s4_pcie_ep_data = {
|
||||
.mode = PCI_MODE_EP,
|
||||
.linkdown_irq_regfield = LINK_DOWN,
|
||||
.linkdown_irq_regfield = J7200_LINK_DOWN,
|
||||
.max_lanes = 4,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user