We are facing issues with enabling the driver for DAC6571 in our platform.
In device tree file, we have added the following lines:
&i2c12 {
status = "okay";
dac@4c {
compatible = "ti,dac6571";
reg = <0x4c>;
};
};
We have also enabled the driver from the kernel makemenuconfig
Device Drivers ---> Industrial I/O support ---> Digital to analog converters ---> Texas Instruments 8/10/12/16-bit 1/2/4-channel DAC driver
Even after all these, the clock signal remains low and idle.
The journal log is as follows:
Jan 01 00:00:13 rcu kernel: ti-dac5571 12-004c: supply vref not found, using dummy regulator
Jan 01 00:00:13 rcu kernel: ti-dac5571 12-004c: failed to initialize channel 0 to 0
Jan 01 00:00:13 rcu kernel: ti-dac5571: probe of 12-004c failed with error -5
Please suggest some ideas to troubleshoot further.
Thanks and Regards
Ahmed Kausar Kaamila