mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
raspberry-pi/4: Fix comments and indentation.
This commit is contained in:
parent
bd6381e513
commit
3023004e99
1 changed files with 1 additions and 8 deletions
|
@ -20,15 +20,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
# Configure for modesetting in the device tree
|
|
||||||
hardware.deviceTree = {
|
hardware.deviceTree = {
|
||||||
overlays = [
|
overlays = [
|
||||||
# this *should* be equivalent to (which doesn't work):
|
|
||||||
# https://github.com/raspberrypi/linux/blob/rpi-5.10.y/arch/arm/boot/dts/overlays/dwc2-overlay.dts
|
|
||||||
# but actually it's obtained using
|
|
||||||
# dtc -I dtb -O dts ${config.hardware.deviceTree.kernelPackage}/dtbs/overlays/dwc2.dtbo
|
|
||||||
# (changes: modified top-level "compatible" field)
|
|
||||||
# which is slightly different and works
|
|
||||||
{
|
{
|
||||||
name = "rpi-ft5406-overlay";
|
name = "rpi-ft5406-overlay";
|
||||||
dtsText = ''
|
dtsText = ''
|
||||||
|
|
Loading…
Reference in a new issue