]> Git Repo - linux.git/commitdiff
ARM: dts: am4372: Set memory bandwidth limit for DISPC
authorPeter Ujfalusi <[email protected]>
Mon, 30 Sep 2019 08:54:50 +0000 (11:54 +0300)
committerTony Lindgren <[email protected]>
Mon, 30 Sep 2019 16:32:03 +0000 (09:32 -0700)
Set memory bandwidth limit to filter out resolutions above 720p@60Hz to
avoid underflow errors due to the bandwidth needs of higher resolutions.

am43xx can not provide enough bandwidth to DISPC to correctly handle
'high' resolutions.

Signed-off-by: Peter Ujfalusi <[email protected]>
Signed-off-by: Tomi Valkeinen <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/am4372.dtsi

index 848e2a8884e2cdd0a7430a65c87576eca048f5ac..14bbc438055fd445092c177f85afb28262c1a7d4 100644 (file)
                                ti,hwmods = "dss_dispc";
                                clocks = <&disp_clk>;
                                clock-names = "fck";
+
+                               max-memory-bandwidth = <230000000>;
                        };
 
                        rfbi: rfbi@4832a800 {
This page took 0.06052 seconds and 4 git commands to generate.