commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=c06a4a9149d442b06de2513c2ad84a5cbb5288ac branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
HD video need 250Mhz SCLK, so set the MAX_SCLK_HZ to 300Mhz. Signed-off-by: Bob Liu <[email protected]> --- arch/blackfin/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 5bd46e3..2a89347 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -644,7 +644,7 @@ config MIN_VCO_HZ config MAX_SCLK_HZ int - default 200000000 if BF609 + default 300000000 if BF609 default 133333333 config MIN_SCLK_HZ
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
