devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port
@ 2023-03-26 20:42 Krzysztof Kozlowski
  2023-03-26 20:42 ` [PATCH 2/4] dt-bindings: display: feiyang,fy07024di26a30d: " Krzysztof Kozlowski
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-26 20:42 UTC (permalink / raw)
  To: Neil Armstrong, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Jagan Teki, Heiko Stuebner,
	dri-devel, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Panels are supposed to have one port (defined in panel-common.yaml
binding):

  px30-evb.dtb: panel@0: 'port' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../bindings/display/panel/xinpeng,xpp055c272.yaml        | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml b/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml
index d5c46a3cc2b0..c407deb6afb1 100644
--- a/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml
+++ b/Documentation/devicetree/bindings/display/panel/xinpeng,xpp055c272.yaml
@@ -17,6 +17,7 @@ properties:
     const: xinpeng,xpp055c272
   reg: true
   backlight: true
+  port: true
   reset-gpios: true
   iovcc-supply:
     description: regulator that supplies the iovcc voltage
@@ -27,6 +28,7 @@ required:
   - compatible
   - reg
   - backlight
+  - port
   - iovcc-supply
   - vci-supply
 
@@ -44,6 +46,12 @@ examples:
             backlight = <&backlight>;
             iovcc-supply = <&vcc_1v8>;
             vci-supply = <&vcc3v3_lcd>;
+
+            port {
+                mipi_in_panel: endpoint {
+                    remote-endpoint = <&mipi_out_panel>;
+                };
+            };
         };
     };
 
-- 
2.34.1


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

* [PATCH 2/4] dt-bindings: display: feiyang,fy07024di26a30d: document port
  2023-03-26 20:42 [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port Krzysztof Kozlowski
@ 2023-03-26 20:42 ` Krzysztof Kozlowski
  2023-03-27  7:41   ` Neil Armstrong
  2023-03-28 17:57   ` Jagan Teki
  2023-03-26 20:42 ` [PATCH 3/4] dt-bindings: display: elida,kd35t133: document port and rotation Krzysztof Kozlowski
                   ` (4 subsequent siblings)
  5 siblings, 2 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-26 20:42 UTC (permalink / raw)
  To: Neil Armstrong, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Jagan Teki, Heiko Stuebner,
	dri-devel, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Panels are supposed to have one port (defined in panel-common.yaml
binding):

  rk3399-rockpro64.dtb: panel@0: 'port' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../bindings/display/panel/feiyang,fy07024di26a30d.yaml   | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml b/Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml
index 1cf84c8dd85e..92df69e80a82 100644
--- a/Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml
+++ b/Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml
@@ -26,6 +26,7 @@ properties:
   dvdd-supply:
     description: 3v3 digital regulator
 
+  port: true
   reset-gpios: true
 
   backlight: true
@@ -35,6 +36,7 @@ required:
   - reg
   - avdd-supply
   - dvdd-supply
+  - port
 
 additionalProperties: false
 
@@ -53,5 +55,11 @@ examples:
             dvdd-supply = <&reg_dldo2>;
             reset-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* LCD-RST: PD24 */
             backlight = <&backlight>;
+
+            port {
+                mipi_in_panel: endpoint {
+                    remote-endpoint = <&mipi_out_panel>;
+                };
+            };
         };
     };
-- 
2.34.1


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

* [PATCH 3/4] dt-bindings: display: elida,kd35t133: document port and rotation
  2023-03-26 20:42 [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port Krzysztof Kozlowski
  2023-03-26 20:42 ` [PATCH 2/4] dt-bindings: display: feiyang,fy07024di26a30d: " Krzysztof Kozlowski
@ 2023-03-26 20:42 ` Krzysztof Kozlowski
  2023-03-27  7:42   ` Neil Armstrong
  2023-03-28 17:58   ` Jagan Teki
  2023-03-26 20:42 ` [PATCH 4/4] dt-bindings: display: sitronix,st7701: " Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  5 siblings, 2 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-26 20:42 UTC (permalink / raw)
  To: Neil Armstrong, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Jagan Teki, Heiko Stuebner,
	dri-devel, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Panels are supposed to have one port (defined in panel-common.yaml
binding) and can have also rotation:

  rk3326-odroid-go2.dtb: panel@0: 'port', 'rotation' do not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../bindings/display/panel/elida,kd35t133.yaml           | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/elida,kd35t133.yaml b/Documentation/devicetree/bindings/display/panel/elida,kd35t133.yaml
index 7adb83e2e8d9..265ab6d30572 100644
--- a/Documentation/devicetree/bindings/display/panel/elida,kd35t133.yaml
+++ b/Documentation/devicetree/bindings/display/panel/elida,kd35t133.yaml
@@ -17,7 +17,9 @@ properties:
     const: elida,kd35t133
   reg: true
   backlight: true
+  port: true
   reset-gpios: true
+  rotation: true
   iovcc-supply:
     description: regulator that supplies the iovcc voltage
   vdd-supply:
@@ -27,6 +29,7 @@ required:
   - compatible
   - reg
   - backlight
+  - port
   - iovcc-supply
   - vdd-supply
 
@@ -43,6 +46,12 @@ examples:
             backlight = <&backlight>;
             iovcc-supply = <&vcc_1v8>;
             vdd-supply = <&vcc3v3_lcd>;
+
+            port {
+                mipi_in_panel: endpoint {
+                    remote-endpoint = <&mipi_out_panel>;
+                };
+            };
         };
     };
 
-- 
2.34.1


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

* [PATCH 4/4] dt-bindings: display: sitronix,st7701: document port and rotation
  2023-03-26 20:42 [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port Krzysztof Kozlowski
  2023-03-26 20:42 ` [PATCH 2/4] dt-bindings: display: feiyang,fy07024di26a30d: " Krzysztof Kozlowski
  2023-03-26 20:42 ` [PATCH 3/4] dt-bindings: display: elida,kd35t133: document port and rotation Krzysztof Kozlowski
@ 2023-03-26 20:42 ` Krzysztof Kozlowski
  2023-03-27  7:42   ` Neil Armstrong
  2023-03-28 17:56   ` Jagan Teki
  2023-03-27  7:41 ` [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port Neil Armstrong
                   ` (2 subsequent siblings)
  5 siblings, 2 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-26 20:42 UTC (permalink / raw)
  To: Neil Armstrong, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Jagan Teki, Heiko Stuebner,
	dri-devel, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Panels are supposed to have one port (defined in panel-common.yaml
binding) and can have also rotation:

  rk3326-odroid-go3.dtb: panel@0: 'port', 'rotation' do not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 .../bindings/display/panel/sitronix,st7701.yaml          | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml b/Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml
index 83d30eadf7d9..4dc0cd4a6a77 100644
--- a/Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml
+++ b/Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml
@@ -42,7 +42,9 @@ properties:
   IOVCC-supply:
     description: I/O system regulator
 
+  port: true
   reset-gpios: true
+  rotation: true
 
   backlight: true
 
@@ -51,6 +53,7 @@ required:
   - reg
   - VCC-supply
   - IOVCC-supply
+  - port
   - reset-gpios
 
 additionalProperties: false
@@ -70,5 +73,11 @@ examples:
             IOVCC-supply = <&reg_dldo2>;
             reset-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* LCD-RST: PD24 */
             backlight = <&backlight>;
+
+            port {
+                mipi_in_panel: endpoint {
+                    remote-endpoint = <&mipi_out_panel>;
+                };
+            };
         };
     };
-- 
2.34.1


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

* Re: [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port
  2023-03-26 20:42 [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2023-03-26 20:42 ` [PATCH 4/4] dt-bindings: display: sitronix,st7701: " Krzysztof Kozlowski
@ 2023-03-27  7:41 ` Neil Armstrong
  2023-03-28 17:57 ` Jagan Teki
  2023-03-31 19:52 ` Rob Herring
  5 siblings, 0 replies; 13+ messages in thread
From: Neil Armstrong @ 2023-03-27  7:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Jagan Teki, Heiko Stuebner,
	dri-devel, devicetree, linux-kernel

On 26/03/2023 22:42, Krzysztof Kozlowski wrote:
> Panels are supposed to have one port (defined in panel-common.yaml
> binding):
> 
>    px30-evb.dtb: panel@0: 'port' does not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>   .../bindings/display/panel/xinpeng,xpp055c272.yaml        | 8 ++++++++
>   1 file changed, 8 insertions(+)

<snip>

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

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

* Re: [PATCH 2/4] dt-bindings: display: feiyang,fy07024di26a30d: document port
  2023-03-26 20:42 ` [PATCH 2/4] dt-bindings: display: feiyang,fy07024di26a30d: " Krzysztof Kozlowski
@ 2023-03-27  7:41   ` Neil Armstrong
  2023-03-28 17:57   ` Jagan Teki
  1 sibling, 0 replies; 13+ messages in thread
From: Neil Armstrong @ 2023-03-27  7:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Jagan Teki, Heiko Stuebner,
	dri-devel, devicetree, linux-kernel

On 26/03/2023 22:42, Krzysztof Kozlowski wrote:
> Panels are supposed to have one port (defined in panel-common.yaml
> binding):
> 
>    rk3399-rockpro64.dtb: panel@0: 'port' does not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>   .../bindings/display/panel/feiyang,fy07024di26a30d.yaml   | 8 ++++++++
>   1 file changed, 8 insertions(+)

<snip>

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

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

* Re: [PATCH 3/4] dt-bindings: display: elida,kd35t133: document port and rotation
  2023-03-26 20:42 ` [PATCH 3/4] dt-bindings: display: elida,kd35t133: document port and rotation Krzysztof Kozlowski
@ 2023-03-27  7:42   ` Neil Armstrong
  2023-03-28 17:58   ` Jagan Teki
  1 sibling, 0 replies; 13+ messages in thread
From: Neil Armstrong @ 2023-03-27  7:42 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Jagan Teki, Heiko Stuebner,
	dri-devel, devicetree, linux-kernel

On 26/03/2023 22:42, Krzysztof Kozlowski wrote:
> Panels are supposed to have one port (defined in panel-common.yaml
> binding) and can have also rotation:
> 
>    rk3326-odroid-go2.dtb: panel@0: 'port', 'rotation' do not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>   .../bindings/display/panel/elida,kd35t133.yaml           | 9 +++++++++
>   1 file changed, 9 insertions(+)

<snip>

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

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

* Re: [PATCH 4/4] dt-bindings: display: sitronix,st7701: document port and rotation
  2023-03-26 20:42 ` [PATCH 4/4] dt-bindings: display: sitronix,st7701: " Krzysztof Kozlowski
@ 2023-03-27  7:42   ` Neil Armstrong
  2023-03-28 17:56   ` Jagan Teki
  1 sibling, 0 replies; 13+ messages in thread
From: Neil Armstrong @ 2023-03-27  7:42 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Jagan Teki, Heiko Stuebner,
	dri-devel, devicetree, linux-kernel

On 26/03/2023 22:42, Krzysztof Kozlowski wrote:
> Panels are supposed to have one port (defined in panel-common.yaml
> binding) and can have also rotation:
> 
>    rk3326-odroid-go3.dtb: panel@0: 'port', 'rotation' do not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>   .../bindings/display/panel/sitronix,st7701.yaml          | 9 +++++++++
>   1 file changed, 9 insertions(+)

<snip>

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

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

* Re: [PATCH 4/4] dt-bindings: display: sitronix,st7701: document port and rotation
  2023-03-26 20:42 ` [PATCH 4/4] dt-bindings: display: sitronix,st7701: " Krzysztof Kozlowski
  2023-03-27  7:42   ` Neil Armstrong
@ 2023-03-28 17:56   ` Jagan Teki
  1 sibling, 0 replies; 13+ messages in thread
From: Jagan Teki @ 2023-03-28 17:56 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Neil Armstrong, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Heiko Stuebner, dri-devel,
	devicetree, linux-kernel

On Mon, Mar 27, 2023 at 2:12 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Panels are supposed to have one port (defined in panel-common.yaml
> binding) and can have also rotation:
>
>   rk3326-odroid-go3.dtb: panel@0: 'port', 'rotation' do not match any of the regexes: 'pinctrl-[0-9]+'
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---

Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>

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

* Re: [PATCH 2/4] dt-bindings: display: feiyang,fy07024di26a30d: document port
  2023-03-26 20:42 ` [PATCH 2/4] dt-bindings: display: feiyang,fy07024di26a30d: " Krzysztof Kozlowski
  2023-03-27  7:41   ` Neil Armstrong
@ 2023-03-28 17:57   ` Jagan Teki
  1 sibling, 0 replies; 13+ messages in thread
From: Jagan Teki @ 2023-03-28 17:57 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Neil Armstrong, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Heiko Stuebner, dri-devel,
	devicetree, linux-kernel

On Mon, Mar 27, 2023 at 2:12 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Panels are supposed to have one port (defined in panel-common.yaml
> binding):
>
>   rk3399-rockpro64.dtb: panel@0: 'port' does not match any of the regexes: 'pinctrl-[0-9]+'
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---

Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>

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

* Re: [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port
  2023-03-26 20:42 [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2023-03-27  7:41 ` [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port Neil Armstrong
@ 2023-03-28 17:57 ` Jagan Teki
  2023-03-31 19:52 ` Rob Herring
  5 siblings, 0 replies; 13+ messages in thread
From: Jagan Teki @ 2023-03-28 17:57 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Neil Armstrong, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Heiko Stuebner, dri-devel,
	devicetree, linux-kernel

On Mon, Mar 27, 2023 at 2:12 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Panels are supposed to have one port (defined in panel-common.yaml
> binding):
>
>   px30-evb.dtb: panel@0: 'port' does not match any of the regexes: 'pinctrl-[0-9]+'
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---

Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>

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

* Re: [PATCH 3/4] dt-bindings: display: elida,kd35t133: document port and rotation
  2023-03-26 20:42 ` [PATCH 3/4] dt-bindings: display: elida,kd35t133: document port and rotation Krzysztof Kozlowski
  2023-03-27  7:42   ` Neil Armstrong
@ 2023-03-28 17:58   ` Jagan Teki
  1 sibling, 0 replies; 13+ messages in thread
From: Jagan Teki @ 2023-03-28 17:58 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Neil Armstrong, Sam Ravnborg, David Airlie, Daniel Vetter,
	Rob Herring, Krzysztof Kozlowski, Heiko Stuebner, dri-devel,
	devicetree, linux-kernel

On Mon, Mar 27, 2023 at 2:12 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Panels are supposed to have one port (defined in panel-common.yaml
> binding) and can have also rotation:
>
>   rk3326-odroid-go2.dtb: panel@0: 'port', 'rotation' do not match any of the regexes: 'pinctrl-[0-9]+'
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---

Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>

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

* Re: [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port
  2023-03-26 20:42 [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port Krzysztof Kozlowski
                   ` (4 preceding siblings ...)
  2023-03-28 17:57 ` Jagan Teki
@ 2023-03-31 19:52 ` Rob Herring
  5 siblings, 0 replies; 13+ messages in thread
From: Rob Herring @ 2023-03-31 19:52 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Neil Armstrong, Sam Ravnborg, David Airlie, Daniel Vetter,
	Krzysztof Kozlowski, Jagan Teki, Heiko Stuebner, dri-devel,
	devicetree, linux-kernel

On Sun, Mar 26, 2023 at 10:42:21PM +0200, Krzysztof Kozlowski wrote:
> Panels are supposed to have one port (defined in panel-common.yaml
> binding):
> 
>   px30-evb.dtb: panel@0: 'port' does not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../bindings/display/panel/xinpeng,xpp055c272.yaml        | 8 ++++++++
>  1 file changed, 8 insertions(+)

Applied series to drm-misc.

Rob

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

end of thread, other threads:[~2023-03-31 19:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26 20:42 [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port Krzysztof Kozlowski
2023-03-26 20:42 ` [PATCH 2/4] dt-bindings: display: feiyang,fy07024di26a30d: " Krzysztof Kozlowski
2023-03-27  7:41   ` Neil Armstrong
2023-03-28 17:57   ` Jagan Teki
2023-03-26 20:42 ` [PATCH 3/4] dt-bindings: display: elida,kd35t133: document port and rotation Krzysztof Kozlowski
2023-03-27  7:42   ` Neil Armstrong
2023-03-28 17:58   ` Jagan Teki
2023-03-26 20:42 ` [PATCH 4/4] dt-bindings: display: sitronix,st7701: " Krzysztof Kozlowski
2023-03-27  7:42   ` Neil Armstrong
2023-03-28 17:56   ` Jagan Teki
2023-03-27  7:41 ` [PATCH 1/4] dt-bindings: display: xinpeng,xpp055c272: document port Neil Armstrong
2023-03-28 17:57 ` Jagan Teki
2023-03-31 19:52 ` Rob Herring

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).