[PATCH 0/2] Allow port dt-property on two leadtek dsi displays

Heiko Stuebner posted 2 patches 9 months, 1 week ago
.../devicetree/bindings/display/panel/leadtek,ltk050h3146w.yaml  | 1 +
.../devicetree/bindings/display/panel/leadtek,ltk500hd1829.yaml  | 1 +
2 files changed, 2 insertions(+)
[PATCH 0/2] Allow port dt-property on two leadtek dsi displays
Posted by Heiko Stuebner 9 months, 1 week ago
Working on an upcoming board dts, I noticed a dtc check warning
about the port node and at the same time the kernel-test-robot
noticed the same warning with a overlay I added recently.

So allow the port node in the binding of two leadtek displays
to fix that.


Heiko Stuebner (2):
  dt-bindings: display: ltk050h3146w: add port property
  dt-bindings: display: ltk500hd1829: add port property

 .../devicetree/bindings/display/panel/leadtek,ltk050h3146w.yaml  | 1 +
 .../devicetree/bindings/display/panel/leadtek,ltk500hd1829.yaml  | 1 +
 2 files changed, 2 insertions(+)

-- 
2.47.2
Re: [PATCH 0/2] Allow port dt-property on two leadtek dsi displays
Posted by Dmitry Baryshkov 9 months, 1 week ago
On Wed, 30 Apr 2025 10:28:48 +0200, Heiko Stuebner wrote:
> Working on an upcoming board dts, I noticed a dtc check warning
> about the port node and at the same time the kernel-test-robot
> noticed the same warning with a overlay I added recently.
> 
> So allow the port node in the binding of two leadtek displays
> to fix that.
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: display: ltk050h3146w: add port property
      commit: bf0636f4348e098e2338eebbe42d7780c58a1195
[2/2] dt-bindings: display: ltk500hd1829: add port property
      commit: e782ac936941cff4c5580bb5cc2ec0e91468068c

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Re: [PATCH 0/2] Allow port dt-property on two leadtek dsi displays
Posted by Conor Dooley 9 months, 1 week ago
On Wed, Apr 30, 2025 at 10:28:48AM +0200, Heiko Stuebner wrote:
> Working on an upcoming board dts, I noticed a dtc check warning
> about the port node and at the same time the kernel-test-robot
> noticed the same warning with a overlay I added recently.
> 
> So allow the port node in the binding of two leadtek displays
> to fix that.


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