mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
45 lines
2.0 KiB
Diff
45 lines
2.0 KiB
Diff
From 0fc9df33794037ca36dfc443f2b78ea1ba16a6a8 Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Thu, 19 Oct 2023 10:29:20 +0100
|
|
Subject: [PATCH 0685/1085] dt: Alter alias names from _ to - for drm_fbN_*
|
|
overrides
|
|
|
|
Fixes: 61b138adaead ("dt: Add overrides for drm framebuffer allocations on Pi5")
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
---
|
|
.../arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts | 24 +++++++++----------
|
|
1 file changed, 12 insertions(+), 12 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts
|
|
+++ b/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts
|
|
@@ -824,17 +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;
|
|
+ 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;
|
|
};
|
|
};
|