mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 13:49:26 +00:00
3a5584e0df
Adds latest 6.6 patches from the Raspberry Pi repository. These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.6.y/ With the following command: git format-patch -N v6.6.67..HEAD (HEAD -> 811ff707533bcd67cdcd368bbd46223082009b12) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> (cherry picked from commit 692205305db14deeff1a2dc4a6d7f87e19fc418b)
35 lines
1.6 KiB
Diff
35 lines
1.6 KiB
Diff
From 2b0acbe8fd008e09a904b7a3c796a2dc79bf10ea Mon Sep 17 00:00:00 2001
|
|
From: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com>
|
|
Date: Tue, 19 Nov 2024 16:17:40 +0000
|
|
Subject: [PATCH] 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 <nick.hollinghurst@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/README | 1 +
|
|
arch/arm/boot/dts/overlays/vc4-kms-dpi-generic-overlay.dts | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/README
|
|
+++ b/arch/arm/boot/dts/overlays/README
|
|
@@ -5099,6 +5099,7 @@ Params: clock-frequency Display
|
|
vsync-invert Vertical sync active low
|
|
de-invert Data Enable active low
|
|
pixclk-invert Negative edge pixel clock
|
|
+ interlaced Use an interlaced mode (where supported)
|
|
width-mm Define the screen width in mm
|
|
height-mm Define the screen height in mm
|
|
rgb565 Change to RGB565 output on GPIOs 0-19
|
|
--- a/arch/arm/boot/dts/overlays/vc4-kms-dpi-generic-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/vc4-kms-dpi-generic-overlay.dts
|
|
@@ -59,6 +59,7 @@
|
|
vsync-invert = <&timing>, "vsync-active:0=0";
|
|
de-invert = <&timing>, "de-active:0=0";
|
|
pixclk-invert = <&timing>, "pixelclk-active:0=0";
|
|
+ interlaced = <&timing>, "interlaced?";
|
|
|
|
width-mm = <&panel_generic>, "width-mm:0";
|
|
height-mm = <&panel_generic>, "height-mm:0";
|