NXP_PN5XX driver issue

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

NXP_PN5XX driver issue

566 Views
PramodKumar
Contributor IV

Hi Team ,

I have followed the https://www.nxp.com/docs/en/application-note/AN11697.pdf  document and did the changes in yocto project kernel 4.14 . Driver is compiled successfully , .o file is generated . But I am not getting any debug message in my OS booting logs .

Driver is not getting registered .

Kindly suggest me for the same as soon as possible .

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

## dts file changes in imx8mm-evk.dts

  pinctrl_i2c3: i2c3grp {
            fsl,pins = <
                MX8MM_IOMUXC_I2C3_SCL_I2C3_SCL            0x400001c3
                MX8MM_IOMUXC_I2C3_SDA_I2C3_SDA            0x400001c3
                MX8MM_IOMUXC_SAI1_TXC_GPIO4_IO11        0x41  /* Changes done for pn5xx  */
                MX8MM_IOMUXC_SAI5_RXD3_GPIO3_IO24        0x41 /* Changes done for pn5xx  */
            >;
        };
------

------      

&i2c3 {
clock-frequency = <400000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c3>;
status = "okay";

nfc:pn544@28 {
status = "okay";
compatible = "nxp,pn544";
reg = <0x28>;
clock-frequency = <400000>;
interrupt-gpios = <&gpio3 24 0>;
enable-gpios = <&gpio4 11 0>;
};

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Best regards ,

Pramod

0 Kudos
1 Reply

478 Views
joanxie
NXP TechSupport
NXP TechSupport

you can refer to the document as below:

https://community.nxp.com/docs/DOC-343007 

0 Kudos