Skip to content

Commit 42aa6ae

Browse files
6by9pelwell
authored andcommitted
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 <[email protected]>
1 parent a1ed9cf commit 42aa6ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/bcm2711.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@
554554

555555
&dsi1 {
556556
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
557+
compatible = "brcm,bcm2711-dsi1";
557558
};
558559

559560
&gpio {

0 commit comments

Comments
 (0)