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:
parent
3ed2c47e2a
commit
b155232dd8
|
@ -627,7 +627,7 @@ tsc2046@0 {
|
||||||
|
|
||||||
lcd: lcd@1 {
|
lcd: lcd@1 {
|
||||||
reg = <1>; /* CS1 */
|
reg = <1>; /* CS1 */
|
||||||
compatible = "omapdss,tpo,td043mtea1";
|
compatible = "tpo,td043mtea1";
|
||||||
spi-max-frequency = <100000>;
|
spi-max-frequency = <100000>;
|
||||||
spi-cpol;
|
spi-cpol;
|
||||||
spi-cpha;
|
spi-cpha;
|
||||||
|
|
Loading…
Reference in New Issue