From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Brugger Date: Sat, 11 Apr 2020 20:05:11 +0200 Subject: [PATCH 2/2] dm: core: Walk the tree to find address- and size-cells properties In-Reply-To: References: <20200408093528.24276-1-matthias.bgg@kernel.org> <20200408093528.24276-3-matthias.bgg@kernel.org> Message-ID: <81c54d79-c1ea-e8af-60f7-85d9fc2daff0@gmail.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 Simon, On 4/9/20 6:25 PM, Simon Glass wrote: > Hi Matthias, > > On Wed, 8 Apr 2020 at 03:35, wrote: >> >> From: Matthias Brugger >> >> Walk the tree when reading size-cells or address-cells properties. >> >> Reported-by: Robin Randhawa >> Signed-off-by: Matthias Brugger >> >> --- >> >> drivers/core/ofnode.c | 8 ++++---- >> include/dm/ofnode.h | 36 ++++++++++++++++++++++++++++++++++++ >> include/dm/read.h | 6 ++---- >> 3 files changed, 42 insertions(+), 8 deletions(-) >> > > Please can you send these upstream? I think you'll need to add a test > when doing that, too. > What is the upstream project for drivers/core/ofnode.c? I wasn't able to find it. Regards, Matthias