Message ID | 20250225210316.3043357-1-robh@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: display: mitsubishi, aa104xd12: Allow jeida-18 for data-mapping | expand |
On Tue, 25 Feb 2025 at 22:03, Rob Herring (Arm) <robh@kernel.org> wrote: > 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> Gr{oetje,eeting}s, Geert
On Tue, 25 Feb 2025 15:03:14 -0600, Rob Herring (Arm) wrote: > 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> > --- > .../bindings/display/panel/mitsubishi,aa104xd12.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Applied, thanks!
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
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> --- .../bindings/display/panel/mitsubishi,aa104xd12.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)