Skip to content

Commit

Permalink
fbdev: Add PLB support and cleanup DCR in xilinxfb driver.
Browse files Browse the repository at this point in the history
Added support for the new xps tft controller. The new core
has PLB interface support in addition to existing DCR interface.

Removed platform device support as both MicroBlaze and PowerPC
use device tree.

Previously, the dcr interface was assumed to be used in mmio mode,
and the register space of the dcr interface was precomputed and stuffed
into the device tree. This driver now makes use of the new dcr
infrastructure to represent the dcr interface. This enables the dcr
interface to be connected directly to a native dcr interface in a clean
way.

Added compatibility for ml507 dvi core.

Signed-off-by: Suneel <suneelg@xilinx.com>
Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Signed-off-by: John Linn <john.linn@xilinx.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl>
  • Loading branch information
John Linn authored and Grant Likely committed Jun 6, 2009
1 parent b907abc commit dac4ccf
Showing 1 changed file with 151 additions and 139 deletions.
Loading

0 comments on commit dac4ccf

Please sign in to comment.