From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Mon, 27 Apr 2020 13:39:17 +0000 Subject: [PATCH 1/2] ARM: stm32: Define I2C EEPROM bus and address on DHCOM In-Reply-To: <20200427102643.330063-1-marex@denx.de> References: <20200427102643.330063-1-marex@denx.de> Message-ID: <82433c87ce664380bf951d8b97e53d76@SFHDAG6NODE3.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Marek, > From: Marek Vasut > Sent: lundi 27 avril 2020 12:27 > > Define I2C EEPROM bus and address, so that the 'eeprom' command uses the > correct ones and does not generate the following error: > eeprom_rw_block: Cannot find udev for a bus 0 > > Signed-off-by: Marek Vasut > Cc: Patrick Delaunay > Cc: Patrice Chotard > --- > configs/stm32mp15_dhcom_basic_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Patrick Delaunay Thanks Patrick