[PATCH 7/7] dt-bindings: display: add panel-timing property to sitronix,st7789v

From: Gerald Loacker
Date: Tue Mar 14 2023 - 08:00:06 EST


The sitronix-st7789v driver now considers the panel-timing property.
Add the property to the documentation.

Signed-off-by: Gerald Loacker <gerald.loacker@xxxxxxxxxxxxxx>
---
.../display/panel/sitronix,st7789v.yaml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml b/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml
index ed942cd3620f..8810f123dedf 100644
--- a/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml
+++ b/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml
@@ -21,6 +21,7 @@ properties:
reset-gpios: true
power-supply: true
backlight: true
+ panel-timing: true
port: true
rotation: true

@@ -54,6 +55,22 @@ examples:
spi-cpol;
spi-cpha;

+ panel-timing {
+ clock-frequency = <7000000>;
+ hactive = <240>;
+ vactive = <320>;
+ hfront-porch = <38>;
+ hback-porch = <10>;
+ hsync-len = <10>;
+ vfront-porch = <8>;
+ vback-porch = <4>;
+ vsync-len = <4>;
+ hsync-active = <1>;
+ vsync-active = <1>;
+ de-active = <1>;
+ pixelclk-active = <1>;
+ };
+
port {
panel_input: endpoint {
remote-endpoint = <&tcon0_out_panel>;
--
2.37.2