[U-Boot] [PATCH 7/8] video: sunxi: Switch from 'tx_clk' to 'pclk' for SSD2828
Siarhei Siamashka
siarhei.siamashka at gmail.com
Fri Jan 9 11:01:15 CET 2015
So that we don't need to keep it as a hardcoded magic number
in the code or the hassle exposing it as a Kconfig option.
Signed-off-by: Siarhei Siamashka <siarhei.siamashka at gmail.com>
---
drivers/video/sunxi_lcd_panel.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/video/sunxi_lcd_panel.c b/drivers/video/sunxi_lcd_panel.c
index cdde639..ebc0ca5 100644
--- a/drivers/video/sunxi_lcd_panel.c
+++ b/drivers/video/sunxi_lcd_panel.c
@@ -79,7 +79,6 @@ int sunxi_ssd2828_init(const struct ctfb_res_modes *mode)
.sdi_pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_SPI_MOSI),
.sdo_pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_SPI_MISO),
.reset_pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_SSD2828_RESET),
- .ssd2828_tx_clk_khz = 27000,
.ssd2828_color_depth = 24,
#ifdef CONFIG_VIDEO_LCD_PANEL_MIPI_4_LANE_513_MBPS_VIA_SSD2828
.mipi_dsi_number_of_data_lanes = 4,
--
2.0.5
More information about the U-Boot
mailing list