diff options
author | 2025-02-25 15:03:14 -0600 | |
---|---|---|
committer | 2025-03-06 11:54:34 -0600 | |
commit | 4d662659b272b2586abc77def528c08d28b608b4 (patch) | |
tree | c1c2a3fa119b66474505ed493acf71149d910f94 | |
parent | dt-bindings: interrupt-controller: Convert nxp,lpc3220-mic.txt to yaml format (diff) | |
download | wireguard-linux-4d662659b272b2586abc77def528c08d28b608b4.tar.xz wireguard-linux-4d662659b272b2586abc77def528c08d28b608b4.zip |
dt-bindings: display: mitsubishi,aa104xd12: Allow jeida-18 for data-mapping
There's both a user and the datasheet[1] indicate that 6-bpp is supported
as well.
[1] https://agdisplays.com/pub/media/catalog/datasheet/Mitsubishi/AA104XD12.pdf
Signed-off-by: "Rob Herring (Arm)" <robh@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20250225210316.3043357-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml b/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml index 3623ffa6518d..2c92d81caaaf 100644 --- a/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml +++ b/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml @@ -33,7 +33,9 @@ properties: description: Reference to the regulator powering the panel VCC pins. data-mapping: - const: jeida-24 + enum: + - jeida-18 + - jeida-24 width-mm: const: 210 |