Skip to content

Commit 91c71dd

Browse files
everederodanieldegrasse
authored andcommitted
doc: drivers: display: add basic controller info
Add basic controller information (techno, resolution, color depth...) for display drivers. Signed-off-by: Eve Redero <eve.redero@gmail.com>
1 parent f7853df commit 91c71dd

31 files changed

+169
-33
lines changed

dts/bindings/display/frida,nt35510.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Copyright (c) 2024 Erik Andersson <erian747@gmail.com>
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: Frida Techshine Panel
4+
title: Novatek NT35510 Display Driver
5+
6+
description: |
7+
The Novatek NT35510 is a 16.7M colors TFT-LCD controller
8+
with a maximum 480RGBx864 resolution.
9+
10+
It supports display panels such as Shenzhen Frida LCD FRD397B2509.
511
612
compatible: "frida,nt35510"
713

dts/bindings/display/ftdi,ft800.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Copyright (c) 2020 Hubert Miś <hubert.mis@gmail.com>
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: FTDI FT800 graphic controller
4+
title: FTDI FT800 graphic controller
5+
6+
description: |
7+
The FTDI FT800 graphic controller is a graphics accelerator,
8+
able to drive LCD displays with RGB parallel output.
9+
It communicates with MCU through SPI commands.
10+
It also includes touchscreen and sound output support.
511
612
compatible: "ftdi,ft800"
713

dts/bindings/display/galaxycore,gc9x01x.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
# Copyright (c) 2023 Martin Kiepfer <mrmarteng@teleschirm.org>
44
# SPDX-License-Identifier: Apache-2.0
55

6-
description: |
7-
GC9X01X display driver.
6+
title: |
7+
Galaxycore GC9X01X display driver
88
9+
description: |
910
This driver implements support for various GC9X01X graphics
1011
controllers and different display sizes. It has been validated
1112
for following controllers:
12-
- GC9101A: (Waveshare 240x240, 1.28inch round lcd display 240x240)
13+
- GC9101A: (Waveshare 240x240, 1.28inch round lcd display 240x240
14+
with 65k colors)
1315
1416
Here is an example to define a display interface:
1517

dts/bindings/display/himax,hx8394.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
description: Himax HX8394 Panel
7+
title: Himax HX8394 display controller
8+
9+
description: |
10+
The Himax HX8394 is a 16.7M colors TFT-LCD controller
11+
with a maximum 800RGBx1280 resolution.
812
913
compatible: "himax,hx8394"
1014

dts/bindings/display/ilitek,ili9340.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
# Copyright (c) 2020, Teslabs Engineering S.L.
33
# SPDX-License-Identifier: Apache-2.0
44

5-
description: ILI9340 320x240 display controller
5+
title: Ilitek ILI9340 320x240 display controller
6+
7+
description: |
8+
The Ilitek ILI9340 is a 262K colors TFT-LCD controller
9+
with a maximum 240RGBx320 resolution.
610
711
compatible: "ilitek,ili9340"
812

dts/bindings/display/ilitek,ili9341.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
# Copyright (c) 2022, Konstantinos Papadopulos <kostas.papadopulos@gmail.com>
55
# SPDX-License-Identifier: Apache-2.0
66

7-
description: ILI9341 320x240 display controller
7+
title: Ilitek ILI9341 320x240 display controller
8+
9+
description: |
10+
The Ilitek ILI9341 is a 262K colors TFT-LCD controller
11+
with a maximum 240RGBx360 resolution.
812
913
compatible: "ilitek,ili9341"
1014

dts/bindings/display/ilitek,ili9342c.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
# Copyright (c) 2022, Konstantinos Papadopulos <kostas.papadopulos@gmail.com>
55
# SPDX-License-Identifier: Apache-2.0
66

7-
description: ILI9342C 320x240 display controller
7+
title: Ilitek ILI9342C display controller
8+
9+
description: |
10+
The Ilitek ILI9342C is a 262K colors TFT-LCD controller
11+
with a maximum 240RGBx320 resolution.
812
913
compatible: "ilitek,ili9342c"
1014

dts/bindings/display/ilitek,ili9488.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Copyright (c) 2020, Teslabs Engineering S.L.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: ILI9488 320x480 display controller
4+
title: Ilitek ILI9488 display controller
5+
6+
description: |
7+
The Ilitek ILI9488 is a 16.7M colors TFT-LCD controller
8+
with a maximum 320RGBx480 resolution.
59
610
compatible: "ilitek,ili9488"
711

dts/bindings/display/ilitek,ili9806e.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Copyright (c) 2024 Renesas Electronics Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
description: ILITEK ILI9806E display controller
4+
title: Ilitek ILI9806E display controller
5+
6+
description: |
7+
The Ilitek ILI9806E is a 16.7M colors TFT-LCD controller
8+
with a maximum 480RGBx864 resolution.
59
610
compatible: "ilitek,ili9806e-dsi"
711

dts/bindings/display/ilitek,ili9xxx-common.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
# Copyright (c) 2020, Teslabs Engineering S.L.
33
# SPDX-License-Identifier: Apache-2.0
44

5-
description: ILI9XXX display controllers common properties.
5+
title: ILI9XXX display controllers common properties.
6+
7+
description: |
8+
Ilitek ILI9XXX is a color TFT-LCD controller series.
69
710
include: [mipi-dbi-spi-device.yaml, display-controller.yaml]
811

0 commit comments

Comments
 (0)