mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
c1b9d4c75c
The vendor name was "toppoly" but other panels and the vendor list have defined it as "tpo". So let's fix it in driver and bindings. We keep the old definition in parallel to stay compatible with potential older DTB setup. Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
31 lines
441 B
Plaintext
31 lines
441 B
Plaintext
Toppoly TD028TTEC1 Panel
|
|
========================
|
|
|
|
Required properties:
|
|
- compatible: "tpo,td028ttec1"
|
|
|
|
Optional properties:
|
|
- label: a symbolic name for the panel
|
|
|
|
Required nodes:
|
|
- Video port for DPI input
|
|
|
|
Example
|
|
-------
|
|
|
|
lcd-panel: td028ttec1@0 {
|
|
compatible = "tpo,td028ttec1";
|
|
reg = <0>;
|
|
spi-max-frequency = <100000>;
|
|
spi-cpol;
|
|
spi-cpha;
|
|
|
|
label = "lcd";
|
|
port {
|
|
lcd_in: endpoint {
|
|
remote-endpoint = <&dpi_out>;
|
|
};
|
|
};
|
|
};
|
|
|