diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-universal_c210.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-universal_c210.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c index 0fc65ffde8ff..3de57a74a045 100644 --- a/arch/arm/mach-exynos/mach-universal_c210.c +++ b/arch/arm/mach-exynos/mach-universal_c210.c | |||
@@ -969,7 +969,6 @@ static struct platform_device *universal_devices[] __initdata = { | |||
969 | &s3c_device_i2c5, | 969 | &s3c_device_i2c5, |
970 | &s5p_device_i2c_hdmiphy, | 970 | &s5p_device_i2c_hdmiphy, |
971 | &hdmi_fixed_voltage, | 971 | &hdmi_fixed_voltage, |
972 | &exynos4_device_pd[PD_TV], | ||
973 | &s5p_device_hdmi, | 972 | &s5p_device_hdmi, |
974 | &s5p_device_sdo, | 973 | &s5p_device_sdo, |
975 | &s5p_device_mixer, | 974 | &s5p_device_mixer, |
@@ -982,9 +981,6 @@ static struct platform_device *universal_devices[] __initdata = { | |||
982 | &s5p_device_mfc, | 981 | &s5p_device_mfc, |
983 | &s5p_device_mfc_l, | 982 | &s5p_device_mfc_l, |
984 | &s5p_device_mfc_r, | 983 | &s5p_device_mfc_r, |
985 | &exynos4_device_pd[PD_MFC], | ||
986 | &exynos4_device_pd[PD_LCD0], | ||
987 | &exynos4_device_pd[PD_CAM], | ||
988 | &cam_i_core_fixed_reg_dev, | 984 | &cam_i_core_fixed_reg_dev, |
989 | &cam_s_if_fixed_reg_dev, | 985 | &cam_s_if_fixed_reg_dev, |
990 | &s5p_device_fimc_md, | 986 | &s5p_device_fimc_md, |
@@ -1003,10 +999,6 @@ void s5p_tv_setup(void) | |||
1003 | gpio_request_one(EXYNOS4_GPX3(7), GPIOF_IN, "hpd-plug"); | 999 | gpio_request_one(EXYNOS4_GPX3(7), GPIOF_IN, "hpd-plug"); |
1004 | s3c_gpio_cfgpin(EXYNOS4_GPX3(7), S3C_GPIO_SFN(0x3)); | 1000 | s3c_gpio_cfgpin(EXYNOS4_GPX3(7), S3C_GPIO_SFN(0x3)); |
1005 | s3c_gpio_setpull(EXYNOS4_GPX3(7), S3C_GPIO_PULL_NONE); | 1001 | s3c_gpio_setpull(EXYNOS4_GPX3(7), S3C_GPIO_PULL_NONE); |
1006 | |||
1007 | /* setup dependencies between TV devices */ | ||
1008 | s5p_device_hdmi.dev.parent = &exynos4_device_pd[PD_TV].dev; | ||
1009 | s5p_device_mixer.dev.parent = &exynos4_device_pd[PD_TV].dev; | ||
1010 | } | 1002 | } |
1011 | 1003 | ||
1012 | static void __init universal_reserve(void) | 1004 | static void __init universal_reserve(void) |
@@ -1040,15 +1032,6 @@ static void __init universal_machine_init(void) | |||
1040 | 1032 | ||
1041 | /* Last */ | 1033 | /* Last */ |
1042 | platform_add_devices(universal_devices, ARRAY_SIZE(universal_devices)); | 1034 | platform_add_devices(universal_devices, ARRAY_SIZE(universal_devices)); |
1043 | |||
1044 | s5p_device_mfc.dev.parent = &exynos4_device_pd[PD_MFC].dev; | ||
1045 | s5p_device_fimd0.dev.parent = &exynos4_device_pd[PD_LCD0].dev; | ||
1046 | |||
1047 | s5p_device_fimc0.dev.parent = &exynos4_device_pd[PD_CAM].dev; | ||
1048 | s5p_device_fimc1.dev.parent = &exynos4_device_pd[PD_CAM].dev; | ||
1049 | s5p_device_fimc2.dev.parent = &exynos4_device_pd[PD_CAM].dev; | ||
1050 | s5p_device_fimc3.dev.parent = &exynos4_device_pd[PD_CAM].dev; | ||
1051 | s5p_device_mipi_csis0.dev.parent = &exynos4_device_pd[PD_CAM].dev; | ||
1052 | } | 1035 | } |
1053 | 1036 | ||
1054 | MACHINE_START(UNIVERSAL_C210, "UNIVERSAL_C210") | 1037 | MACHINE_START(UNIVERSAL_C210, "UNIVERSAL_C210") |