Lines Matching +full:spare +full:- +full:regs
1 // SPDX-License-Identifier: GPL-2.0
31 #include <linux/platform_data/mtd-nand-s3c2410.h>
32 #include <linux/platform_data/i2c-s3c2410.h>
34 #include "hardware-s3c24xx.h"
35 #include "regs-gpio.h"
36 #include <linux/platform_data/fb-s3c2410.h>
37 #include "gpio-samsung.h"
39 #include <asm/mach-types.h>
43 #include <linux/mtd/nand-ecc-sw-hamming.h>
46 #include "gpio-cfg.h"
50 #include <linux/platform_data/usb-s3c2410_udc.h>
53 #include "s3c2412-power.h"
88 * 0x00000000-0x00028000 : uboot
89 * 0x00028000-0x0002c000 : uboot env
90 * 0x0002c000-0x00030000 : spare
91 * 0x00030000-0x00200000 : zimage A
92 * 0x00200000-0x01600000 : cramfs A
93 * 0x01600000-0x017d0000 : zimage B
94 * 0x017d0000-0x02bd0000 : cramfs B
95 * 0x02bd0000-0x03fd0000 : yaffs
105 .mask_flags = MTD_WRITEABLE, /* force read-only */
108 /* spare */
110 .name = "spare",
120 .size = (SZ_2M) - (192 * SZ_1K),
121 .mask_flags = MTD_WRITEABLE, /* force read-only */
126 .mask_flags = MTD_WRITEABLE, /* force read-only */
147 .size = (2 * SZ_1M) - (192 * SZ_1K),
150 .offset = (24 * SZ_1M) - (192*SZ_1K),
163 .mask_flags = MTD_WRITEABLE, /* force read-only */
166 /* spare */
168 .name = "spare",
178 .size = (2 * SZ_1M) - (192 * SZ_1K),
179 .mask_flags = MTD_WRITEABLE, /* force read-only */
183 .offset = (24 * SZ_1M) - (192 * SZ_1K),
185 .mask_flags = MTD_WRITEABLE, /* force read-only */
206 .size = (2 * SZ_1M) - (192 * SZ_1K),
248 nand->nr_partitions = ARRAY_SIZE(jive_imageB_nand_part); in jive_mtdset()
249 nand->partitions = jive_imageB_nand_part; in jive_mtdset()
309 /* todo - put into gpio header */
499 .dev_id = "s3c2410-usbgadget",
511 /* Write the magic value u-boot uses to check for resume into in jive_pm_suspend()
653 /** TODO - check that this is after the cmdline option! */ in jive_machine_init()
686 /* Maintainer: Ben Dooks <ben-linux@fluff.org> */