ARM: dts: omap4-droid4: add panel compatible
authorSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 16 Jul 2020 12:57:32 +0000 (14:57 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 19 Aug 2020 06:42:41 +0000 (09:42 +0300)
Add Droid 4 specific compatible value in addition to the
generic one, so that we have the ability to add panel
specific quirks in the future.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/motorola-mapphone-common.dtsi

index 12b67f1..dad772c 100644 (file)
        };
 
        lcd0: panel@0 {
-               compatible = "panel-dsi-cm";
+               compatible = "motorola,droid4-panel", "panel-dsi-cm";
                reg = <0>;
                label = "lcd0";
                vddi-supply = <&lcd_regulator>;