summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mxs
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-11-30 18:17:07 +0000
committerTom Rini <trini@ti.com>2012-12-11 13:17:30 -0700
commitfa5e2845a867a3715240ff221aaec2825b5c73df (patch)
tree84fb219f6965ce523fd429324785c3c60c142d72 /arch/arm/include/asm/arch-mxs
parent1e2fc0d19bac9bf4f62d259169e902e700a18bad (diff)
downloadtalos-obmc-uboot-fa5e2845a867a3715240ff221aaec2825b5c73df.tar.gz
talos-obmc-uboot-fa5e2845a867a3715240ff221aaec2825b5c73df.zip
mxs: i2c: Implement algorithm to set up arbitrary i2c speed
This algorithm computes the values of TIMING{0,1,2} registers for the MX28 I2C block. This algorithm was derived by using a scope, but the result seems correct. The resulting values programmed into the registers do not correlate with the contents in datasheet. When using the values from the datasheet, the I2C clock were completely wrong. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-mxs')
-rw-r--r--arch/arm/include/asm/arch-mxs/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mxs/clock.h b/arch/arm/include/asm/arch-mxs/clock.h
index 1700fe3915..3d39ef235d 100644
--- a/arch/arm/include/asm/arch-mxs/clock.h
+++ b/arch/arm/include/asm/arch-mxs/clock.h
@@ -35,6 +35,7 @@ enum mxc_clock {
MXC_SSP1_CLK,
MXC_SSP2_CLK,
MXC_SSP3_CLK,
+ MXC_XTAL_CLK,
};
enum mxs_ioclock {
OpenPOWER on IntegriCloud