|
@@ -544,7 +544,7 @@ struct nand_buffers {
|
|
|
* flash device
|
|
|
* @IO_ADDR_W: [BOARDSPECIFIC] address to write the 8 I/O lines of the
|
|
|
* flash device.
|
|
|
- * @dn: [BOARDSPECIFIC] device node describing this instance
|
|
|
+ * @flash_node: [BOARDSPECIFIC] device node describing this instance
|
|
|
* @read_byte: [REPLACEABLE] read one byte from the chip
|
|
|
* @read_word: [REPLACEABLE] read one word from the chip
|
|
|
* @write_byte: [REPLACEABLE] write a single byte to the chip on the
|
|
@@ -647,7 +647,7 @@ struct nand_chip {
|
|
|
void __iomem *IO_ADDR_R;
|
|
|
void __iomem *IO_ADDR_W;
|
|
|
|
|
|
- struct device_node *dn;
|
|
|
+ struct device_node *flash_node;
|
|
|
|
|
|
uint8_t (*read_byte)(struct mtd_info *mtd);
|
|
|
u16 (*read_word)(struct mtd_info *mtd);
|