dtoverlays: Disable kernel drivers for humidity sensor on Sense HATs#6758
Merged
pelwell merged 1 commit intoraspberrypi:rpi-6.12.yfrom Apr 1, 2025
Merged
dtoverlays: Disable kernel drivers for humidity sensor on Sense HATs#6758pelwell merged 1 commit intoraspberrypi:rpi-6.12.yfrom
pelwell merged 1 commit intoraspberrypi:rpi-6.12.yfrom
Conversation
The Sense HAT library talks directly to the humidity sensor via i2cdev. The overlay has always defined the humidity sensor, but the relevant kernel module wasn't being built until raspberrypi#6093, applied to 6.9 and above. We now have a kernel driver claiming the I2C address, so userspace can't talk directly to the sensor. Disable the humidity sensor in the overlays Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
pelwell
approved these changes
Apr 1, 2025
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this pull request
Apr 2, 2025
…se HATs See: raspberrypi/linux#6758 kernel: ads7846 touch overlay fixups See: raspberrypi/linux#6760 kernel: staging: bcm2835-camera: Initialise dev in v4l2_dev See: raspberrypi/linux#6754 kernel: media: i2c: imx415: Correct hmax_min values for 891Mbps/lane See: raspberrypi/linux#6750 kernel: PCI: pcie-brcmstb: fake MSIx support on internal MSI target See: raspberrypi/linux#6761 kernel: DRM fixes for cropping P030/SAND128 on Pi5 See: raspberrypi/linux#6741 kernel: Show process name in set_mempolicy() ignored message See: raspberrypi/linux#6762
popcornmix
added a commit
to raspberrypi/rpi-firmware
that referenced
this pull request
Apr 2, 2025
…se HATs See: raspberrypi/linux#6758 kernel: ads7846 touch overlay fixups See: raspberrypi/linux#6760 kernel: staging: bcm2835-camera: Initialise dev in v4l2_dev See: raspberrypi/linux#6754 kernel: media: i2c: imx415: Correct hmax_min values for 891Mbps/lane See: raspberrypi/linux#6750 kernel: PCI: pcie-brcmstb: fake MSIx support on internal MSI target See: raspberrypi/linux#6761 kernel: DRM fixes for cropping P030/SAND128 on Pi5 See: raspberrypi/linux#6741 kernel: Show process name in set_mempolicy() ignored message See: raspberrypi/linux#6762
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Sense HAT library talks directly to the humidity sensor via i2cdev.
The overlay has always defined the humidity sensor, but the relevant kernel module wasn't being built until
#6093, applied to 6.9 and above.
We now have a kernel driver claiming the I2C address, so userspace can't talk directly to the sensor.
Disable the humidity sensor in the overlays
https://forums.raspberrypi.com/viewtopic.php?p=2307047