From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Tue, 15 Sep 2009 13:51:53 -0500 Subject: [U-Boot] [PATCH 2/2] fsl_i2c: Add CONFIG_FSL_I2C_CUSTOM_DFSR In-Reply-To: <1253040358-30817-2-git-send-email-Joakim.Tjernlund@transmode.se> References: <1253040358-30817-1-git-send-email-Joakim.Tjernlund@transmode.se> <1253040358-30817-2-git-send-email-Joakim.Tjernlund@transmode.se> Message-ID: <4AAFE249.9080604@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Joakim Tjernlund wrote: > Some boards need a higher DFSR value than the spec currently > recommends so give these boards the means to define there own. If you're going to do this, then you need to also define CONFIG_FSL_I2C_CUSTOM_FSR and CONFIG_FSL_I2C_CUSTOM_SPEED, and disable the code that lets you change the speed. Otherwise, the code will have no idea what speed the bus is really running at. -- Timur Tabi Linux kernel developer at Freescale