]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
video: ipu reg: Correct reserved1 array size in struct ipu_cm
authorLiu Ying <Ying.Liu@freescale.com>
Sun, 22 Dec 2013 05:02:41 +0000 (13:02 +0800)
committerAnatolij Gustschin <agust@denx.de>
Sun, 12 Jan 2014 21:59:21 +0000 (22:59 +0100)
commitf794b532ebfb962bee24bb5257bf03a3bdf59ebf
treee03d975251238b7b368e3d5db5b55a64bf66907f
parent7f673c99c2d8d1aa21996c5b914f06d784b080ca
video: ipu reg: Correct reserved1 array size in struct ipu_cm

The array reserved1 as a placeholder in the structure ipu_cm
should contain 4 32bit unsigned integer entries instead of 16
ones, because the placeholder is located bewteen the register
IPU_CH_DB_MODE_SEL_1 and the register IPU_ALT_CH_DB_MODE_SEL_0
with the address offsets of 0x154 and 0x168 respectively.

Reported-by: Robin Gong <b38343@freescale.com>
Acked-by: Robin Gong <b38343@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
drivers/video/ipu_regs.h