]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx48: add compatible for gpmc nand in Linux kernel >= 3.8-rc3
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 6 Dec 2013 09:21:49 +0000 (10:21 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 6 Dec 2013 09:21:49 +0000 (10:21 +0100)
board/karo/tx48/tx48.c

index 311bf5a85201d1ad505ea82c0f22dca04fadc5d1..88602a5a36492f3246a7b06368a92c6d1c8257ce 100644 (file)
@@ -1052,6 +1052,7 @@ void show_activity(int arg)
 #include <mtd_node.h>
 static struct node_info nodes[] = {
        { "ti,omap2-nand", MTD_DEV_TYPE_NAND, },
+       { "ti,am3352-gpmc", MTD_DEV_TYPE_NAND, },
 };
 
 #else