diff options
-rw-r--r-- | arch/arm/mach-ux500/devices-db5500.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-ux500/devices-db8500.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-ux500/devices-db5500.c b/arch/arm/mach-ux500/devices-db5500.c index 18e0c6fbde4..59226a7350d 100644 --- a/arch/arm/mach-ux500/devices-db5500.c +++ b/arch/arm/mach-ux500/devices-db5500.c @@ -202,10 +202,7 @@ static int mcde_platform_set_display_clocks(void) } static struct mcde_platform_data mcde_pdata = { - .num_dsilinks = 2, .syncmux = 0x01, - .num_channels = 2, - .num_overlays = 3, .regulator_mcde_epod_id = "vsupply", .regulator_esram_epod_id = "v-esram12", #ifdef CONFIG_MCDE_DISPLAY_DSI diff --git a/arch/arm/mach-ux500/devices-db8500.c b/arch/arm/mach-ux500/devices-db8500.c index f86ecd51ada..ad2c9f94425 100644 --- a/arch/arm/mach-ux500/devices-db8500.c +++ b/arch/arm/mach-ux500/devices-db8500.c @@ -203,7 +203,6 @@ static int mcde_platform_set_display_clocks(void) } static struct mcde_platform_data mcde_pdata = { - .num_dsilinks = 3, /* * [0] = 3: 24 bits DPI: connect LSB Ch B to D[0:7] * [3] = 4: 24 bits DPI: connect MID Ch B to D[24:31] @@ -215,8 +214,6 @@ static struct mcde_platform_data mcde_pdata = { .outmux = { 3, 3, DONT_CARE, 4, 5 }, #undef DONT_CARE .syncmux = 0x00, /* DPI channel A and B on output pins A and B resp */ - .num_channels = 4, - .num_overlays = 6, #ifdef CONFIG_MCDE_DISPLAY_DSI .regulator_vana_id = "vdddsi1v2", #endif |