Skip to content

Commit

Permalink
kernel: overlays: Add Pi 5 version of dwc2
Browse files Browse the repository at this point in the history
See: raspberrypi/linux#5661

kernel: Swap DT aliases from underscore to hyphen
See: raspberrypi/linux#5662

kernel: Add DT aliases to map to DRM card names
See: raspberrypi/linux#5629

kernel: Forcing /dev/fbN assignments for DRM cards
See: raspberrypi/linux#5660

kernel: dts: bcm2712: Use the new model name
See: https://forums.raspberrypi.com/viewtopic.php?p=2146474#p2146474
  • Loading branch information
popcornmix committed Oct 19, 2023
1 parent fdb9eaf commit 9272f0f
Show file tree
Hide file tree
Showing 386 changed files with 160,937 additions and 160,888 deletions.
Binary file modified boot/bcm2712-rpi-5-b.dtb
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.
Binary file modified boot/kernel_2712.img
Binary file not shown.
28 changes: 28 additions & 0 deletions boot/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,30 @@ Params:
cooling_fan Enables the Pi 5 cooling fan (enabled
automatically by the firmware)

drm_fb0_rp1_dpi Assign /dev/fb0 to the RP1 DPI output

drm_fb0_rp1_dsi0 Assign /dev/fb0 to the RP1 DSI0 output

drm_fb0_rp1_dsi1 Assign /dev/fb0 to the RP1 DSI1 output

drm_fb0_vc4 Assign /dev/fb0 to the vc4 outputs

drm_fb1_rp1_dpi Assign /dev/fb1 to the RP1 DPI output

drm_fb1_rp1_dsi0 Assign /dev/fb1 to the RP1 DSI0 output

drm_fb1_rp1_dsi1 Assign /dev/fb1 to the RP1 DSI1 output

drm_fb1_vc4 Assign /dev/fb1 to the vc4 outputs

drm_fb2_rp1_dpi Assign /dev/fb2 to the RP1 DPI output

drm_fb2_rp1_dsi0 Assign /dev/fb2 to the RP1 DSI0 output

drm_fb2_rp1_dsi1 Assign /dev/fb2 to the RP1 DSI1 output

drm_fb2_vc4 Assign /dev/fb2 to the vc4 outputs

eee Enable Energy Efficient Ethernet support for
compatible devices (default "on"). See also
"tx_lpi_timer". Pi3B+ only.
Expand Down Expand Up @@ -1083,6 +1107,10 @@ Params: dr_mode Dual role mode: "host", "peripheral" or "otg"
mode


Name: dwc2-pi5
Info: See dwc2 (this is the Pi 5 version)


[ The ds1307-rtc overlay has been deleted. See i2c-rtc. ]


Expand Down
Binary file added boot/overlays/dwc2-pi5.dtbo
Binary file not shown.
Binary file modified boot/overlays/overlay_map.dtb
Binary file not shown.
303 changes: 152 additions & 151 deletions extra/Module.symvers

Large diffs are not rendered by default.

303 changes: 152 additions & 151 deletions extra/Module7.symvers

Large diffs are not rendered by default.

303 changes: 152 additions & 151 deletions extra/Module7l.symvers

Large diffs are not rendered by default.

303 changes: 152 additions & 151 deletions extra/Module8.symvers

Large diffs are not rendered by default.

303 changes: 152 additions & 151 deletions extra/Module_2712.symvers

Large diffs are not rendered by default.

Loading

0 comments on commit 9272f0f

Please sign in to comment.