Lines Matching +full:partitions +full:- +full:table +full:- +full:offset
1 // SPDX-License-Identifier: GPL-2.0
24 #include <linux/mtd/partitions.h>
31 #include <asm/mach-types.h>
34 #include "regs-gpio.h"
35 #include "gpio-samsung.h"
36 #include <linux/platform_data/leds-s3c24xx.h>
37 #include <linux/platform_data/mtd-nand-s3c2410.h>
39 #include "gpio-cfg.h"
43 #include "common-smdk-s3c24xx.h"
49 .table = {
57 .table = {
65 .table = {
73 .table = {
86 .def_trigger = "nand-disk",
129 /* NAND parititon from 2.4.18-swl5 */
135 .offset = 0,
139 .offset = 0,
144 .offset = SZ_4M,
149 .offset = SZ_8M,
154 .offset = SZ_1M * 10,
159 .offset = SZ_1M * 14,
164 .offset = SZ_1M * 24,
169 .offset = SZ_1M * 48,
179 .partitions = smdk_default_nand_part,
213 /* Disable pull-up on the LED lines */ in smdk_machine_init()