drivers: rk_nand: support rk3568

1. add compatible "rockchip,rk-nandc-v9"
2. support samsung ss14 8GB MLC NAND FLASH

Change-Id: I0508ac1d7249b40eac5d5b88bbf0695b7e2ba6f3
Signed-off-by: Yifeng Zhao <zyf@rock-chips.com>
This commit is contained in:
Yifeng Zhao
2021-01-08 17:37:07 +08:00
committed by Tao Huang
parent 107a0619dd
commit d1dd426374
3 changed files with 19897 additions and 18784 deletions

View File

@@ -30,7 +30,7 @@
#include "rk_ftl_api.h"
#include "rk_nand_base.h"
#define RKNAND_VERSION_AND_DATE "rknandbase v1.2 2018-05-08"
#define RKNAND_VERSION_AND_DATE "rknandbase v1.2 2021-01-07"
static struct rk_nandc_info g_nandc_info[2];
struct device *g_nand_device;
@@ -453,6 +453,7 @@ static const struct dev_pm_ops rknand_dev_pm_ops = {
#ifdef CONFIG_OF
static const struct of_device_id of_rk_nandc_match[] = {
{.compatible = "rockchip,rk-nandc"},
{.compatible = "rockchip,rk-nandc-v9"},
{}
};
#endif

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff