]> git.dujemihanovic.xyz Git - u-boot.git/commit
mtd: nand: raw: rockchip_nfc: add flash_node to chip structure
authorJohan Jonker <jbx6244@gmail.com>
Mon, 13 Mar 2023 00:28:53 +0000 (01:28 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 6 May 2023 09:28:17 +0000 (17:28 +0800)
commit14eb61aa2514ba9cf7d8c2410746fefe4cd8295f
tree78c93ca09d5c69bcad7c09a77928394eec50aae2
parent1b3fcb3c04566038a4f0b3481e9dad78a2dda604
mtd: nand: raw: rockchip_nfc: add flash_node to chip structure

Add flash_node to the rockchip_nfc driver chip structure in order
to find the partitions in the add_mtd_partitions_of() function.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
drivers/mtd/nand/raw/rockchip_nfc.c