diff options
author | Heiko Stuebner <[email protected]> | 2024-02-15 10:04:42 +0100 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2024-02-16 23:34:34 +0100 |
commit | c530379a6876eb4c9c4a83f1b65d8cd9d66ee229 (patch) | |
tree | c0d53b3d13567f96eeda732f14c8a0ef0eb510f5 | |
parent | 9de552935b6ceaa113d205232fde70e5345bdf29 (diff) |
dt-bindings: display: panel-lvds: Add compatible for admatec 9904370 panel
The 9904379 is a 10.1" 1024x600 LVDS display using the standard
lvds properties.
Signed-off-by: Heiko Stuebner <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/panel-lvds.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml index 3fb24393529c..155d8ffa8f6e 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml @@ -39,6 +39,8 @@ properties: compatible: items: - enum: + # Admatec 9904379 10.1" 1024x600 LVDS panel + - admatec,9904379 - auo,b101ew05 # Chunghwa Picture Tubes Ltd. 7" WXGA (800x1280) TFT LCD LVDS panel - chunghwa,claa070wp03xg |