| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/include/linux/mtd/onenand_regs.h |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Copyright (C) 2005-2007 Samsung Electronics |
|---|
| 7 | 8 | * Kyungmin Park <kyungmin.park@samsung.com> |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 10 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 11 | | - * published by the Free Software Foundation. |
|---|
| 12 | 9 | */ |
|---|
| 13 | 10 | |
|---|
| 14 | 11 | #ifndef __ONENAND_REG_H |
|---|
| .. | .. |
|---|
| 80 | 77 | #define ONENAND_DEVICE_DENSITY_1Gb (0x003) |
|---|
| 81 | 78 | #define ONENAND_DEVICE_DENSITY_2Gb (0x004) |
|---|
| 82 | 79 | #define ONENAND_DEVICE_DENSITY_4Gb (0x005) |
|---|
| 80 | +#define ONENAND_DEVICE_DENSITY_8Gb (0x006) |
|---|
| 83 | 81 | |
|---|
| 84 | 82 | /* |
|---|
| 85 | 83 | * Version ID Register F002h (R) |
|---|