Skip to content

Commit 7f536a2

Browse files
committed
kernel: lirc_rpi: Lower IR reception error to debug
See: raspberrypi/linux#1361 kernel: vchiq_arm: Access the dequeue_pending flag locked See: raspberrypi/linux@a7419d5 kernel: BCM270X_DT: Add pi3-act-led overlay See: raspberrypi/linux#1363 firmware: sdram: cache the last set_frequency firmware: pwm_sdm: Set SDRAM turbo frequency to default if pwm_sdm is enabled See: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=136445 firmware: vchiq_lib: Don't overwrite loop count mid-loop See: https://discourse.osmc.tv/t/frequent-random-muting-then-freezing/9875/104 firmware: arm_loader: Change mini-UART initialisation order See: #553
1 parent de7aa7e commit 7f536a2

39 files changed

+15604
-15585
lines changed

boot/fixup.dat

-2 Bytes
Binary file not shown.

boot/fixup_cd.dat

0 Bytes
Binary file not shown.

boot/fixup_db.dat

0 Bytes
Binary file not shown.

boot/fixup_x.dat

-4 Bytes
Binary file not shown.

boot/kernel.img

-480 Bytes
Binary file not shown.

boot/kernel7.img

1.05 KB
Binary file not shown.

boot/overlays/README

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,14 @@ Params:
136136

137137
act_led_activelow Set to "on" to invert the sense of the LED
138138
(default "off")
139+
N.B. For Pi3 see pi3-act-led overlay.
139140

140141
act_led_gpio Set which GPIO to use for the activity LED
141142
(in case you want to connect it to an external
142143
device)
143144
(default "16" on a non-Plus board, "47" on a
144145
Plus or Pi 2)
146+
N.B. For Pi3 see pi3-act-led overlay.
145147

146148
pwr_led_trigger
147149
pwr_led_activelow
@@ -478,6 +480,23 @@ Params: speed Display SPI bus speed
478480
[ The pcf8563-rtc overlay has been deleted. See i2c-rtc. ]
479481

480482

483+
Name: pi3-act-led
484+
Info: Pi3 uses a GPIO expander to drive the LEDs which can only be accessed
485+
from the VPU. There is a special driver for this with a separate DT
486+
node, which has the unfortunate consequence of breaking the
487+
act_led_gpio and act_led_activelow dtparams.
488+
This overlay changes the GPIO controller back to the standard one and
489+
restores the dtparams.
490+
Load: dtoverlay=pi3-act-led,<param>=<val>
491+
Params: activelow Set to "on" to invert the sense of the LED
492+
(default "off")
493+
494+
gpio Set which GPIO to use for the activity LED
495+
(in case you want to connect it to an external
496+
device)
497+
REQUIRED
498+
499+
481500
Name: pi3-disable-bt
482501
Info: Disable Pi3 Bluetooth and restore UART0/ttyAMA0 over GPIOs 14 & 15
483502
N.B. To disable the systemd service that initialises the modem so it

boot/overlays/pi3-act-led-overlay.dtb

605 Bytes
Binary file not shown.

boot/start.elf

96 Bytes
Binary file not shown.

boot/start_cd.elf

96 Bytes
Binary file not shown.

boot/start_db.elf

128 Bytes
Binary file not shown.

boot/start_x.elf

96 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)