Skip to content

Commit ae12c37

Browse files
njhollinghurstpopcornmix
authored andcommitted
dts: overlays: vc4-kms-dpi-generic-overlay: Add "interlaced" property
Almost no DPI hardware supports it, but it's useful for RP1 video out. Signed-off-by: Nick Hollinghurst <[email protected]>
1 parent 33e2e56 commit ae12c37

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm/boot/dts/overlays/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5141,6 +5141,7 @@ Params: clock-frequency Display clock frequency (Hz)
51415141
vsync-invert Vertical sync active low
51425142
de-invert Data Enable active low
51435143
pixclk-invert Negative edge pixel clock
5144+
interlaced Use an interlaced mode (where supported)
51445145
width-mm Define the screen width in mm
51455146
height-mm Define the screen height in mm
51465147
rgb565 Change to RGB565 output on GPIOs 0-19

arch/arm/boot/dts/overlays/vc4-kms-dpi-generic-overlay.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
vsync-invert = <&timing>, "vsync-active:0=0";
6060
de-invert = <&timing>, "de-active:0=0";
6161
pixclk-invert = <&timing>, "pixelclk-active:0=0";
62+
interlaced = <&timing>, "interlaced?";
6263

6364
width-mm = <&panel_generic>, "width-mm:0";
6465
height-mm = <&panel_generic>, "height-mm:0";

0 commit comments

Comments
 (0)