[PATCH 2/3] ARM: zynq: Add compatible entry for the ZC702 board.

From: Nick Bowler
Date: Wed Jul 04 2012 - 10:23:42 EST


This allows the kernel to start on this platform with the
vendor-provided device tree blob.

Signed-off-by: Nick Bowler <nbowler@xxxxxxxxxxxxxxxx>
Cc: John Linn <john.linn@xxxxxxxxxx>

---
arch/arm/mach-zynq/common.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-zynq/common.c b/arch/arm/mach-zynq/common.c
index 12a2984..a58c83b 100644
--- a/arch/arm/mach-zynq/common.c
+++ b/arch/arm/mach-zynq/common.c
@@ -106,6 +106,7 @@ static void __init xilinx_map_io(void)

static const char *xilinx_dt_match[] = {
"xlnx,zynq-ep107",
+ "xlnx,zynq-zc702",
NULL
};

--
1.7.8.6


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/