From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Tue, 31 Mar 2020 13:56:32 +0000 Subject: [PATCH V2 07/14] ARM: dts: stm32: Use DT alias for the configuration EEPROM In-Reply-To: <20200331004851.282583-8-marex@denx.de> References: <20200331004851.282583-1-marex@denx.de> <20200331004851.282583-8-marex@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, > From: Marek Vasut > Sent: mardi 31 mars 2020 02:49 > > Use DT /aliases node to establish a stable phandle to the configuration EEPROM. > This permits the configuration EEPROM to be moved e.g. to a different address or > a different bus. Adjust the board code to handle new phandle lookup. > > Signed-off-by: Marek Vasut > Cc: Patrick Delaunay > Cc: Patrice Chotard > --- > V2: No change > --- Reviewed-by: Patrick Delaunay Thanks Patrick