From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Date: Wed, 23 Jan 2008 16:12:07 -0600 Subject: [U-Boot-Users] 85xx, 86xx: Determine I2C clock frequencies and store in global_data In-Reply-To: <2acbd3e40801231402n717568dfmde55c7b5aabd6156@mail.gmail.com> References: <11999109263282-git-send-email-timur@freescale.com> <2acbd3e40801231402n717568dfmde55c7b5aabd6156@mail.gmail.com> Message-ID: <4797BBB7.4040207@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 Andy Fleming wrote: > On Jan 9, 2008 2:35 PM, Timur Tabi wrote: >> Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. >> >> Update the get_clocks() function in 85xx and 86xx to determine the I2C >> clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk. >> >> Signed-off-by: Timur Tabi > > Acked-by: Andy Fleming Acked-by: Jon Loeliger