dri-devel Archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH] dt-bindings: display: sony, td4353-jdi: allow width-mm and height-mm
@ 2024-03-25 10:32 Krzysztof Kozlowski
  2024-03-25 10:42 ` [RESEND PATCH] dt-bindings: display: sony,td4353-jdi: " Neil Armstrong
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2024-03-25 10:32 UTC (permalink / raw
  To: Neil Armstrong, Jessica Zhang, Sam Ravnborg, David Airlie,
	Daniel Vetter, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Konrad Dybcio, dri-devel, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski, Conor Dooley

Allow width and height properties from panel-common.yaml, already used
on some boards:

  sdm845-sony-xperia-tama-apollo.dtb: panel@0: 'height-mm', 'width-mm' do not match any of the regexes: 'pinctrl-[0-9]+'

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---

Rob, could you pick up this one? Was on the list for almost a year.


 .../devicetree/bindings/display/panel/sony,td4353-jdi.yaml      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/sony,td4353-jdi.yaml b/Documentation/devicetree/bindings/display/panel/sony,td4353-jdi.yaml
index b6b885b4c22d..07bce556ad40 100644
--- a/Documentation/devicetree/bindings/display/panel/sony,td4353-jdi.yaml
+++ b/Documentation/devicetree/bindings/display/panel/sony,td4353-jdi.yaml
@@ -23,6 +23,8 @@ properties:
   reg: true
 
   backlight: true
+  width-mm: true
+  height-mm: true
 
   vddio-supply:
     description: VDDIO 1.8V supply
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [RESEND PATCH] dt-bindings: display: sony,td4353-jdi: allow width-mm and height-mm
  2024-03-25 10:32 [RESEND PATCH] dt-bindings: display: sony, td4353-jdi: allow width-mm and height-mm Krzysztof Kozlowski
@ 2024-03-25 10:42 ` Neil Armstrong
  2024-03-25 10:55 ` [RESEND PATCH] dt-bindings: display: sony, td4353-jdi: " Neil Armstrong
  2024-03-25 14:33 ` [RESEND PATCH] dt-bindings: display: sony,td4353-jdi: " Rob Herring
  2 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2024-03-25 10:42 UTC (permalink / raw
  To: Krzysztof Kozlowski, Jessica Zhang, Sam Ravnborg, David Airlie,
	Daniel Vetter, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Konrad Dybcio, dri-devel, devicetree, linux-kernel
  Cc: Conor Dooley

Hi,

On 25/03/2024 11:32, Krzysztof Kozlowski wrote:
> Allow width and height properties from panel-common.yaml, already used
> on some boards:
> 
>    sdm845-sony-xperia-tama-apollo.dtb: panel@0: 'height-mm', 'width-mm' do not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> 
> Rob, could you pick up this one? Was on the list for almost a year.

I'll take it,

Neil

> 
> 
>   .../devicetree/bindings/display/panel/sony,td4353-jdi.yaml      | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/panel/sony,td4353-jdi.yaml b/Documentation/devicetree/bindings/display/panel/sony,td4353-jdi.yaml
> index b6b885b4c22d..07bce556ad40 100644
> --- a/Documentation/devicetree/bindings/display/panel/sony,td4353-jdi.yaml
> +++ b/Documentation/devicetree/bindings/display/panel/sony,td4353-jdi.yaml
> @@ -23,6 +23,8 @@ properties:
>     reg: true
>   
>     backlight: true
> +  width-mm: true
> +  height-mm: true
>   
>     vddio-supply:
>       description: VDDIO 1.8V supply


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RESEND PATCH] dt-bindings: display: sony, td4353-jdi: allow width-mm and height-mm
  2024-03-25 10:32 [RESEND PATCH] dt-bindings: display: sony, td4353-jdi: allow width-mm and height-mm Krzysztof Kozlowski
  2024-03-25 10:42 ` [RESEND PATCH] dt-bindings: display: sony,td4353-jdi: " Neil Armstrong
@ 2024-03-25 10:55 ` Neil Armstrong
  2024-03-25 14:33 ` [RESEND PATCH] dt-bindings: display: sony,td4353-jdi: " Rob Herring
  2 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2024-03-25 10:55 UTC (permalink / raw
  To: Jessica Zhang, Sam Ravnborg, David Airlie, Daniel Vetter,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Konrad Dybcio, dri-devel,
	devicetree, linux-kernel, Krzysztof Kozlowski
  Cc: Conor Dooley

Hi,

On Mon, 25 Mar 2024 11:32:27 +0100, Krzysztof Kozlowski wrote:
> Allow width and height properties from panel-common.yaml, already used
> on some boards:
> 
>   sdm845-sony-xperia-tama-apollo.dtb: panel@0: 'height-mm', 'width-mm' do not match any of the regexes: 'pinctrl-[0-9]+'
> 
> 

Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)

[1/1] dt-bindings: display: sony, td4353-jdi: allow width-mm and height-mm
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/c8a0970321aeae4a5e807a5b323be9d48c6b5749

-- 
Neil


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RESEND PATCH] dt-bindings: display: sony,td4353-jdi: allow width-mm and height-mm
  2024-03-25 10:32 [RESEND PATCH] dt-bindings: display: sony, td4353-jdi: allow width-mm and height-mm Krzysztof Kozlowski
  2024-03-25 10:42 ` [RESEND PATCH] dt-bindings: display: sony,td4353-jdi: " Neil Armstrong
  2024-03-25 10:55 ` [RESEND PATCH] dt-bindings: display: sony, td4353-jdi: " Neil Armstrong
@ 2024-03-25 14:33 ` Rob Herring
  2024-03-25 17:57   ` Krzysztof Kozlowski
  2 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2024-03-25 14:33 UTC (permalink / raw
  To: Krzysztof Kozlowski
  Cc: Konrad Dybcio, Krzysztof Kozlowski, Neil Armstrong, dri-devel,
	linux-kernel, Daniel Vetter, Maarten Lankhorst, devicetree,
	Thomas Zimmermann, Jessica Zhang, Sam Ravnborg, David Airlie,
	Maxime Ripard, Conor Dooley, Conor Dooley

On Mon, 25 Mar 2024 11:32:27 +0100, Krzysztof Kozlowski wrote:
> Allow width and height properties from panel-common.yaml, already used
> on some boards:
> 
>   sdm845-sony-xperia-tama-apollo.dtb: panel@0: 'height-mm', 'width-mm' do not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> 
> Rob, could you pick up this one? Was on the list for almost a year.
> 
> 
>  .../devicetree/bindings/display/panel/sony,td4353-jdi.yaml      | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RESEND PATCH] dt-bindings: display: sony,td4353-jdi: allow width-mm and height-mm
  2024-03-25 14:33 ` [RESEND PATCH] dt-bindings: display: sony,td4353-jdi: " Rob Herring
@ 2024-03-25 17:57   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2024-03-25 17:57 UTC (permalink / raw
  To: Rob Herring
  Cc: Konrad Dybcio, Krzysztof Kozlowski, Neil Armstrong, dri-devel,
	linux-kernel, Daniel Vetter, Maarten Lankhorst, devicetree,
	Thomas Zimmermann, Jessica Zhang, Sam Ravnborg, David Airlie,
	Maxime Ripard, Conor Dooley, Conor Dooley

On 25/03/2024 15:33, Rob Herring wrote:
> On Mon, 25 Mar 2024 11:32:27 +0100, Krzysztof Kozlowski wrote:
>> Allow width and height properties from panel-common.yaml, already used
>> on some boards:
>>
>>   sdm845-sony-xperia-tama-apollo.dtb: panel@0: 'height-mm', 'width-mm' do not match any of the regexes: 'pinctrl-[0-9]+'
>>
>> Acked-by: Conor Dooley <conor.dooley@microchip.com>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>>
>> Rob, could you pick up this one? Was on the list for almost a year.
>>
>>
>>  .../devicetree/bindings/display/panel/sony,td4353-jdi.yaml      | 2 ++
>>  1 file changed, 2 insertions(+)
>>
> 
> Applied, thanks!

Few hours earlier Neil Armstrong took it, so I think you can drop it.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-25 17:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 10:32 [RESEND PATCH] dt-bindings: display: sony, td4353-jdi: allow width-mm and height-mm Krzysztof Kozlowski
2024-03-25 10:42 ` [RESEND PATCH] dt-bindings: display: sony,td4353-jdi: " Neil Armstrong
2024-03-25 10:55 ` [RESEND PATCH] dt-bindings: display: sony, td4353-jdi: " Neil Armstrong
2024-03-25 14:33 ` [RESEND PATCH] dt-bindings: display: sony,td4353-jdi: " Rob Herring
2024-03-25 17:57   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).