]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: pandora: fix panel compatibility string
authorH. Nikolaus Schaller <hns@goldelico.com>
Fri, 1 Dec 2017 07:41:23 +0000 (08:41 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Dec 2017 15:24:35 +0000 (07:24 -0800)
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>
arch/arm/boot/dts/omap3-pandora-common.dtsi

index cd53dc6c00516b4d9be3aa5f3023a7ae1a3ffb48..f83b1029b3b72b7122289bff8434d9394bd98490 100644 (file)
@@ -627,7 +627,7 @@ tsc2046@0 {
 
        lcd: lcd@1 {
                reg = <1>;      /* CS1 */
-               compatible =    "omapdss,tpo,td043mtea1";
+               compatible =    "tpo,td043mtea1";
                spi-max-frequency = <100000>;
                spi-cpol;
                spi-cpha;