mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 18:49:22 -04:00
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:
committed by
Tony Lindgren
parent
23807f8cba
commit
86ea53b42b
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user