devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add Display support for AM43xx
@ 2013-12-03  8:33 Sathya Prakash M R
  2013-12-03  8:33 ` [PATCH 1/4] OMAPDSS: Add DSS features " Sathya Prakash M R
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Sathya Prakash M R @ 2013-12-03  8:33 UTC (permalink / raw)
  To: tony, tomi.valkeinen, devicetree, linux-omap, rob.herring,
	pawel.moll, mark.rutland, paul
  Cc: Sathya Prakash M R

This patch series adds DSS support to the AM43x. The DPI LCD
panel is supported on both am43x-epos-evm and am437x-gp-evm.
The LCD panel is from OSD model: OSD057T0559-34TS

Done on top of 3.13-rc1 and below dependent patches

Sourav patches adding device nodes for epos [1] and gp [2] evm
[1]: https://patchwork.kernel.org/patch/3246701/
[2]: https://patchwork.kernel.org/patch/3246751/

Tomi patch adding DT support to DSS [3]
[3]: https://patchwork.kernel.org/patch/2841721/

AM43xx has a dedicated display pll. Hence tomi patch improving
func clock handling is needed [4]
[4]: https://patchwork.kernel.org/patch/3196221/

Tested on am43x-epos-evm and am437x-gp-evm.

Sathya Prakash M R (3):
  OMAPDSS: Add DSS features for AM43xx
  ARM: OMAP2+: AM43xx DSS Hwmod
  ARM: DTS: AM43x: Add DSS node

Tomi Valkeinen (1):
  ARM: AM43xx: fix dpll init in bypass mode

 arch/arm/boot/dts/am4372.dtsi              |   28 ++++++++
 arch/arm/boot/dts/am437x-gp-evm.dts        |   68 ++++++++++++++++++
 arch/arm/boot/dts/am43x-epos-evm.dts       |   64 +++++++++++++++++
 arch/arm/boot/dts/am43xx-clocks.dtsi       |    2 +
 arch/arm/mach-omap2/clkt_dpll.c            |    4 +-
 arch/arm/mach-omap2/display.c              |    2 +
 arch/arm/mach-omap2/omap_hwmod_43xx_data.c |  104 ++++++++++++++++++++++++++++
 arch/arm/mach-omap2/prcm43xx.h             |    1 +
 drivers/video/omap2/dss/dispc.c            |    1 +
 drivers/video/omap2/dss/dpi.c              |    2 +
 drivers/video/omap2/dss/dsi.c              |    1 +
 drivers/video/omap2/dss/dss.c              |   11 +++
 drivers/video/omap2/dss/dss_features.c     |   67 ++++++++++++++++++
 include/video/omapdss.h                    |    1 +
 14 files changed, 354 insertions(+), 2 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-02-28 21:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03  8:33 [PATCH 0/4] Add Display support for AM43xx Sathya Prakash M R
2013-12-03  8:33 ` [PATCH 1/4] OMAPDSS: Add DSS features " Sathya Prakash M R
2013-12-03  8:33 ` [PATCH 2/4] ARM: AM43xx: fix dpll init in bypass mode Sathya Prakash M R
2013-12-09  1:23   ` Paul Walmsley
2013-12-03  8:33 ` [PATCH 3/4] ARM: OMAP2+: AM43xx DSS Hwmod Sathya Prakash M R
2013-12-03  8:33 ` [PATCH 4/4] ARM: DTS: AM43x: Add DSS node Sathya Prakash M R
2014-02-28 21:32   ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).