Skip to content

Commit

Permalink
ARM: dts: omap4-droid4: add panel compatible
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
sre authored and tmlind committed Aug 19, 2020
1 parent 23807f8 commit 86ea53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/motorola-mapphone-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
};

lcd0: panel@0 {
compatible = "panel-dsi-cm";
compatible = "motorola,droid4-panel", "panel-dsi-cm";
reg = <0>;
label = "lcd0";
vddi-supply = <&lcd_regulator>;
Expand Down

0 comments on commit 86ea53b

Please sign in to comment.