diff --git a/arch/arm/boot/dts/bcm2712-rpi-5-b.dts b/arch/arm/boot/dts/bcm2712-rpi-5-b.dts index 5688f48d579b0e..2b176a8327eba4 100644 --- a/arch/arm/boot/dts/bcm2712-rpi-5-b.dts +++ b/arch/arm/boot/dts/bcm2712-rpi-5-b.dts @@ -824,5 +824,17 @@ spi10_cs_pins: &spi10_cs_gpio1 {}; act_led_trigger = <&act_led>, "linux,default-trigger"; pwr_led_activelow = <&pwr_led>, "gpios:8"; pwr_led_trigger = <&pwr_led>, "linux,default-trigger"; + drm_fb0_rp1_dsi0 = <&aliases>, "drm_fb0=",&dsi0; + drm_fb0_rp1_dsi1 = <&aliases>, "drm_fb0=",&dsi1; + drm_fb0_rp1_dpi = <&aliases>, "drm_fb0=",&dpi; + drm_fb0_vc4 = <&aliases>, "drm_fb0=",&vc4; + drm_fb1_rp1_dsi0 = <&aliases>, "drm_fb1=",&dsi0; + drm_fb1_rp1_dsi1 = <&aliases>, "drm_fb1=",&dsi1; + drm_fb1_rp1_dpi = <&aliases>, "drm_fb1=",&dpi; + drm_fb1_vc4 = <&aliases>, "drm_fb1=",&vc4; + drm_fb2_rp1_dsi0 = <&aliases>, "drm_fb2=",&dsi0; + drm_fb2_rp1_dsi1 = <&aliases>, "drm_fb2=",&dsi1; + drm_fb2_rp1_dpi = <&aliases>, "drm_fb2=",&dpi; + drm_fb2_vc4 = <&aliases>, "drm_fb2=",&vc4; }; }; diff --git a/arch/arm/boot/dts/overlays/README b/arch/arm/boot/dts/overlays/README index 73a5a3431fc58f..daf28e29f3c06c 100644 --- a/arch/arm/boot/dts/overlays/README +++ b/arch/arm/boot/dts/overlays/README @@ -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.