mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 10:30:52 +07:00
ARM: S5PV210: Add OneNAND device to the Aquila board
This patch is to support OneNAND device to the Aquila board. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
4cefa36074
commit
ab7a3379f5
@ -51,6 +51,7 @@ config MACH_AQUILA
|
||||
select ARCH_SPARSEMEM_ENABLE
|
||||
select S5PV210_SETUP_FB_24BPP
|
||||
select S3C_DEV_FB
|
||||
select S5PC110_DEV_ONENAND
|
||||
help
|
||||
Machine support for the Samsung Aquila target based on S5PC110 SoC
|
||||
|
||||
|
@ -124,6 +124,7 @@ static struct s3c_fb_platdata aquila_lcd_pdata __initdata = {
|
||||
|
||||
static struct platform_device *aquila_devices[] __initdata = {
|
||||
&s3c_device_fb,
|
||||
&s5pc110_device_onenand,
|
||||
};
|
||||
|
||||
static void __init aquila_map_io(void)
|
||||
|
Loading…
Reference in New Issue
Block a user