How to porting pcie wifi (Bcm 4356)? at android 5.1

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to porting pcie wifi (Bcm 4356)? at android 5.1

2,265 Views
warrenjan
Contributor II

HI  all 

I'm trying to get a custom board, based on iMX6Q SoC, to bring up the PCIe link connected to a BCM4356.

my buid environment is Android5.1.1_2.1.0-ga 

and at kernel menuconfig .  i set

BUS support -----> [*]PCI support

                     ------>PCI host controller drive                     

                     ------>[*]Freescale i.MX6 PCIe controller.

Device Drivers---->[*]Network device support

                     ------->[*]Wireless LAN

                     -------><*> Broadcom FullMAC wireless cards support 

                      (/system/etc/firmware/bcm/fw_bcmdhd.bin) Firmware path

                      (/system/etc/firmware/bcm/nvram.txt) NVRAM path

                       Enable Chip interface (PCIe bus interface support)

and at kernel device tree

i add

pinctrl_pcie: pciegrp {
fsl,pins = <
MX6QDL_PAD_KEY_ROW1__GPIO4_IO09 0x1b0b0
MX6QDL_PAD_KEY_COL2__GPIO4_IO10 0x1b0b0
>;
};

&pcie {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pcie>;
//disable-gpio = <&gpio5 15 GPIO_ACTIVE_LOW>; //hw alway-high
power-on-gpio = <&gpio4 10 GPIO_ACTIVE_LOW>;
reset-gpio = <&gpio4 9 GPIO_ACTIVE_LOW>;
status = "okay";
};

 but  the log show imx6q-pcie : probe  failed with error -16

 No Broadcom PCI device enumerated!

pastedImage_16.png

Can somebody help me??

0 Kudos
3 Replies

1,410 Views
warrenjan
Contributor II

HI Sijil 

i give up that (BCM4369), and choice the other wifi ac module (AG8812), 

0 Kudos

1,410 Views
sijilcv
Contributor II

Are you able to resolve the issue ? I'm curious to know since I'm going to work on the same part. 

0 Kudos

1,410 Views
igorpadykov
NXP Employee
NXP Employee

Hi warren

porting guidelines are provided by wifi chip vendor, please ask on Murata support link
wireless.murata.com/eng/products/rf-modules-1/wi-fi-bluetooth-for-freescale-i-mx.html

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos