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!