kernel: bump 5.10 to 5.10.110
[openwrt/staging/chunkeey.git] / target / linux / bcm27xx / patches-5.10 / 950-0388-dt-Use-compatible-string-for-BCM2711-DSI1.patch
1 From 3fa54d7688eaea066f1478ed6bc6051ee3b11f2b Mon Sep 17 00:00:00 2001
2 From: Dave Stevenson <dave.stevenson@raspberrypi.com>
3 Date: Thu, 12 Nov 2020 18:42:30 +0000
4 Subject: [PATCH] dt: Use compatible string for BCM2711 DSI1
5
6 Updates the compatible string for DSI1 on BCM2711 to
7 differentiate it from BCM2835.
8
9 Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
10 ---
11 arch/arm/boot/dts/bcm2711.dtsi | 1 +
12 1 file changed, 1 insertion(+)
13
14 --- a/arch/arm/boot/dts/bcm2711.dtsi
15 +++ b/arch/arm/boot/dts/bcm2711.dtsi
16 @@ -611,6 +611,7 @@
17
18 &dsi1 {
19 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
20 + compatible = "brcm,bcm2711-dsi1";
21 };
22
23 &gpio {