Skip to content

Commit 0371229

Browse files
committed
kernel: Bump to 6.12.31
kernel: overlays: sc16is75x: Add generic SPI overlay See: raspberrypi/linux#6865 kernel: add mira220 image sensor See: raspberrypi/linux#6717 kernel: defconfigs: Enable WATCHDOG_SYSFS See: raspberrypi/linux#6875 kernel: drivers: pci: hailo: Better lock handling when calling find_vdma() See: raspberrypi/linux#6868 kernel: drivers: media: imx500: Enable sensor temperature monitoring See: raspberrypi/linux#6877 kernel: firmware: rp1: Rename to rp1-fw to avoid module name collision See: raspberrypi/linux#6879 kernel: Candidate fixes for camera sync issues See: raspberrypi/linux#6863
1 parent 0124e8a commit 0371229

File tree

18,402 files changed

+550632
-550293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

18,402 files changed

+550632
-550293
lines changed

boot/kernel.img

3.39 KB
Binary file not shown.

boot/kernel7.img

3.74 KB
Binary file not shown.

boot/kernel7l.img

3.82 KB
Binary file not shown.

boot/kernel8.img

571 Bytes
Binary file not shown.

boot/kernel_2712.img

2.05 KB
Binary file not shown.

boot/overlays/README

Lines changed: 35 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3552,6 +3552,21 @@ Params:
35523552
(default 16).
35533553

35543554

3555+
Name: mira220
3556+
Info: ams mira220 camera module.
3557+
Uses Unicam 1, which is the standard camera connector on most Pi
3558+
variants.
3559+
Load: dtoverlay=mira220,<param>=<val>
3560+
Params: rotation Mounting rotation of the camera sensor (0 or
3561+
180, default 0)
3562+
orientation Sensor orientation (0 = front, 1 = rear,
3563+
2 = external, default external)
3564+
media-controller Configure use of Media Controller API for
3565+
configuring the sensor (default on)
3566+
cam0 Adopt the default configuration for CAM0 on a
3567+
Compute Module (CSI0, i2c_vc, and cam0_reg).
3568+
3569+
35553570
Name: mlx90640
35563571
Info: Overlay for i2c connected mlx90640 thermal camera
35573572
Load: dtoverlay=mlx90640
@@ -4463,11 +4478,9 @@ Params: int_pin GPIO used for IRQ (default 24)
44634478

44644479

44654480
Name: sc16is750-spi0
4466-
Info: Overlay for the NXP SC16IS750 UART with SPI Interface
4467-
Enables the chip on SPI0.
4468-
Load: dtoverlay=sc16is750-spi0,<param>=<val>
4469-
Params: int_pin GPIO used for IRQ (default 24)
4470-
xtal On-board crystal frequency (default 14745600)
4481+
Info: This overlay is now deprecated. Use
4482+
"dtoverlay=sc16is75x-spi,sc16is750,spi0-0,..." instead.
4483+
Load: <Deprecated>
44714484

44724485

44734486
Name: sc16is752-i2c
@@ -4483,21 +4496,27 @@ Params: int_pin GPIO used for IRQ (default 24)
44834496

44844497

44854498
Name: sc16is752-spi0
4486-
Info: Overlay for the NXP SC16IS752 Dual UART with SPI Interface
4487-
Enables the chip on SPI0.
4488-
Load: dtoverlay=sc16is752-spi0,<param>=<val>
4489-
Params: int_pin GPIO used for IRQ (default 24)
4490-
xtal On-board crystal frequency (default 14745600)
4499+
Info: This overlay is now deprecated. Use
4500+
"dtoverlay=sc16is75x-spi,sc16is752,spi0-0,..." instead.
4501+
Load: <Deprecated>
44914502

44924503

44934504
Name: sc16is752-spi1
4494-
Info: Overlay for the NXP SC16IS752 Dual UART with SPI Interface
4495-
Enables the chip on SPI1.
4496-
N.B.: spi1 is only accessible on devices with a 40pin header, eg:
4497-
A+, B+, Zero and PI2 B; as well as the Compute Module.
4505+
Info: This overlay is now deprecated. Use
4506+
"dtoverlay=sc16is75x-spi,sc16is752,spi1-0,..." instead.
4507+
Load: <Deprecated>
44984508

4499-
Load: dtoverlay=sc16is752-spi1,<param>=<val>
4500-
Params: int_pin GPIO used for IRQ (default 24)
4509+
4510+
Name: sc16is75x-spi
4511+
Info: Overlay for the NXP SC16IS750/2 (Dual) UART with SPI Interface
4512+
Enables the chip on SPI.
4513+
4514+
Load: dtoverlay=sc16is75x-spi,<param>=<val>
4515+
Params: sc16is750 Device is a SC16IS750 UART (default on)
4516+
sc16is752 Device is a SC16IS752 Dual UART
4517+
spi<n>-<m> Configure device at spi<n>, cs<m>
4518+
(boolean, required)
4519+
int_pin GPIO used for IRQ (default 24)
45014520
xtal On-board crystal frequency (default 14745600)
45024521

45034522

boot/overlays/mira220.dtbo

2.93 KB
Binary file not shown.

boot/overlays/overlay_map.dtb

272 Bytes
Binary file not shown.

boot/overlays/sc16is750-spi0.dtbo

-1.72 KB
Binary file not shown.

boot/overlays/sc16is752-spi0.dtbo

-1.72 KB
Binary file not shown.

0 commit comments

Comments
 (0)