ARM: dts: pandora: fix panel compatibility string
authorH. Nikolaus Schaller <[email protected]>
Fri, 1 Dec 2017 07:41:23 +0000 (08:41 +0100)
committerTony Lindgren <[email protected]>
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 <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/omap3-pandora-common.dtsi

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