Skip to content

Commit 003d72e

Browse files
committed
kernel: dtoverlays: Disable kernel drivers for humidity sensor on Sense 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
1 parent d828cc8 commit 003d72e

File tree

34 files changed

+74352
-74348
lines changed

34 files changed

+74352
-74348
lines changed

boot/kernel.img

100644100755
0 Bytes
Binary file not shown.

boot/kernel7.img

100644100755
0 Bytes
Binary file not shown.

boot/kernel7l.img

100644100755
-8 Bytes
Binary file not shown.

boot/kernel8.img

740 Bytes
Binary file not shown.

boot/kernel_2712.img

-373 Bytes
Binary file not shown.

boot/overlays/README

+5
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,8 @@ Params: cs SPI bus Chip Select (default 1)
602602
pmax Maximum reported pressure value (default 65535)
603603
xohms Touchpanel sensitivity (X-plate resistance)
604604
(default 400)
605+
invx Invert x axis
606+
invy Invert y axis
605607

606608
penirq is required and usually xohms (60-100) has to be set as well.
607609
Apart from that, pmax (255) and swapxy are also common.
@@ -2871,6 +2873,9 @@ Params: addr Set I2C address of sensor. Valid values are
28712873
cam0 Adopt the default configuration for CAM0 on a
28722874
Compute Module (CSI0, i2c_vc, and cam0_reg).
28732875
vcm Enable ad5398 VCM associated with the sensor.
2876+
clk-37125 Alternative to clock-frequency=37125000 and
2877+
link-frequency=445500000 for Waveshare modules
2878+
with 37.125MHz clock sources.
28742879

28752880

28762881
Name: imx462

boot/overlays/ads7846.dtbo

138 Bytes
Binary file not shown.

boot/overlays/imx415.dtbo

106 Bytes
Binary file not shown.

boot/overlays/piscreen.dtbo

13 Bytes
Binary file not shown.

boot/overlays/rpi-sense-v2.dtbo

4 Bytes
Binary file not shown.

boot/overlays/rpi-sense.dtbo

4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)