Commit 7f245fc
dtoverlays: Disable kernel drivers for humidity sensor on Sense HATs
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
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>1 parent 1f4a3a8 commit 7f245fc
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments