ARM: dts: omap4-droid4: add panel compatible

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>
This commit is contained in:
Sebastian Reichel
2020-07-16 14:57:32 +02:00
committed by Tony Lindgren
parent 23807f8cba
commit 86ea53b42b

View File

@@ -208,7 +208,7 @@ dsi1_out_ep: endpoint {
};
lcd0: panel@0 {
compatible = "panel-dsi-cm";
compatible = "motorola,droid4-panel", "panel-dsi-cm";
reg = <0>;
label = "lcd0";
vddi-supply = <&lcd_regulator>;