NXP_PN5XX driver issue

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

NXP_PN5XX driver issue

1,424件の閲覧回数
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

ラベル(3)
0 件の賞賛
返信
1 返信

1,336件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

you can refer to the document as below:

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

0 件の賞賛
返信