Skip to content

Commit

Permalink
kernel: Bump to 6.1.25
Browse files Browse the repository at this point in the history
kernel: media: i2c: imx219: Scale the pixel clock rate for the 640x480 mode
See: raspberrypi/linux#5439

kernel: hwmon: emc2305: Add calls to initialise of cooling maps
See: raspberrypi/linux#5440

kernel: Create driver for Waveshare DSI screens
See: raspberrypi/linux#5433

kernel: arm/boot/dts/overlays/mipi-dbi-spi: fix default brightness
See: raspberrypi/linux#5442

kernel: i2c-mux and i2c-pwm overlay updates for alternate i2c buses
See: raspberrypi/linux#5443

kernel: Further EMC2305 tweaks
See: raspberrypi/linux#5441

kernel: drm/vc4: Limit max_bpc to 8 on Pi0-3
See: raspberrypi/linux#5444

kernel: Revert: amba_pl011: Round input clock up

firmware: arm_loader: Set local-bd-address if 6 zeroes found
firmware: arm_loader: Really check for a zero local-bd-address
See: raspberrypi/linux#5437

firmware: arm_dt: Don't overwrite existing i2c aliases
See: raspberrypi/linux#5428

firmware: arm_loader: Reduce CMA warning severity
See: #1807

userland: dtoverlay: Use os_prefix if set
  • Loading branch information
popcornmix committed Apr 25, 2023
1 parent 5c276f5 commit 543692d
Show file tree
Hide file tree
Showing 14,107 changed files with 295,419 additions and 295,265 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified boot/fixup.dat
Binary file not shown.
Binary file modified boot/fixup4.dat
Binary file not shown.
Binary file modified boot/fixup4cd.dat
Binary file not shown.
Binary file modified boot/fixup4db.dat
Binary file not shown.
Binary file modified boot/fixup4x.dat
Binary file not shown.
Binary file modified boot/fixup_cd.dat
Binary file not shown.
Binary file modified boot/fixup_db.dat
Binary file not shown.
Binary file modified boot/fixup_x.dat
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.
54 changes: 54 additions & 0 deletions boot/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -1833,6 +1833,22 @@ Params: pca9542 Select the NXP PCA9542 device

addr Change I2C address of the device (default 0x70)

i2c0 Choose the I2C0 bus on GPIOs 0&1

i2c_csi_dsi Choose the I2C0 bus on GPIOs 44&45

i2c3 Choose the I2C3 bus (configure with the i2c3
overlay - BCM2711 only)

i2c4 Choose the I2C3 bus (configure with the i2c3
overlay - BCM2711 only)

i2c5 Choose the I2C5 bus (configure with the i2c4
overlay - BCM2711 only)

i2c6 Choose the I2C6 bus (configure with the i2c6
overlay - BCM2711 only)


[ The i2c-mux-pca9548a overlay has been deleted. See i2c-mux. ]

Expand All @@ -1841,6 +1857,16 @@ Name: i2c-pwm-pca9685a
Info: Adds support for an NXP PCA9685A I2C PWM controller on i2c_arm
Load: dtoverlay=i2c-pwm-pca9685a,<param>=<val>
Params: addr I2C address of PCA9685A (default 0x40)
i2c0 Choose the I2C0 bus on GPIOs 0&1
i2c_csi_dsi Choose the I2C0 bus on GPIOs 44&45
i2c3 Choose the I2C3 bus (configure with the i2c3
overlay - BCM2711 only)
i2c4 Choose the I2C3 bus (configure with the i2c3
overlay - BCM2711 only)
i2c5 Choose the I2C5 bus (configure with the i2c4
overlay - BCM2711 only)
i2c6 Choose the I2C6 bus (configure with the i2c6
overlay - BCM2711 only)


Name: i2c-rtc
Expand Down Expand Up @@ -4493,6 +4519,34 @@ Load: dtoverlay=vc4-kms-dsi-lt070me05000-v2
Params: <None>


Name: vc4-kms-dsi-waveshare-panel
Info: Enable a Waveshare DSI touchscreen
Includes the Goodix driver for the touchscreen element.
The default is for the display to be using the I2C0 option for control.
Use the i2c1 override if using the I2C1 wiring with jumper wires from
GPIOs 2&3 (pins 3&5).
invx/invy/swapxy should be used with caution as the panel specifier will
set the default inversions for that panel. Always use them after the
panel specifier, and be aware that you may need to set them as =0, not
just adding it.
Requires vc4-kms-v3d to be loaded.
Load: dtoverlay=vc4-kms-dsi-waveshare-panel,<param>=<val>
Params: 2_8_inch 2.8" 480x640
3_4_inch 3.4" 800x800 round
4_0_inch 4.0" 480x800
7_0_inchC 7.0" C 1024x600
7_9_inch 7.9" 400x1280
8_0_inch 8.0" 1280x800
10_1_inch 10.1" 1280x800
11_9_inch 11.9" 320x1480
i2c1 Use i2c-1 with jumper wires from GPIOs 2&3
disable_touch Disable the touch controller
rotation Set the panel orientation property
invx Touchscreen inverted x axis
invy Touchscreen inverted y axis
swapxy Touchscreen swapped x y axis


Name: vc4-kms-kippah-7inch
Info: This overlay is now deprecated - see vc4-kms-dpi-panel,kippah-7inch
Load: <Deprecated>
Expand Down
Binary file modified boot/overlays/i2c-fan.dtbo
Binary file not shown.
Binary file modified boot/overlays/i2c-mux.dtbo
Binary file not shown.
Binary file modified boot/overlays/i2c-pwm-pca9685a.dtbo
Binary file not shown.
Binary file modified boot/overlays/mipi-dbi-spi.dtbo
Binary file not shown.
Binary file added boot/overlays/vc4-kms-dsi-waveshare-panel.dtbo
Binary file not shown.
Binary file modified boot/start.elf
Binary file not shown.
Binary file modified boot/start4.elf
Binary file not shown.
Binary file modified boot/start4cd.elf
Binary file not shown.
Binary file modified boot/start4db.elf
Binary file not shown.
Binary file modified boot/start4x.elf
Binary file not shown.
Binary file modified boot/start_cd.elf
Binary file not shown.
Binary file modified boot/start_db.elf
Binary file not shown.
Binary file modified boot/start_x.elf
Binary file not shown.
1 change: 1 addition & 0 deletions extra/Module.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,7 @@
0x174c6274 ring_buffer_time_stamp vmlinux EXPORT_SYMBOL_GPL
0x42e9d0da ring_buffer_unlock_commit vmlinux EXPORT_SYMBOL_GPL
0xd260af0d ring_buffer_write vmlinux EXPORT_SYMBOL_GPL
0x6b1df4b7 __trace_array_puts vmlinux EXPORT_SYMBOL_GPL
0xb1e25684 __trace_bputs vmlinux EXPORT_SYMBOL_GPL
0x2d41e6f5 __trace_puts vmlinux EXPORT_SYMBOL_GPL
0xaaa918c9 ftrace_dump vmlinux EXPORT_SYMBOL_GPL
Expand Down
1 change: 1 addition & 0 deletions extra/Module7.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,7 @@
0x174c6274 ring_buffer_time_stamp vmlinux EXPORT_SYMBOL_GPL
0x42e9d0da ring_buffer_unlock_commit vmlinux EXPORT_SYMBOL_GPL
0xd260af0d ring_buffer_write vmlinux EXPORT_SYMBOL_GPL
0xa001933b __trace_array_puts vmlinux EXPORT_SYMBOL_GPL
0xb1e25684 __trace_bputs vmlinux EXPORT_SYMBOL_GPL
0x2d41e6f5 __trace_puts vmlinux EXPORT_SYMBOL_GPL
0xaaa918c9 ftrace_dump vmlinux EXPORT_SYMBOL_GPL
Expand Down
1 change: 1 addition & 0 deletions extra/Module7l.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,7 @@
0x174c6274 ring_buffer_time_stamp vmlinux EXPORT_SYMBOL_GPL
0x42e9d0da ring_buffer_unlock_commit vmlinux EXPORT_SYMBOL_GPL
0xd260af0d ring_buffer_write vmlinux EXPORT_SYMBOL_GPL
0x59902d1f __trace_array_puts vmlinux EXPORT_SYMBOL_GPL
0xb1e25684 __trace_bputs vmlinux EXPORT_SYMBOL_GPL
0x2d41e6f5 __trace_puts vmlinux EXPORT_SYMBOL_GPL
0xaaa918c9 ftrace_dump vmlinux EXPORT_SYMBOL_GPL
Expand Down
1 change: 1 addition & 0 deletions extra/Module8.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,7 @@
0x81f372a2 unregister_ftrace_export vmlinux EXPORT_SYMBOL_GPL
0xb43e092c trace_array_put vmlinux EXPORT_SYMBOL_GPL
0x10138352 tracing_on vmlinux EXPORT_SYMBOL_GPL
0xb42cec94 __trace_array_puts vmlinux EXPORT_SYMBOL_GPL
0x2d41e6f5 __trace_puts vmlinux EXPORT_SYMBOL_GPL
0xb1e25684 __trace_bputs vmlinux EXPORT_SYMBOL_GPL
0x369fcd70 tracing_snapshot vmlinux EXPORT_SYMBOL_GPL
Expand Down
Loading

0 comments on commit 543692d

Please sign in to comment.