From 2f36562a6aed7cd0722ec72215d72ed2fd388de0 Mon Sep 17 00:00:00 2001 From: Corey Vixie Date: Sun, 29 Mar 2020 16:43:23 -0700 Subject: [PATCH] Another test, and reverting to the TDO mode --- platforms/beaglebone/VE-2IN-BBB.dts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platforms/beaglebone/VE-2IN-BBB.dts b/platforms/beaglebone/VE-2IN-BBB.dts index bc0547a..db40884 100644 --- a/platforms/beaglebone/VE-2IN-BBB.dts +++ b/platforms/beaglebone/VE-2IN-BBB.dts @@ -237,7 +237,7 @@ dma-burst-sz = <16>; // DMA burst size bpp = <16>; // Bits per pixel (Use 24bpp for 18-bit LCDs) fdd = <0x80>; // FIFO DMA Request Delay - sync-edge = <0>; // Horizontal and Vertical Sync Edge: 0=rising 1=falling + sync-edge = <1>; // Horizontal and Vertical Sync Edge: 0=rising 1=falling sync-ctrl = <1>; // Horizontal and Vertical Sync: Control: 0=ignore raster-order = <0>; // Raster Data Order Select: 1=Most-to-least 0=Least-to-most fifo-th = <0>; // DMA FIFO threshold @@ -254,9 +254,10 @@ // Documentation/devicetree/bindings/display/panel/display-timing.txt for display // timing binding details. display-timings { - native-mode = <&timing4>; + native-mode = <&timing0>; timing0: 480x480_TDO { + // clock-frequency = <8000000>; // 30fps clock-frequency = <16000000>; // 60fps hactive = <480>; vactive = <480>;