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.

reading the omap3530 temperature sensor

Other Parts Discussed in Thread: OMAP3530

 

What is the right way to read the omap3530's temperature sensor from linux?  I've seen posts which reference /sys/devices/platform/omap34xx_temp/temp1_input, but that doesn't exist in my kernel.  I'm using the 3.00.00.05 PSP kernel (2.6.32).

I also tried reading 0x48002524 directly with devmem2, and setting continuous conversion, but it always seems to read as zero.

Thanks