From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Wed, 7 Apr 2021 09:40:07 +0200 Subject: [PATCH] dm: core: Add address translation in fdt_get_resource In-Reply-To: <20210406091456.r724uooghf7mo65p@soft-dev3-1.localhost> References: <20210406093755.1.I94f875f95a48be081d332f9a2c447c0b78955e75@changeid> <20210406091456.r724uooghf7mo65p@soft-dev3-1.localhost> Message-ID: <4f9babe6-36cf-a321-deeb-fca0a8e541e7@foss.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 Hi Horatiu, On 4/6/21 11:14 AM, Horatiu Vultur wrote: > The 04/06/2021 09:38, Patrick Delaunay wrote: > > Hi Patrick, > > I have applied your patches and I have done a basic test on jr2_switch. > It seems to work fine. I got some warnings from the function > '__of_translate_address' which I need to figure out. > > But one more important thing is that also luton_switch should be > updated. Thanks for the tests I miss 'luton_switch' impact, I will add it in V2. for information: I check again all the user: $> grep -r ofnode_read_resource * | cut -f 1? -d: | xargs $> grep translate I don't found any other driver which use translate and get ressource. Regards Patrick