mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 08:21:14 +00:00
more pci fixes
SVN-Revision: 862
This commit is contained in:
parent
7512db38c8
commit
644a46b764
@ -282,7 +282,9 @@ sbpci_init(void *sbh)
|
|||||||
* PCI is bonded out, some boards may leave the pins
|
* PCI is bonded out, some boards may leave the pins
|
||||||
* floating.
|
* floating.
|
||||||
*/
|
*/
|
||||||
if (((chip == BCM4712_DEVICE_ID) && (chippkg == BCM4712SMALL_PKG_ID)) ||
|
if (((chip == BCM4712_DEVICE_ID) &&
|
||||||
|
((chippkg == BCM4712SMALL_PKG_ID) ||
|
||||||
|
(chippkg == BCM4712MID_PKG_ID))) ||
|
||||||
(boardflags & BFL_NOPCI))
|
(boardflags & BFL_NOPCI))
|
||||||
pci_disabled = TRUE;
|
pci_disabled = TRUE;
|
||||||
|
|
||||||
|
@ -98,7 +98,9 @@
|
|||||||
|
|
||||||
#define BCM4712_DEVICE_ID 0x4712 /* 4712 chipcommon chipid */
|
#define BCM4712_DEVICE_ID 0x4712 /* 4712 chipcommon chipid */
|
||||||
#define BCM4712_MIPS_ID 0x4720 /* 4712 base devid */
|
#define BCM4712_MIPS_ID 0x4720 /* 4712 base devid */
|
||||||
|
#define BCM4712LARGE_PKG_ID 0 /* 340pin 4712 package id */
|
||||||
#define BCM4712SMALL_PKG_ID 1 /* 200pin 4712 package id */
|
#define BCM4712SMALL_PKG_ID 1 /* 200pin 4712 package id */
|
||||||
|
#define BCM4712MID_PKG_ID 2 /* 225pin 4712 package id */
|
||||||
|
|
||||||
#define SDIOH_FPGA_ID 0x4380 /* sdio host fpga */
|
#define SDIOH_FPGA_ID 0x4380 /* sdio host fpga */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user