ARM: dts: pandora: fix panel compatibility string

We can remove the unnecessary "omapdss," prefix because
the omapdrm driver takes care of it when matching with
the driver table.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
H. Nikolaus Schaller
2017-12-21 07:24:35 -08:00
committed by Tony Lindgren
parent 3ed2c47e2a
commit b155232dd8
+1 -1
View File
@@ -627,7 +627,7 @@
lcd: lcd@1 {
reg = <1>; /* CS1 */
compatible = "omapdss,tpo,td043mtea1";
compatible = "tpo,td043mtea1";
spi-max-frequency = <100000>;
spi-cpol;
spi-cpha;