[PATCH 2/2] powerpc/85xx: add DIU support to the Freecale P1022DS reference board
Kumar Gala
kumar.gala at freescale.com
Thu Oct 7 16:28:19 EST 2010
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) {
> + pr_err("p1022ds: missing ngPIXIS node\n");
> + return;
> + }
> +
update based on change to compatible in .dts
- k
More information about the Linuxppc-dev
mailing list