devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: ili9881c: Allow port subnode
@ 2025-09-04 20:01 Marek Vasut
  2025-09-05  7:51 ` Neil Armstrong
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Marek Vasut @ 2025-09-04 20:01 UTC (permalink / raw)
  To: dri-devel
  Cc: Marek Vasut, Conor Dooley, Dave Stevenson, David Airlie,
	Jessica Zhang, Krzysztof Kozlowski, Maarten Lankhorst,
	Maxime Ripard, Neil Armstrong, Rob Herring, Simona Vetter,
	Thomas Zimmermann, devicetree, linux-renesas-soc

The ILI9881C is a DSI panel, which can be tied to a DSI controller
using OF graph port/endpoint. Allow the port subnode in the binding.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
Cc: David Airlie <airlied@gmail.com>
Cc: Jessica Zhang <jessica.zhang@oss.qualcomm.com>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>
Cc: Rob Herring <robh@kernel.org>
Cc: Simona Vetter <simona@ffwll.ch>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: devicetree@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org
Cc: linux-renesas-soc@vger.kernel.org
---
 .../devicetree/bindings/display/panel/ilitek,ili9881c.yaml       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml
index 434cc6af9c954..cf0aa996e072d 100644
--- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml
+++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml
@@ -30,6 +30,7 @@ properties:
     maxItems: 1
 
   backlight: true
+  port: true
   power-supply: true
   reset-gpios: true
   rotation: true
-- 
2.50.1


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

* Re: [PATCH] dt-bindings: ili9881c: Allow port subnode
  2025-09-04 20:01 [PATCH] dt-bindings: ili9881c: Allow port subnode Marek Vasut
@ 2025-09-05  7:51 ` Neil Armstrong
  2025-09-16  8:15   ` Marek Vasut
  2025-09-05 18:41 ` Conor Dooley
  2025-10-01  7:23 ` Neil Armstrong
  2 siblings, 1 reply; 9+ messages in thread
From: Neil Armstrong @ 2025-09-05  7:51 UTC (permalink / raw)
  To: Marek Vasut, dri-devel
  Cc: Conor Dooley, Dave Stevenson, David Airlie, Jessica Zhang,
	Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard,
	Rob Herring, Simona Vetter, Thomas Zimmermann, devicetree,
	linux-renesas-soc

On 04/09/2025 22:01, Marek Vasut wrote:
> The ILI9881C is a DSI panel, which can be tied to a DSI controller
> using OF graph port/endpoint. Allow the port subnode in the binding.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
> ---
> Cc: Conor Dooley <conor+dt@kernel.org>
> Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
> Cc: David Airlie <airlied@gmail.com>
> Cc: Jessica Zhang <jessica.zhang@oss.qualcomm.com>
> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Maxime Ripard <mripard@kernel.org>
> Cc: Neil Armstrong <neil.armstrong@linaro.org>
> Cc: Rob Herring <robh@kernel.org>
> Cc: Simona Vetter <simona@ffwll.ch>
> Cc: Thomas Zimmermann <tzimmermann@suse.de>
> Cc: devicetree@vger.kernel.org
> Cc: dri-devel@lists.freedesktop.org
> Cc: linux-renesas-soc@vger.kernel.org
> ---
>   .../devicetree/bindings/display/panel/ilitek,ili9881c.yaml       | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml
> index 434cc6af9c954..cf0aa996e072d 100644
> --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml
> +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml
> @@ -30,6 +30,7 @@ properties:
>       maxItems: 1
>   
>     backlight: true
> +  port: true
>     power-supply: true
>     reset-gpios: true
>     rotation: true

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

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

* Re: [PATCH] dt-bindings: ili9881c: Allow port subnode
  2025-09-04 20:01 [PATCH] dt-bindings: ili9881c: Allow port subnode Marek Vasut
  2025-09-05  7:51 ` Neil Armstrong
@ 2025-09-05 18:41 ` Conor Dooley
  2025-10-01  7:23 ` Neil Armstrong
  2 siblings, 0 replies; 9+ messages in thread
From: Conor Dooley @ 2025-09-05 18:41 UTC (permalink / raw)
  To: Marek Vasut
  Cc: dri-devel, Conor Dooley, Dave Stevenson, David Airlie,
	Jessica Zhang, Krzysztof Kozlowski, Maarten Lankhorst,
	Maxime Ripard, Neil Armstrong, Rob Herring, Simona Vetter,
	Thomas Zimmermann, devicetree, linux-renesas-soc

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

On Thu, Sep 04, 2025 at 10:01:08PM +0200, Marek Vasut wrote:
> The ILI9881C is a DSI panel, which can be tied to a DSI controller
> using OF graph port/endpoint. Allow the port subnode in the binding.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] dt-bindings: ili9881c: Allow port subnode
  2025-09-05  7:51 ` Neil Armstrong
@ 2025-09-16  8:15   ` Marek Vasut
  2025-09-16  9:52     ` Neil Armstrong
  0 siblings, 1 reply; 9+ messages in thread
From: Marek Vasut @ 2025-09-16  8:15 UTC (permalink / raw)
  To: Neil Armstrong, dri-devel
  Cc: Conor Dooley, Dave Stevenson, David Airlie, Jessica Zhang,
	Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard,
	Rob Herring, Simona Vetter, Thomas Zimmermann, devicetree,
	linux-renesas-soc

On 9/5/25 9:51 AM, Neil Armstrong wrote:
> On 04/09/2025 22:01, Marek Vasut wrote:
>> The ILI9881C is a DSI panel, which can be tied to a DSI controller
>> using OF graph port/endpoint. Allow the port subnode in the binding.
>>
>> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
>> ---
>> Cc: Conor Dooley <conor+dt@kernel.org>
>> Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
>> Cc: David Airlie <airlied@gmail.com>
>> Cc: Jessica Zhang <jessica.zhang@oss.qualcomm.com>
>> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
>> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
>> Cc: Maxime Ripard <mripard@kernel.org>
>> Cc: Neil Armstrong <neil.armstrong@linaro.org>
>> Cc: Rob Herring <robh@kernel.org>
>> Cc: Simona Vetter <simona@ffwll.ch>
>> Cc: Thomas Zimmermann <tzimmermann@suse.de>
>> Cc: devicetree@vger.kernel.org
>> Cc: dri-devel@lists.freedesktop.org
>> Cc: linux-renesas-soc@vger.kernel.org
>> ---
>>   .../devicetree/bindings/display/panel/ilitek,ili9881c.yaml       | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/display/panel/ 
>> ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/ 
>> panel/ilitek,ili9881c.yaml
>> index 434cc6af9c954..cf0aa996e072d 100644
>> --- a/Documentation/devicetree/bindings/display/panel/ 
>> ilitek,ili9881c.yaml
>> +++ b/Documentation/devicetree/bindings/display/panel/ 
>> ilitek,ili9881c.yaml
>> @@ -30,6 +30,7 @@ properties:
>>       maxItems: 1
>>     backlight: true
>> +  port: true
>>     power-supply: true
>>     reset-gpios: true
>>     rotation: true
> 
> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

Would it be OK to pick this one up via drm-misc (and possibly also the 
other ili9881c RPi 5" Display 2 patches), or shall I wait a bit longer ?

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

* Re: [PATCH] dt-bindings: ili9881c: Allow port subnode
  2025-09-16  8:15   ` Marek Vasut
@ 2025-09-16  9:52     ` Neil Armstrong
  2025-09-16 11:48       ` Marek Vasut
  0 siblings, 1 reply; 9+ messages in thread
From: Neil Armstrong @ 2025-09-16  9:52 UTC (permalink / raw)
  To: Marek Vasut, dri-devel
  Cc: Conor Dooley, Dave Stevenson, David Airlie, Jessica Zhang,
	Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard,
	Rob Herring, Simona Vetter, Thomas Zimmermann, devicetree,
	linux-renesas-soc

On 16/09/2025 10:15, Marek Vasut wrote:
> On 9/5/25 9:51 AM, Neil Armstrong wrote:
>> On 04/09/2025 22:01, Marek Vasut wrote:
>>> The ILI9881C is a DSI panel, which can be tied to a DSI controller
>>> using OF graph port/endpoint. Allow the port subnode in the binding.
>>>
>>> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
>>> ---
>>> Cc: Conor Dooley <conor+dt@kernel.org>
>>> Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
>>> Cc: David Airlie <airlied@gmail.com>
>>> Cc: Jessica Zhang <jessica.zhang@oss.qualcomm.com>
>>> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
>>> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
>>> Cc: Maxime Ripard <mripard@kernel.org>
>>> Cc: Neil Armstrong <neil.armstrong@linaro.org>
>>> Cc: Rob Herring <robh@kernel.org>
>>> Cc: Simona Vetter <simona@ffwll.ch>
>>> Cc: Thomas Zimmermann <tzimmermann@suse.de>
>>> Cc: devicetree@vger.kernel.org
>>> Cc: dri-devel@lists.freedesktop.org
>>> Cc: linux-renesas-soc@vger.kernel.org
>>> ---
>>>   .../devicetree/bindings/display/panel/ilitek,ili9881c.yaml       | 1 +
>>>   1 file changed, 1 insertion(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/display/panel/ ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/ panel/ilitek,ili9881c.yaml
>>> index 434cc6af9c954..cf0aa996e072d 100644
>>> --- a/Documentation/devicetree/bindings/display/panel/ ilitek,ili9881c.yaml
>>> +++ b/Documentation/devicetree/bindings/display/panel/ ilitek,ili9881c.yaml
>>> @@ -30,6 +30,7 @@ properties:
>>>       maxItems: 1
>>>     backlight: true
>>> +  port: true
>>>     power-supply: true
>>>     reset-gpios: true
>>>     rotation: true
>>
>> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
> 
> Would it be OK to pick this one up via drm-misc (and possibly also the other ili9881c RPi 5" Display 2 patches), or shall I wait a bit longer ?

yes it's ok to pick via drm-misc, bit it's too late for v6.18.

Neil

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

* Re: [PATCH] dt-bindings: ili9881c: Allow port subnode
  2025-09-16  9:52     ` Neil Armstrong
@ 2025-09-16 11:48       ` Marek Vasut
  2025-09-16 11:54         ` Neil Armstrong
  0 siblings, 1 reply; 9+ messages in thread
From: Marek Vasut @ 2025-09-16 11:48 UTC (permalink / raw)
  To: Neil Armstrong, dri-devel
  Cc: Conor Dooley, Dave Stevenson, David Airlie, Jessica Zhang,
	Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard,
	Rob Herring, Simona Vetter, Thomas Zimmermann, devicetree,
	linux-renesas-soc

On 9/16/25 11:52 AM, Neil Armstrong wrote:
> On 16/09/2025 10:15, Marek Vasut wrote:
>> On 9/5/25 9:51 AM, Neil Armstrong wrote:
>>> On 04/09/2025 22:01, Marek Vasut wrote:
>>>> The ILI9881C is a DSI panel, which can be tied to a DSI controller
>>>> using OF graph port/endpoint. Allow the port subnode in the binding.
>>>>
>>>> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
>>>> ---
>>>> Cc: Conor Dooley <conor+dt@kernel.org>
>>>> Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
>>>> Cc: David Airlie <airlied@gmail.com>
>>>> Cc: Jessica Zhang <jessica.zhang@oss.qualcomm.com>
>>>> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
>>>> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
>>>> Cc: Maxime Ripard <mripard@kernel.org>
>>>> Cc: Neil Armstrong <neil.armstrong@linaro.org>
>>>> Cc: Rob Herring <robh@kernel.org>
>>>> Cc: Simona Vetter <simona@ffwll.ch>
>>>> Cc: Thomas Zimmermann <tzimmermann@suse.de>
>>>> Cc: devicetree@vger.kernel.org
>>>> Cc: dri-devel@lists.freedesktop.org
>>>> Cc: linux-renesas-soc@vger.kernel.org
>>>> ---
>>>>   .../devicetree/bindings/display/panel/ilitek,ili9881c.yaml       | 
>>>> 1 +
>>>>   1 file changed, 1 insertion(+)
>>>>
>>>> diff --git a/Documentation/devicetree/bindings/display/panel/ 
>>>> ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/ 
>>>> panel/ilitek,ili9881c.yaml
>>>> index 434cc6af9c954..cf0aa996e072d 100644
>>>> --- a/Documentation/devicetree/bindings/display/panel/ 
>>>> ilitek,ili9881c.yaml
>>>> +++ b/Documentation/devicetree/bindings/display/panel/ 
>>>> ilitek,ili9881c.yaml
>>>> @@ -30,6 +30,7 @@ properties:
>>>>       maxItems: 1
>>>>     backlight: true
>>>> +  port: true
>>>>     power-supply: true
>>>>     reset-gpios: true
>>>>     rotation: true
>>>
>>> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
>>
>> Would it be OK to pick this one up via drm-misc (and possibly also the 
>> other ili9881c RPi 5" Display 2 patches), or shall I wait a bit longer ?
> 
> yes it's ok to pick via drm-misc, bit it's too late for v6.18.
That's fine. Will you pick it up or shall I do that ?

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

* Re: [PATCH] dt-bindings: ili9881c: Allow port subnode
  2025-09-16 11:48       ` Marek Vasut
@ 2025-09-16 11:54         ` Neil Armstrong
  2025-09-16 13:27           ` Marek Vasut
  0 siblings, 1 reply; 9+ messages in thread
From: Neil Armstrong @ 2025-09-16 11:54 UTC (permalink / raw)
  To: Marek Vasut, dri-devel
  Cc: Conor Dooley, Dave Stevenson, David Airlie, Jessica Zhang,
	Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard,
	Rob Herring, Simona Vetter, Thomas Zimmermann, devicetree,
	linux-renesas-soc

On 16/09/2025 13:48, Marek Vasut wrote:
> On 9/16/25 11:52 AM, Neil Armstrong wrote:
>> On 16/09/2025 10:15, Marek Vasut wrote:
>>> On 9/5/25 9:51 AM, Neil Armstrong wrote:
>>>> On 04/09/2025 22:01, Marek Vasut wrote:
>>>>> The ILI9881C is a DSI panel, which can be tied to a DSI controller
>>>>> using OF graph port/endpoint. Allow the port subnode in the binding.
>>>>>
>>>>> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
>>>>> ---
>>>>> Cc: Conor Dooley <conor+dt@kernel.org>
>>>>> Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
>>>>> Cc: David Airlie <airlied@gmail.com>
>>>>> Cc: Jessica Zhang <jessica.zhang@oss.qualcomm.com>
>>>>> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
>>>>> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
>>>>> Cc: Maxime Ripard <mripard@kernel.org>
>>>>> Cc: Neil Armstrong <neil.armstrong@linaro.org>
>>>>> Cc: Rob Herring <robh@kernel.org>
>>>>> Cc: Simona Vetter <simona@ffwll.ch>
>>>>> Cc: Thomas Zimmermann <tzimmermann@suse.de>
>>>>> Cc: devicetree@vger.kernel.org
>>>>> Cc: dri-devel@lists.freedesktop.org
>>>>> Cc: linux-renesas-soc@vger.kernel.org
>>>>> ---
>>>>>   .../devicetree/bindings/display/panel/ilitek,ili9881c.yaml       | 1 +
>>>>>   1 file changed, 1 insertion(+)
>>>>>
>>>>> diff --git a/Documentation/devicetree/bindings/display/panel/ ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/ panel/ilitek,ili9881c.yaml
>>>>> index 434cc6af9c954..cf0aa996e072d 100644
>>>>> --- a/Documentation/devicetree/bindings/display/panel/ ilitek,ili9881c.yaml
>>>>> +++ b/Documentation/devicetree/bindings/display/panel/ ilitek,ili9881c.yaml
>>>>> @@ -30,6 +30,7 @@ properties:
>>>>>       maxItems: 1
>>>>>     backlight: true
>>>>> +  port: true
>>>>>     power-supply: true
>>>>>     reset-gpios: true
>>>>>     rotation: true
>>>>
>>>> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
>>>
>>> Would it be OK to pick this one up via drm-misc (and possibly also the other ili9881c RPi 5" Display 2 patches), or shall I wait a bit longer ?
>>
>> yes it's ok to pick via drm-misc, bit it's too late for v6.18.
> That's fine. Will you pick it up or shall I do that ?

I'll do this later this week, if you have the opportunity before, please pick it.

Neil

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

* Re: [PATCH] dt-bindings: ili9881c: Allow port subnode
  2025-09-16 11:54         ` Neil Armstrong
@ 2025-09-16 13:27           ` Marek Vasut
  0 siblings, 0 replies; 9+ messages in thread
From: Marek Vasut @ 2025-09-16 13:27 UTC (permalink / raw)
  To: Neil Armstrong, dri-devel
  Cc: Conor Dooley, Dave Stevenson, David Airlie, Jessica Zhang,
	Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard,
	Rob Herring, Simona Vetter, Thomas Zimmermann, devicetree,
	linux-renesas-soc

On 9/16/25 1:54 PM, Neil Armstrong wrote:
> On 16/09/2025 13:48, Marek Vasut wrote:
>> On 9/16/25 11:52 AM, Neil Armstrong wrote:
>>> On 16/09/2025 10:15, Marek Vasut wrote:
>>>> On 9/5/25 9:51 AM, Neil Armstrong wrote:
>>>>> On 04/09/2025 22:01, Marek Vasut wrote:
>>>>>> The ILI9881C is a DSI panel, which can be tied to a DSI controller
>>>>>> using OF graph port/endpoint. Allow the port subnode in the binding.
>>>>>>
>>>>>> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
>>>>>> ---
>>>>>> Cc: Conor Dooley <conor+dt@kernel.org>
>>>>>> Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
>>>>>> Cc: David Airlie <airlied@gmail.com>
>>>>>> Cc: Jessica Zhang <jessica.zhang@oss.qualcomm.com>
>>>>>> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
>>>>>> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
>>>>>> Cc: Maxime Ripard <mripard@kernel.org>
>>>>>> Cc: Neil Armstrong <neil.armstrong@linaro.org>
>>>>>> Cc: Rob Herring <robh@kernel.org>
>>>>>> Cc: Simona Vetter <simona@ffwll.ch>
>>>>>> Cc: Thomas Zimmermann <tzimmermann@suse.de>
>>>>>> Cc: devicetree@vger.kernel.org
>>>>>> Cc: dri-devel@lists.freedesktop.org
>>>>>> Cc: linux-renesas-soc@vger.kernel.org
>>>>>> ---
>>>>>>   .../devicetree/bindings/display/panel/ilitek,ili9881c.yaml       
>>>>>> | 1 +
>>>>>>   1 file changed, 1 insertion(+)
>>>>>>
>>>>>> diff --git a/Documentation/devicetree/bindings/display/panel/ 
>>>>>> ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/ 
>>>>>> panel/ilitek,ili9881c.yaml
>>>>>> index 434cc6af9c954..cf0aa996e072d 100644
>>>>>> --- a/Documentation/devicetree/bindings/display/panel/ 
>>>>>> ilitek,ili9881c.yaml
>>>>>> +++ b/Documentation/devicetree/bindings/display/panel/ 
>>>>>> ilitek,ili9881c.yaml
>>>>>> @@ -30,6 +30,7 @@ properties:
>>>>>>       maxItems: 1
>>>>>>     backlight: true
>>>>>> +  port: true
>>>>>>     power-supply: true
>>>>>>     reset-gpios: true
>>>>>>     rotation: true
>>>>>
>>>>> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
>>>>
>>>> Would it be OK to pick this one up via drm-misc (and possibly also 
>>>> the other ili9881c RPi 5" Display 2 patches), or shall I wait a bit 
>>>> longer ?
>>>
>>> yes it's ok to pick via drm-misc, bit it's too late for v6.18.
>> That's fine. Will you pick it up or shall I do that ?
> 
> I'll do this later this week, if you have the opportunity before, please 
> pick it.
I really don't like picking up my own patches, so next week is just 
fine. Thank you.

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

* Re: [PATCH] dt-bindings: ili9881c: Allow port subnode
  2025-09-04 20:01 [PATCH] dt-bindings: ili9881c: Allow port subnode Marek Vasut
  2025-09-05  7:51 ` Neil Armstrong
  2025-09-05 18:41 ` Conor Dooley
@ 2025-10-01  7:23 ` Neil Armstrong
  2 siblings, 0 replies; 9+ messages in thread
From: Neil Armstrong @ 2025-10-01  7:23 UTC (permalink / raw)
  To: dri-devel, Marek Vasut
  Cc: Conor Dooley, Dave Stevenson, David Airlie, Jessica Zhang,
	Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard,
	Rob Herring, Simona Vetter, Thomas Zimmermann, devicetree,
	linux-renesas-soc

Hi,

On Thu, 04 Sep 2025 22:01:08 +0200, Marek Vasut wrote:
> The ILI9881C is a DSI panel, which can be tied to a DSI controller
> using OF graph port/endpoint. Allow the port subnode in the binding.
> 
> 

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

[1/1] dt-bindings: ili9881c: Allow port subnode
      https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/3684218949703ea8779aec7c3ed598a05ccb2b23

-- 
Neil


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

end of thread, other threads:[~2025-10-01  7:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-04 20:01 [PATCH] dt-bindings: ili9881c: Allow port subnode Marek Vasut
2025-09-05  7:51 ` Neil Armstrong
2025-09-16  8:15   ` Marek Vasut
2025-09-16  9:52     ` Neil Armstrong
2025-09-16 11:48       ` Marek Vasut
2025-09-16 11:54         ` Neil Armstrong
2025-09-16 13:27           ` Marek Vasut
2025-09-05 18:41 ` Conor Dooley
2025-10-01  7:23 ` Neil Armstrong

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 NNTP newsgroup(s).