diff options
author | 2023-05-25 17:31:50 +0800 | |
---|---|---|
committer | 2023-06-01 08:48:52 -0700 | |
commit | 0a73471ca1f7a67d9d2967379087d1784ba62855 (patch) | |
tree | b79a8fe3759cc56b5f8650ccded0bc4289c0b4f0 | |
parent | drm/panel: Support for Starry-himax83102-j02 TDDI MIPI-DSI panel (diff) | |
download | wireguard-linux-0a73471ca1f7a67d9d2967379087d1784ba62855.tar.xz wireguard-linux-0a73471ca1f7a67d9d2967379087d1784ba62855.zip |
dt-bindings: display: panel: Add compatible for Starry ili9882t
The STARRY ili9882t is a 10.51" WUXGA TFT LCD panel,
which fits in nicely with the existing panel-boe-tv101wum-nl6
driver. Hence, we add a new compatible with panel specific config.
Signed-off-by: Cong Yang <yangcong5@huaqin.corp-partner.google.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230525093151.2338370-4-yangcong5@huaqin.corp-partner.google.com
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml b/Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml index 28a7beeb8f92..906ef62709b8 100644 --- a/Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml +++ b/Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml @@ -34,6 +34,8 @@ properties: - starry,2081101qfh032011-53g # STARRY himax83102-j02 10.51" WUXGA TFT LCD panel - starry,himax83102-j02 + # STARRY ili9882t 10.51" WUXGA TFT LCD panel + - starry,ili9882t reg: description: the virtual channel number of a DSI peripheral |