VREFBUF is not working. It does not start the kernelmodule and the ADC values are the MAX_Values.
Hi I have problems with our custom board bringing up the VREFBUF. I eddited the devicetree as follows (also in U-Boot).
&vrefbuf{
status = "okay";
compatible = "st,stm32-vrefbuf";
reg = <0x50025000 0x8>;
regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <2500000>;
clocks = <&rcc VREF>;
vdda-supply = <&vdd>;
};I also tried vdda-supply vdda. Did not change anything.
When i check through the kernel messages there is no sign that the VREFBUF module is started or any error concerning VREFBUF.
Also the VREFBUF is not working what is verified by the ADC Values.
We use the ADC only on the M4 Core.
The VREFBUFF can be activated from the M4 and the ADC is working fine.
What am I doing wrong?
I would be very grateful for some advice!.
