Nau8822 Probe error On Android 14

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

Nau8822 Probe error On Android 14

469 Views
liangyan
Contributor III

hi NXP

 I found nau882 codec is not probed on Android 14 BSP (linux-6.6.y). and I find below error:

 
 

i2c 2-001a: Resources present before probing

my dts file config:

codec: nau8822@1a {
    compatible = "nuvoton,nau8822";
    reg = <0x1a>;
   clocks = <&audio_blk_ctrl IMX8MP_CLK_AUDIOMIX_SAI3_MCLK1>;
   clock-names = "mclk";
};
 
but if delete clocks node ,the codec driver will probe success!
 
 

 

Labels (1)
0 Kudos
Reply
1 Reply

453 Views
JorgeCas
NXP TechSupport
NXP TechSupport

Hello,

According to NAU8822 documentation it is not needed to add that property in the node.

linux-imx/Documentation/devicetree/bindings/sound/nuvoton,nau8822.yaml at lf-6.6.y · nxp-imx/linux-i...

Best regards.

0 Kudos
Reply