This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ADC128S052SW-LINUX: Driver not loaded - what can be the issue

Part Number: ADC128S052SW-LINUX
Other Parts Discussed in Thread: ADC128S052

Hello,

I've added the driver into menuconfig + according to bindings enable it in my dts.

///// from dts ////

//// SYSTEM MONITOR////

&ecspi1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ecspi1>;
cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
status = "okay";


sysmon@0 {
compatible = "ti,adc128s052";
reg = <0>;
vref-supply = <&reg_5v0>;
spi-max-frequency = <1000000>;
status = "okay";
};

};

I can see that the ecspi1 controller enabled but I don't find any device under it .

It should appear under --> /sys/bus/iio/devices/iio: .... isn't it ????

Please advise what can be the issue.

BR,

Moran.