openwrt/target/linux/bcm27xx/patches-6.1/950-1040-dt-Alter-alias-names-from-_-to-for-drm_dsiN.patch
Marty Jones 2e715fb4fc bcm27xx: update 6.1 patches to latest version
Add support for BCM2712 (Raspberry Pi 5).
3bb5880ab3
Patches were generated from the diff between linux kernel branch linux-6.1.y
and rpi-6.1.y from raspberry pi kernel source:
- git format-patch linux-6.1.y...rpi-6.1.y

Build system: x86_64
Build-tested: bcm2708, bcm2709, bcm2710, bcm2711
Run-tested: bcm2710/RPi3B, bcm2711/RPi4B

Signed-off-by: Marty Jones <mj8263788@gmail.com>
[Remove applied and reverted patches, squash patches and config commits]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-01-25 17:46:45 +01:00

25 lines
774 B
Diff

From e33170e21494279801e9f17eeb910ec45ebd740c Mon Sep 17 00:00:00 2001
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
Date: Thu, 19 Oct 2023 10:28:43 +0100
Subject: [PATCH] dt: Alter alias names from _ to - for drm_dsiN
Fixes: 7ec42740a45b ("dt: Add DSI1 and DSI2 aliases to 2712")
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
---
arch/arm/boot/dts/bcm2712-rpi-5-b.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/arch/arm/boot/dts/bcm2712-rpi-5-b.dts
+++ b/arch/arm/boot/dts/bcm2712-rpi-5-b.dts
@@ -787,8 +787,8 @@ spi10_cs_pins: &spi10_cs_gpio1 {};
gpio4 = &pinctrl_aon;
usb0 = &rp1_usb0;
usb1 = &rp1_usb1;
- drm_dsi1 = &dsi0;
- drm_dsi2 = &dsi1;
+ drm-dsi1 = &dsi0;
+ drm-dsi2 = &dsi1;
};
__overrides__ {