Skip to content

Commit

Permalink
kernel: Bump to 6.1.66
Browse files Browse the repository at this point in the history
kernel: configs: rpi: Compile TSC2007 as module
See: raspberrypi/linux#5776

kernel: Cfe improvements
See: raspberrypi/linux#5632

kernel: Add support for Arducam OV64A40 64Mpx camera module
See: raspberrypi/linux#5708

kernel: 2712 MOP/MOPlet fixes
See: raspberrypi/linux#5773

kernel: dts: bcm2712: put usb under /axi not /soc
See: raspberrypi/linux#5772
  • Loading branch information
popcornmix committed Dec 11, 2023
1 parent 3d5ffbf commit 7e6decc
Show file tree
Hide file tree
Showing 17,804 changed files with 367,711 additions and 367,519 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified boot/bcm2712-rpi-5-b.dtb
Binary file not shown.
Binary file modified boot/kernel.img
Binary file not shown.
Binary file modified boot/kernel7.img
Binary file not shown.
Binary file modified boot/kernel7l.img
Binary file not shown.
Binary file modified boot/kernel8.img
Binary file not shown.
Binary file modified boot/kernel_2712.img
Binary file not shown.
29 changes: 25 additions & 4 deletions boot/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ Params: cam0-arducam-64mp Select Arducam64MP for camera on port 0
cam0-imx708 Select IMX708 for camera on port 0
cam0-ov2311 Select OV2311 for camera on port 0
cam0-ov5647 Select OV5647 for camera on port 0
cam0-ov64a40 Select OV64A40 for camera on port 0
cam0-ov7251 Select OV7251 for camera on port 0
cam0-ov9281 Select OV9281 for camera on port 0
cam0-imx290-clk-freq Set clock frequency for an IMX290 on port 0
Expand All @@ -829,6 +830,7 @@ Params: cam0-arducam-64mp Select Arducam64MP for camera on port 0
cam1-imx708 Select IMX708 for camera on port 1
cam1-ov2311 Select OV2311 for camera on port 1
cam1-ov5647 Select OV5647 for camera on port 1
cam1-ov64a40 Select OV64A40 for camera on port 1
cam1-ov7251 Select OV7251 for camera on port 1
cam1-ov9281 Select OV9281 for camera on port 1
cam1-imx290-clk-freq Set clock frequency for an IMX290 on port 1
Expand All @@ -850,6 +852,7 @@ Params: cam0-arducam-64mp Select Arducam64MP for camera on port 0
cam0-imx708 Select IMX708 for camera on port 0
cam0-ov2311 Select OV2311 for camera on port 0
cam0-ov5647 Select OV5647 for camera on port 0
cam0-ov64a40 Select OV64A40 for camera on port 0
cam0-ov7251 Select OV7251 for camera on port 0
cam0-ov9281 Select OV9281 for camera on port 0
cam0-imx290-clk-freq Set clock frequency for an IMX290 on port 0
Expand All @@ -862,6 +865,7 @@ Params: cam0-arducam-64mp Select Arducam64MP for camera on port 0
cam1-imx708 Select IMX708 for camera on port 1
cam1-ov2311 Select OV2311 for camera on port 1
cam1-ov5647 Select OV5647 for camera on port 1
cam1-ov64a40 Select OV64A40 for camera on port 1
cam1-ov7251 Select OV7251 for camera on port 1
cam1-ov9281 Select OV9281 for camera on port 1
cam1-imx290-clk-freq Set clock frequency for an IMX290 on port 1
Expand All @@ -874,6 +878,7 @@ Params: cam0-arducam-64mp Select Arducam64MP for camera on port 0
cam2-imx708 Select IMX708 for camera on port 2
cam2-ov2311 Select OV2311 for camera on port 2
cam2-ov5647 Select OV5647 for camera on port 2
cam2-ov64a40 Select OV64A40 for camera on port 2
cam2-ov7251 Select OV7251 for camera on port 2
cam2-ov9281 Select OV9281 for camera on port 2
cam2-imx290-clk-freq Set clock frequency for an IMX290 on port 2
Expand All @@ -886,6 +891,7 @@ Params: cam0-arducam-64mp Select Arducam64MP for camera on port 0
cam3-imx708 Select IMX708 for camera on port 3
cam3-ov2311 Select OV2311 for camera on port 3
cam3-ov5647 Select OV5647 for camera on port 3
cam3-ov64a40 Select OV64A40 for camera on port 3
cam3-ov7251 Select OV7251 for camera on port 3
cam3-ov9281 Select OV9281 for camera on port 3
cam3-imx290-clk-freq Set clock frequency for an IMX290 on port 3
Expand Down Expand Up @@ -1128,10 +1134,6 @@ Params: dr_mode Dual role mode: "host", "peripheral" or "otg"
mode


Name: dwc2-pi5
Info: See dwc2 (this is the Pi 5 version)


[ The ds1307-rtc overlay has been deleted. See i2c-rtc. ]


Expand Down Expand Up @@ -3226,6 +3228,25 @@ Params: rotation Mounting rotation of the camera sensor (0 or
vcm Configure a VCM focus drive on the sensor.


Name: ov64a40
Info: Arducam OV64A40 camera module.
Uses Unicam 1, which is the standard camera connector on most Pi
variants.
Load: dtoverlay=ov64a40,<param>=<val>
Params: rotation Mounting rotation of the camera sensor (0 or
180, default 0)
orientation Sensor orientation (0 = front, 1 = rear,
2 = external, default external)
media-controller Configure use of Media Controller API for
configuring the sensor (default on)
cam0 Adopt the default configuration for CAM0 on a
Compute Module (CSI0, i2c_vc, and cam0_reg).
vcm Select lens driver state. Default is enabled,
but vcm=off will disable.
link-frequency Allowable link frequency values to use in Hz:
456000000 (default), 360000000


Name: ov7251
Info: Omnivision OV7251 camera module.
Uses Unicam 1, which is the standard camera connector on most Pi
Expand Down
Binary file modified boot/overlays/camera-mux-2port.dtbo
Binary file not shown.
Binary file modified boot/overlays/camera-mux-4port.dtbo
Binary file not shown.
Binary file removed boot/overlays/dwc2-pi5.dtbo
Binary file not shown.
Binary file added boot/overlays/ov64a40.dtbo
Binary file not shown.
Binary file modified boot/overlays/overlay_map.dtb
Binary file not shown.
Loading

0 comments on commit 7e6decc

Please sign in to comment.