mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
media: rockchip: isp1: update isp clock adjustment table
Change-Id: I5c799d0e1dc62819d2f77f0287904a2c7c1d4c1d Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
This commit is contained in:
parent
4f7ee87b6c
commit
00b52e7e42
|
|
@ -509,15 +509,13 @@ static const char * const rk3399_isp_clks[] = {
|
|||
};
|
||||
|
||||
/* isp clock adjustment table (MHz) */
|
||||
/* TODO: test on rk3288 */
|
||||
static const unsigned int rk3288_isp_clk_rate[] = {
|
||||
300, 400, 600
|
||||
384, 500, 594
|
||||
};
|
||||
|
||||
/* isp clock adjustment table (MHz) */
|
||||
/* TODO: test on rk3326 */
|
||||
static const unsigned int rk3326_isp_clk_rate[] = {
|
||||
300, 400, 600
|
||||
300, 347, 400, 520, 600
|
||||
};
|
||||
|
||||
/* isp clock adjustment table (MHz) */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user