mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
raspberry-pi."4": add assertion and update some source comments
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
@@ -16,8 +16,9 @@ in
|
||||
hardware.deviceTree = {
|
||||
overlays = [
|
||||
# This overlay was originally taken from:
|
||||
# https://github.com/raspberrypi/linux/blob/rpi-5.15.y/arch/arm/boot/dts/overlays/rpi-backlight-overlay.dts
|
||||
# https://github.com/raspberrypi/linux/blob/rpi-6.1.y/arch/arm/boot/dts/overlays/rpi-backlight-overlay.dts
|
||||
# The only modification made was to change the compatible field to bcm2711
|
||||
# this is the same as for the 5.15.y kernel
|
||||
{
|
||||
name = "rpi-backlight-overlay";
|
||||
dtsText = ''
|
||||
|
||||
Reference in New Issue
Block a user