diff options
author | Dave Stevenson <[email protected]> | 2020-12-03 14:25:43 +0100 |
---|---|---|
committer | Nicolas Saenz Julienne <[email protected]> | 2021-01-25 20:35:46 +0100 |
commit | fcb985a0642ee169c6cf4d2322873f853d50abb2 (patch) | |
tree | 5a5cdc065136648733c0990f4f30f6cc261b90fe | |
parent | 5c8fe583cce542aa0b84adc939ce85293de36e5e (diff) |
ARM: dts: bcm2711: 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]>
Signed-off-by: Maxime Ripard <[email protected]>
Signed-off-by: Nicolas Saenz Julienne <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm/boot/dts/bcm2711.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi index 4847dd305317..f53a51cc91f0 100644 --- a/arch/arm/boot/dts/bcm2711.dtsi +++ b/arch/arm/boot/dts/bcm2711.dtsi @@ -540,6 +540,7 @@ &dsi1 { interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; + compatible = "brcm,bcm2711-dsi1"; }; &gpio { |