raspberrypi / linux

Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
Other
11.03k stars 4.95k forks source link

rpi-sense-overlay.dts has humidity sensor named hts221-humid while upstream hts221 iio driver expect its to be named hts221 #2300

Open ChrisOboe opened 6 years ago

ChrisOboe commented 6 years ago

See title. When the device is renamed hts221 iio driver works fine with the hts221 device on the rpi-sense-hat. Without renaming the hts221 iio driver wont access this device.

Also in the rpi defconfig the hts221 driver isn't included. Maybe that should change too if a hts221 device is provided with rpi-sense hat

XECDesign commented 6 years ago

At the time the overlay was written, the kernel driver did not work properly, so we access the device through the userland instead. I'm happy to revisit it when I get a chance.

JamesH65 commented 6 years ago

@XECDesign Any progress?

XECDesign commented 6 years ago

No, it's not even in the cards for the foreseeable future.