950-0388-dt-Use-compatible-string-for-BCM2711-DSI1.patch 653 B

1234567891011121314151617181920212223
  1. From 3fa54d7688eaea066f1478ed6bc6051ee3b11f2b Mon Sep 17 00:00:00 2001
  2. From: Dave Stevenson <[email protected]>
  3. Date: Thu, 12 Nov 2020 18:42:30 +0000
  4. Subject: [PATCH] dt: Use compatible string for BCM2711 DSI1
  5. Updates the compatible string for DSI1 on BCM2711 to
  6. differentiate it from BCM2835.
  7. Signed-off-by: Dave Stevenson <[email protected]>
  8. ---
  9. arch/arm/boot/dts/bcm2711.dtsi | 1 +
  10. 1 file changed, 1 insertion(+)
  11. --- a/arch/arm/boot/dts/bcm2711.dtsi
  12. +++ b/arch/arm/boot/dts/bcm2711.dtsi
  13. @@ -611,6 +611,7 @@
  14. &dsi1 {
  15. interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
  16. + compatible = "brcm,bcm2711-dsi1";
  17. };
  18. &gpio {