From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Mon, 8 Jun 2015 09:37:38 +0530 Subject: [U-Boot] [PATCH] ARM: BeagleBoard-x15: Enable i2c5 clocks In-Reply-To: <20150605125026.GE1728@bill-the-cat> References: <1433497761-20992-1-git-send-email-lokeshvutla@ti.com> <20150605125026.GE1728@bill-the-cat> Message-ID: <5575150A.4080305@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday 05 June 2015 06:20 PM, Tom Rini wrote: > On Fri, Jun 05, 2015 at 03:19:21PM +0530, Lokesh Vutla wrote: > > >> On AM57xx evm I2C5 is used to detect the LCD board by reading the >> EEPROM present on the bus. >> Enable i2c5 clocks to help that. >> >> Signed-off-by: Lokesh Vutla > > Sigh, and we need to figure out which LCD we have to know which DT to > pass to the kernel so there'll be another patch soon that does this, > yes? Thanks! Yes, I have the patches ready. Ill be posting once verified. Thanks and regards, Lokesh > > Reviewed-by: Tom Rini >