Re: [PATCH 2/2] fdtdump: add optional node argument to access nested properties

2024-08-14 Thread Daniel Kiper
On Thu, Aug 08, 2024 at 05:37:47PM +0200, Tobias Heider wrote: > From: Tobias Heider > > With this change it is possible to access properties in subnodes > using the -n argument as in 'fdtdump -n chosen -p stdout-path'. > It is also possible to access deeper nested properties by passing > a path s

Re: [PATCH 2/2] fdtdump: add optional node argument to access nested properties

2024-08-08 Thread Tobias Heider
On Thu, Aug 08, 2024 at 05:37:47PM +0200, Tobias Heider wrote: > From: Tobias Heider This was also meant to be "From: Tobias Heider ". > > With this change it is possible to access properties in subnodes > using the -n argument as in 'fdtdump -n chosen -p stdout-path'. > It is also possible to