9
0
Fork 0
barebox/drivers/video
Eric Bénard 6318cfbd9b video/stm: enable clock to get the display working
else the clock is not enabled :
        ref_pix (rate 270000000, disabled)
            lcdif_sel (rate 270000000, disabled)
                lcdif_div (rate 33750000, disabled)
                    lcdif (rate 33750000, disabled)
                        lcdif_comp (rate 33750000, disabled)

tested on i.MX28EVK.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-09-10 21:03:59 +02:00
..
Kconfig omap-fb: add driver 2013-06-24 21:47:07 +02:00
Makefile omap-fb: add driver 2013-06-24 21:47:07 +02:00
atmel_hlcdfb.c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
atmel_lcdfb.c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
atmel_lcdfb.h video: add Atmel HLCD support 2013-01-31 19:05:50 +01:00
atmel_lcdfb_core.c video: add Atmel HLCD support 2013-01-31 19:05:50 +01:00
fb.c fb: make fb device a pure device 2013-08-07 08:49:30 +02:00
imx-ipu-fb.c fb: imx-ipu-fb: Use dev_add_param_int for alpha parameter 2013-04-11 11:48:35 +02:00
imx.c fb: imxfb: Use dev_add_param_int for alpha parameter 2013-04-11 11:48:35 +02:00
omap.c omap-fb: add driver 2013-06-24 21:47:07 +02:00
omap.h omap-fb: add driver 2013-06-24 21:47:07 +02:00
pxa.c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
s3c24xx.c driver: Attach info callback to device, not to driver 2013-05-30 12:18:27 +02:00
sdl.c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
stm.c video/stm: enable clock to get the display working 2013-09-10 21:03:59 +02:00