diff options
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/denali.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/denali.c b/drivers/mtd/nand/denali.c index 4b907a5bdb25..f120f143539b 100644 --- a/drivers/mtd/nand/denali.c +++ b/drivers/mtd/nand/denali.c | |||
@@ -1441,6 +1441,7 @@ int denali_init(struct denali_nand_info *denali) | |||
1441 | /* now that our ISR is registered, we can enable interrupts */ | 1441 | /* now that our ISR is registered, we can enable interrupts */ |
1442 | denali_set_intr_modes(denali, true); | 1442 | denali_set_intr_modes(denali, true); |
1443 | mtd->name = "denali-nand"; | 1443 | mtd->name = "denali-nand"; |
1444 | nand_set_flash_node(chip, denali->dev->of_node); | ||
1444 | 1445 | ||
1445 | /* register the driver with the NAND core subsystem */ | 1446 | /* register the driver with the NAND core subsystem */ |
1446 | chip->select_chip = denali_select_chip; | 1447 | chip->select_chip = denali_select_chip; |