From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Mon, 15 Apr 2019 21:21:45 +0000 Subject: [U-Boot] [PATCH 1/3] dm: core: Add dev_read_bytes() In-Reply-To: <20190415091047.26218-1-thierry.reding@gmail.com> References: <20190415091047.26218-1-thierry.reding@gmail.com> 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 On Mon, Apr 15, 2019 at 4:11 AM Thierry Reding wrote: > > From: Thierry Reding > > This function can be used to read a binary property into a buffer. One > example where this is needed is to read a MAC address from device tree. > > Signed-off-by: Thierry Reding Is there a reason dev_read_u8_array_ptr is insuffient? Thanks, -Joe