Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1527341

[PATCH] ARM: dts: da850: specify max width for display node

From Bartosz Golaszewski <bgolaszewski@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH] ARM: dts: da850: specify max width for display node
Date 2016-11-22 10:50 +0100
Message-ID <sGfSa-5nS-27@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


It has been determined that the highest resolution supported correctly
by LCDC rev1 is 800x600 on da850 due to memory bandwidth constraints.

Set the max_width property in da850.dtsi to 800.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
 arch/arm/boot/dts/da850.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 36066fa..0876238 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -441,6 +441,7 @@
 			compatible = "ti,da850-tilcdc";
 			reg = <0x213000 0x1000>;
 			interrupts = <52>;
+			max-width = <800>;
 			status = "disabled";
 		};
 	};
-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] ARM: dts: da850: specify max width for display node Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-11-22 10:50 +0100
  Re: [PATCH] ARM: dts: da850: specify max width for display node Tomi Valkeinen <tomi.valkeinen@ti.com> - 2016-11-22 11:30 +0100
    Re: [PATCH] ARM: dts: da850: specify max width for display node Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-11-22 11:40 +0100

csiph-web