Commit b37a3f6
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 <[email protected]>1 parent dd03775 commit b37a3f6
File tree
2 files changed
+2
-2
lines changed- arch/arm/boot/dts/overlays
2 files changed
+2
-2
lines changed| 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