Re: [PATCH 2/2] powerpc/85xx: add DIU support to the Freecale P1022DS reference board

2010-10-06 Thread Kumar Gala
On Sep 9, 2010, at 1:39 PM, Timur Tabi wrote: > +static void p1022ds_set_monitor_port(int monitor_port) > +{ > + struct device_node *pixis_node; > + u8 __iomem *brdcfg1; > + > + pixis_node = of_find_compatible_node(NULL, NULL, "fsl,fpga-pixis"); > + if (!pixis_node) { > +

[PATCH 2/2] powerpc/85xx: add DIU support to the Freecale P1022DS reference board

2010-09-09 Thread Timur Tabi
The Freescale P1022DS has an on-chip video controller called the DIU, and a driver for this device already exists. Update the platform file for the P1022DS reference board to enable the driver, and update the defconfig for Freescale MPC85xx boards to add the driver. Signed-off-by: Timur Tabi ---