lcd clock

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

 

Is there any specific reason why the (i.MX27) LCDC clocks are disabled in imxfb_probe() (drivers\imx.c) ?

 

#ifdef CONFIG_ARCH_IMX27

PCCR0 &= ~PCCR0_LCDC_EN;

PCCR1 &= ~PCCR1_HCLK_LCDC;

#endif

 

I would have expected the clocks to be enabled in that routine.

 

I’m experimenting a little with Barebox’s ‘bmp’ command. Although the command did not return any error, I did not have any output on my lcd. Then I noticed that the LCDC clocks were not enabled. If the clocks were not enabled by default in the probe function, I would expect the enabling in the bmp command code, e.g. with FBIO_ENABLE ioctl command. But, as far as I can see, FBIO_ENABLE is not executed in the bmp command code.

 

Filip

 

 

_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox

[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux