* [PATCH 1/2] dt-bindings: display: mitsubishi, aa104xd12: Allow jeida-18 for data-mapping
@ 2025-02-25 21:03 ` Rob Herring (Arm)
0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring (Arm) @ 2025-02-25 21:03 UTC (permalink / raw)
To: Geert Uytterhoeven, Neil Armstrong, Jessica Zhang,
Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
Simona Vetter, Krzysztof Kozlowski, Conor Dooley,
Laurent Pinchart, Thierry Reding
Cc: dri-devel, devicetree, linux-kernel
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(-)
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
--
2.47.2
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 2/2] dt-bindings: display: mitsubishi,aa104xd12: Adjust allowed and required properties
2025-02-25 21:03 ` [PATCH 1/2] dt-bindings: display: mitsubishi, aa104xd12: " Rob Herring (Arm)
@ 2025-02-25 21:03 ` Rob Herring (Arm)
-1 siblings, 0 replies; 8+ messages in thread
From: Rob Herring (Arm) @ 2025-02-25 21:03 UTC (permalink / raw)
To: Geert Uytterhoeven, Neil Armstrong, Jessica Zhang,
Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
Simona Vetter, Krzysztof Kozlowski, Conor Dooley,
Laurent Pinchart, Thierry Reding
Cc: dri-devel, devicetree, linux-kernel
The Mitsubishi aa104xd12 panel requires an external backlight driver
circuit, so allow the "backlight" property.
There are users of this panel without a vcc-supply, so it shouldn't be
required.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
.../devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml b/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml
index 2c92d81caaaf..96621b89ae9e 100644
--- a/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml
+++ b/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml
@@ -43,6 +43,7 @@ properties:
height-mm:
const: 158
+ backlight: true
panel-timing: true
port: true
@@ -50,7 +51,6 @@ additionalProperties: false
required:
- compatible
- - vcc-supply
- data-mapping
- width-mm
- height-mm
--
2.47.2
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 2/2] dt-bindings: display: mitsubishi, aa104xd12: Adjust allowed and required properties
@ 2025-02-25 21:03 ` Rob Herring (Arm)
0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring (Arm) @ 2025-02-25 21:03 UTC (permalink / raw)
To: Geert Uytterhoeven, Neil Armstrong, Jessica Zhang,
Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
Simona Vetter, Krzysztof Kozlowski, Conor Dooley,
Laurent Pinchart, Thierry Reding
Cc: dri-devel, devicetree, linux-kernel
The Mitsubishi aa104xd12 panel requires an external backlight driver
circuit, so allow the "backlight" property.
There are users of this panel without a vcc-supply, so it shouldn't be
required.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
.../devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml b/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml
index 2c92d81caaaf..96621b89ae9e 100644
--- a/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml
+++ b/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml
@@ -43,6 +43,7 @@ properties:
height-mm:
const: 158
+ backlight: true
panel-timing: true
port: true
@@ -50,7 +51,6 @@ additionalProperties: false
required:
- compatible
- - vcc-supply
- data-mapping
- width-mm
- height-mm
--
2.47.2
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH 2/2] dt-bindings: display: mitsubishi,aa104xd12: Adjust allowed and required properties
2025-02-25 21:03 ` [PATCH 2/2] dt-bindings: display: mitsubishi, aa104xd12: " Rob Herring (Arm)
(?)
@ 2025-03-06 14:12 ` Geert Uytterhoeven
-1 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2025-03-06 14:12 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Simona Vetter,
Krzysztof Kozlowski, Conor Dooley, Laurent Pinchart,
Thierry Reding, dri-devel, devicetree, linux-kernel
On Tue, 25 Feb 2025 at 22:03, Rob Herring (Arm) <robh@kernel.org> wrote:
> The Mitsubishi aa104xd12 panel requires an external backlight driver
> circuit, so allow the "backlight" property.
>
> There are users of this panel without a vcc-supply, so it shouldn't be
> required.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH 2/2] dt-bindings: display: mitsubishi,aa104xd12: Adjust allowed and required properties
2025-02-25 21:03 ` [PATCH 2/2] dt-bindings: display: mitsubishi, aa104xd12: " Rob Herring (Arm)
(?)
(?)
@ 2025-03-06 17:54 ` Rob Herring (Arm)
-1 siblings, 0 replies; 8+ messages in thread
From: Rob Herring (Arm) @ 2025-03-06 17:54 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Krzysztof Kozlowski, Maxime Ripard, Thomas Zimmermann,
Conor Dooley, dri-devel, devicetree, Geert Uytterhoeven,
Simona Vetter, Laurent Pinchart, David Airlie, Jessica Zhang,
Neil Armstrong, Thierry Reding, Maarten Lankhorst, linux-kernel
On Tue, 25 Feb 2025 15:03:15 -0600, Rob Herring (Arm) wrote:
> The Mitsubishi aa104xd12 panel requires an external backlight driver
> circuit, so allow the "backlight" property.
>
> There are users of this panel without a vcc-supply, so it shouldn't be
> required.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
> .../devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied, thanks!
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] dt-bindings: display: mitsubishi,aa104xd12: Allow jeida-18 for data-mapping
2025-02-25 21:03 ` [PATCH 1/2] dt-bindings: display: mitsubishi, aa104xd12: " Rob Herring (Arm)
(?)
(?)
@ 2025-03-06 14:10 ` Geert Uytterhoeven
-1 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2025-03-06 14:10 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Neil Armstrong, Jessica Zhang, Maarten Lankhorst, Maxime Ripard,
Thomas Zimmermann, David Airlie, Simona Vetter,
Krzysztof Kozlowski, Conor Dooley, Laurent Pinchart,
Thierry Reding, dri-devel, devicetree, linux-kernel
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
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH 1/2] dt-bindings: display: mitsubishi,aa104xd12: Allow jeida-18 for data-mapping
2025-02-25 21:03 ` [PATCH 1/2] dt-bindings: display: mitsubishi, aa104xd12: " Rob Herring (Arm)
` (2 preceding siblings ...)
(?)
@ 2025-03-06 17:54 ` Rob Herring (Arm)
-1 siblings, 0 replies; 8+ messages in thread
From: Rob Herring (Arm) @ 2025-03-06 17:54 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Thomas Zimmermann, Geert Uytterhoeven, David Airlie,
Thierry Reding, Laurent Pinchart, devicetree, Conor Dooley,
Maxime Ripard, linux-kernel, Krzysztof Kozlowski, Simona Vetter,
Neil Armstrong, dri-devel, Maarten Lankhorst, Jessica Zhang
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!
^ permalink raw reply [flat|nested] 8+ messages in thread