I'm trying to port linux to HTC oxygen (omap 850 cpu). I have a problem with setup of lcd_panel.
I read registers from winCE:
fffec000 | f8000088 082c24af 030308db fe30001d | .....$,.......0.
but my display is still not working because (don't know how to get pixel_clock).
Could you please give me some clue how to get this?
I also try to use initramfs but seems also not working because can't ping my phone.
It's egg-and chicken problem no display no ssh ;).
Thanks in advance
Marek
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm trying to port linux to HTC oxygen (omap 850 cpu). I have a problem with setup of lcd_panel.
I read registers from winCE:
fffec000 | f8000088 082c24af 030308db fe30001d | .....$,.......0.
and result is:
--> x_res = 176)
--> hsw = 10
--> hfp = 45
--> hbp = 9
--> y_res = 220
--> vsw = 3
--> vfp = 3
--> vbp = 3
--> pcd = 0x1d
--> config |= OMAP_LCDC_PANEL_TFT|OMAP_LCDC_INV_VSYNC | OMAP_LCDC_INV_HSYNC |
OMAP_LCDC_HSVS_OPPOSITE
but my display is still not working because (don't know how to get pixel_clock).
Could you please give me some clue how to get this?
I also try to use initramfs but seems also not working because can't ping my phone.
It's egg-and chicken problem no display no ssh ;).
Thanks in advance
Marek