Re: [PATCH 1/2 v4] powerpc/85xx: Add p1020rdb-pc platform support

2012-02-09 Thread Tabi Timur-B04825
On Wed, Feb 8, 2012 at 11:40 PM, Zhicheng Fan b32...@freescale.com wrote: +static int __init p1020_rdb_pc_probe(void) +{ +       unsigned long root = of_get_flat_dt_root(); + +       if (of_flat_dt_is_compatible(root, fsl,P1020RDB-PC)) +               return 1; +       return 0; +}

[PATCH 1/2 v4] powerpc/85xx: Add p1020rdb-pc platform support

2012-02-08 Thread Zhicheng Fan
From: Zhicheng Fan b32...@freeescale.com Signed-off-by: Zhicheng Fan b32...@freeescale.com --- arch/powerpc/platforms/85xx/mpc85xx_rdb.c | 26 +- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/platforms/85xx/mpc85xx_rdb.c