ARM: dts: gta04: improve panel compatibility string
Official vendor string is now "tpo" and not "toppoly". Requires patch "omapdrm: panel: fix compatible vendor string for td028ttec1" so that the driver understands both. Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
252130d8d6
commit
3ed2c47e2a
|
@ -86,7 +86,7 @@ spi_lcd {
|
||||||
|
|
||||||
/* lcd panel */
|
/* lcd panel */
|
||||||
lcd: td028ttec1@0 {
|
lcd: td028ttec1@0 {
|
||||||
compatible = "toppoly,td028ttec1";
|
compatible = "tpo,td028ttec1";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <100000>;
|
spi-max-frequency = <100000>;
|
||||||
spi-cpol;
|
spi-cpol;
|
||||||
|
|
Loading…
Reference in New Issue