mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 02:37:31 +01:00
Merge "pci: ipq53xx: Enable qcn9224 related commands for ipq53xx"
This commit is contained in:
commit
7dbd65ad1e
1 changed files with 2 additions and 2 deletions
|
|
@ -405,7 +405,7 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||
|
||||
#define PCIE_PHY_DELAY_MS 0xFFFFFFFF
|
||||
|
||||
#if defined(CONFIG_IPQ9574)
|
||||
#if defined(CONFIG_IPQ9574) || defined(CONFIG_IPQ5332)
|
||||
#define QCN_VENDOR_ID 0x17CB
|
||||
#define QCN9224_DEVICE_ID 0x1109
|
||||
#define QCN9000_DEVICE_ID 0x1104
|
||||
|
|
@ -1915,7 +1915,7 @@ void pci_init_board (void)
|
|||
}
|
||||
}
|
||||
|
||||
#if defined(CONFIG_IPQ9574)
|
||||
#if defined(CONFIG_IPQ9574) || defined(CONFIG_IPQ5332)
|
||||
static struct pci_device_id supported_device[] = {
|
||||
{QCN_VENDOR_ID, QCN9224_DEVICE_ID},
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue