Skip to content

Commit f90ec6c

Browse files
Peter Ujfalusitmlind
authored andcommitted
ARM: dts: am4372: Set memory bandwidth limit for DISPC
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]>
1 parent cf395f7 commit f90ec6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/am4372.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@
337337
ti,hwmods = "dss_dispc";
338338
clocks = <&disp_clk>;
339339
clock-names = "fck";
340+
341+
max-memory-bandwidth = <230000000>;
340342
};
341343

342344
rfbi: rfbi@4832a800 {

0 commit comments

Comments
 (0)