diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-10-14 20:37:14 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2014-10-16 10:58:34 +0200 |
commit | c1420328dce9d5ff552deaa6453518806dbf2ddb (patch) | |
tree | 38c5b35465162e80e7340256ea127e6e1bec8878 /drivers/video/ipu_disp.c | |
parent | 0156444cf7e77e92fed7a61d6c6123b349f1d600 (diff) | |
download | u-boot-imx-c1420328dce9d5ff552deaa6453518806dbf2ddb.zip u-boot-imx-c1420328dce9d5ff552deaa6453518806dbf2ddb.tar.gz u-boot-imx-c1420328dce9d5ff552deaa6453518806dbf2ddb.tar.bz2 |
video: ipu: fix debug and comment
- fix debug pixel clk display and add unit
- fix some comments
Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'drivers/video/ipu_disp.c')
-rw-r--r-- | drivers/video/ipu_disp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/ipu_disp.c b/drivers/video/ipu_disp.c index 948e1fc..e97a204 100644 --- a/drivers/video/ipu_disp.c +++ b/drivers/video/ipu_disp.c @@ -887,7 +887,7 @@ int32_t ipu_init_sync_panel(int disp, uint32_t pixel_clk, v_total = height + v_sync_width + v_start_width + v_end_width; /* Init clocking */ - debug("pixel clk = %d\n", pixel_clk); + debug("pixel clk = %dHz\n", pixel_clk); if (sig.ext_clk) { if (!(g_di1_tvout && (disp == 1))) { /*not round div for tvout*/ |