From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Adrian Alonso To: linuxppc-dev@lists.ozlabs.org Subject: [PATCH] xilinxfb: update tft comp versions Date: Tue, 27 Jul 2010 16:24:13 -0500 Message-Id: <1280265853-21245-1-git-send-email-aalonso00@gmail.com> Cc: devicetree-discuss@lists.ozlabs.org, Adrian Alonso List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Add tft display module compatibility for new hardware modules Signed-off-by: Adrian Alonso --- drivers/video/xilinxfb.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/video/xilinxfb.c b/drivers/video/xilinxfb.c index 574dc54..29b5daa 100644 --- a/drivers/video/xilinxfb.c +++ b/drivers/video/xilinxfb.c @@ -485,6 +485,8 @@ static int __devexit xilinxfb_of_remove(struct of_device *op) /* Match table for of_platform binding */ static struct of_device_id xilinxfb_of_match[] __devinitdata = { { .compatible = "xlnx,xps-tft-1.00.a", }, + { .compatible = "xlnx,xps-tft-2.00.a", }, + { .compatible = "xlnx,xps-tft-2.01.a", }, { .compatible = "xlnx,plb-tft-cntlr-ref-1.00.a", }, { .compatible = "xlnx,plb-dvi-cntlr-ref-1.00.c", }, {}, -- 1.7.2