mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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
Reference in New Issue
Block a user