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