]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx6: clock: Pass the frequency as argument of enable_fec_anatop_clock()
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 3 Jan 2014 17:55:57 +0000 (15:55 -0200)
committerStefano Babic <sbabic@denx.de>
Wed, 15 Jan 2014 09:33:25 +0000 (10:33 +0100)
commit5f98d0b5d3038cb3345712bc779efacaba4322f7
tree1cd9ea54fab25fa4f89de932d21fc87b2c0bc50a
parenta6bbee66197759f790de83181924bf1d2cf482b2
mx6: clock: Pass the frequency as argument of enable_fec_anatop_clock()

Provide an argument to enable_fec_anatop_clock() to specify the clock frequency
that will be generated.

No changes are made to mx6slevk, which uses the default 50MHz fec clock.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/clock.c
arch/arm/include/asm/arch-mx6/clock.h
board/freescale/mx6slevk/mx6slevk.c