From: Lothar Waßmann Date: Fri, 6 Dec 2013 09:21:49 +0000 (+0100) Subject: karo: tx48: add compatible for gpmc nand in Linux kernel >= 3.8-rc3 X-Git-Tag: KARO-TX-2013-12-13~18^2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=71f339732446422d2b371e643d4d6fe437abc3ec karo: tx48: add compatible for gpmc nand in Linux kernel >= 3.8-rc3 --- diff --git a/board/karo/tx48/tx48.c b/board/karo/tx48/tx48.c index 311bf5a852..88602a5a36 100644 --- a/board/karo/tx48/tx48.c +++ b/board/karo/tx48/tx48.c @@ -1052,6 +1052,7 @@ void show_activity(int arg) #include static struct node_info nodes[] = { { "ti,omap2-nand", MTD_DEV_TYPE_NAND, }, + { "ti,am3352-gpmc", MTD_DEV_TYPE_NAND, }, }; #else