From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Fri, 17 Oct 2008 11:55:16 +0200 Subject: [U-Boot] [PATCH 2/2][for v2008.10] 85xx: Using proper I2C source clock divider for MPC8544 In-Reply-To: <1224212330-14491-2-git-send-email-galak@kernel.crashing.org> References: <1224212330-14491-1-git-send-email-galak@kernel.crashing.org> <1224212330-14491-2-git-send-email-galak@kernel.crashing.org> Message-ID: <48F86104.2050304@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Kumar, Kumar Gala wrote: > The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being > bit 26, instead it should be bit 28. This caused in incorrect > interpretation of the i2c_clk which is the same as the SEC clk on > MPC8544. The SEC clk is controlled by cfg_sec_freq that is reported > in PORDEVSR2. > > Signed-off-by: Kumar Gala That makes sense now. I just got the confirmation from the customer, that LWE_B[0] is indeed pulled down via FPGA: LWE_B[0] Pulldown SEC Frequency Ratio 2:1 Thanks for your investigations. Wolfgang.