Skip to content

Commit f65a6bd

Browse files
committed
kernel: Bump to 6.18.3
kernel: Fixes for the RP1 clock driver in 6.18 See: raspberrypi/linux#7183
1 parent 8df92ab commit f65a6bd

18,545 files changed

Lines changed: 615167 additions & 614878 deletions

File tree

Some content is hidden

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

boot/kernel.img

4.19 KB
Binary file not shown.

boot/kernel7.img

4.95 KB
Binary file not shown.

boot/kernel7l.img

4.95 KB
Binary file not shown.

boot/kernel8.img

5.46 KB
Binary file not shown.

boot/kernel8_rt.img

5.4 KB
Binary file not shown.

boot/kernel_2712.img

907 Bytes
Binary file not shown.

boot/overlays/README

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2784,6 +2784,17 @@ Load: dtoverlay=i2s-master-dac
27842784
Params: <None>
27852785

27862786

2787+
Name: ilitek-ts-i2c
2788+
Info: Enables I2C connected Ilitek 23XX, 25XX, and 213X touch controllers
2789+
using GPIO 4 (pin 7 on GPIO header) for interrupt.
2790+
Load: dtoverlay=ilitek-ts-i2c,<param>=<val>
2791+
Params: interrupt GPIO used for interrupt (default 4)
2792+
invx Touchscreen inverted x axis
2793+
invy Touchscreen inverted y axis
2794+
swapxy Touchscreen swapped x y axis
2795+
i2c-path Override I2C path to allow for i2c-gpio buses
2796+
2797+
27872798
Name: ilitek251x
27882799
Info: Enables I2C connected Ilitek 251x multiple touch controller using
27892800
GPIO 4 (pin 7 on GPIO header) for interrupt.
@@ -5320,6 +5331,8 @@ Params: ctsrts Enable CTS/RTS on GPIOs 2-3 (default off)
53205331
drive the OE pin of an RS485 transceiver (i.e.
53215332
MAX3078E); also enables the UARTx ctsrts
53225333
parameter, as RTS is required (default off).
5334+
rs485_full_duplex When RS485 mode is enabled, enables receiving of
5335+
data while sending data (default off)
53235336
rs485_invert_rts When RS485 mode is enabled, inverts the RTS
53245337
line from active-high (default) to active-low.
53255338
rs485_rts_on_delay When RS485 mode is enabled, sets the delay (in
@@ -5344,6 +5357,8 @@ Params: ctsrts Enable CTS/RTS on GPIOs 6-7 (default off)
53445357
drive the OE pin of an RS485 transceiver (i.e.
53455358
MAX3078E); also enables the UARTx ctsrts
53465359
parameter, as RTS is required (default off).
5360+
rs485_full_duplex When RS485 mode is enabled, enables receiving of
5361+
data while sending data (default off)
53475362
rs485_invert_rts When RS485 mode is enabled, inverts the RTS
53485363
line from active-high (default) to active-low.
53495364
rs485_rts_on_delay When RS485 mode is enabled, sets the delay (in
@@ -5368,6 +5383,8 @@ Params: ctsrts Enable CTS/RTS on GPIOs 10-11 (default off)
53685383
drive the OE pin of an RS485 transceiver (i.e.
53695384
MAX3078E); also enables the UARTx ctsrts
53705385
parameter, as RTS is required (default off).
5386+
rs485_full_duplex When RS485 mode is enabled, enables receiving of
5387+
data while sending data (default off)
53715388
rs485_invert_rts When RS485 mode is enabled, inverts the RTS
53725389
line from active-high (default) to active-low.
53735390
rs485_rts_on_delay When RS485 mode is enabled, sets the delay (in
@@ -5392,6 +5409,8 @@ Params: ctsrts Enable CTS/RTS on GPIOs 14-15 (default off)
53925409
drive the OE pin of an RS485 transceiver (i.e.
53935410
MAX3078E); also enables the UARTx ctsrts
53945411
parameter, as RTS is required (default off).
5412+
rs485_full_duplex When RS485 mode is enabled, enables receiving of
5413+
data while sending data (default off)
53955414
rs485_invert_rts When RS485 mode is enabled, inverts the RTS
53965415
line from active-high (default) to active-low.
53975416
rs485_rts_on_delay When RS485 mode is enabled, sets the delay (in

boot/overlays/ilitek-ts-i2c.dtbo

1.63 KB
Binary file not shown.

boot/overlays/uart2.dtbo

82 Bytes
Binary file not shown.

boot/overlays/uart3.dtbo

82 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)