commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=a1b00736fc829d67ad4eed808f40e9905897d19c branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/2012R1
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
