2021-08-21 08:54:34 +00:00
|
|
|
From 3fa54d7688eaea066f1478ed6bc6051ee3b11f2b Mon Sep 17 00:00:00 2001
|
|
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
|
|
Date: Thu, 12 Nov 2020 18:42:30 +0000
|
|
|
|
Subject: [PATCH] dt: Use compatible string for BCM2711 DSI1
|
|
|
|
|
|
|
|
Updates the compatible string for DSI1 on BCM2711 to
|
|
|
|
differentiate it from BCM2835.
|
|
|
|
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
|
|
---
|
|
|
|
arch/arm/boot/dts/bcm2711.dtsi | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
--- a/arch/arm/boot/dts/bcm2711.dtsi
|
|
|
|
+++ b/arch/arm/boot/dts/bcm2711.dtsi
|
2022-04-08 16:35:54 +00:00
|
|
|
@@ -611,6 +611,7 @@
|
2021-08-21 08:54:34 +00:00
|
|
|
|
|
|
|
&dsi1 {
|
|
|
|
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
|
+ compatible = "brcm,bcm2711-dsi1";
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio {
|