Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1531041
| From | Sekhar Nori <nsekhar@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: dts: da850: specify the maximum bandwidth for tilcdc |
| Date | 2016-11-28 06:30 +0100 |
| Message-ID | <sImFP-6cg-5@gated-at.bofh.it> (permalink) |
| References | <sHqVc-2o9-37@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Friday 25 November 2016 09:07 PM, Bartosz Golaszewski wrote: > It has been determined that the maximum resolution supported correctly > by tilcdc rev1 on da850 SoCs is 800x600@60. Due to memory throughput > constraints we must filter out higher modes. > > Specify the max-bandwidth property for the display node for > da850-based boards. > > 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 8e30d9b..9b7c444 100644 > --- a/arch/arm/boot/dts/da850.dtsi > +++ b/arch/arm/boot/dts/da850.dtsi > @@ -452,6 +452,7 @@ > compatible = "ti,da850-tilcdc"; > reg = <0x213000 0x1000>; > interrupts = <52>; > + max-bandwidth = <28800000>; If this is effectively the max pixel clock that the device supports, then why not use the datasheet specified value of 37.5 MHz (Tc = 26.66 ns). Thanks, Sekhar
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] ARM: dts: da850: specify the maximum bandwidth for tilcdc Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-11-25 16:50 +0100
Re: [PATCH] ARM: dts: da850: specify the maximum bandwidth for tilcdc Sekhar Nori <nsekhar@ti.com> - 2016-11-28 06:30 +0100
Re: [PATCH] ARM: dts: da850: specify the maximum bandwidth for tilcdc Tomi Valkeinen <tomi.valkeinen@ti.com> - 2016-11-28 08:50 +0100
Re: [PATCH] ARM: dts: da850: specify the maximum bandwidth for tilcdc Sekhar Nori <nsekhar@ti.com> - 2016-11-28 09:00 +0100
Re: [PATCH] ARM: dts: da850: specify the maximum bandwidth for tilcdc Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2016-11-28 11:50 +0100
csiph-web