Re: [PATCH for-7.2 v2 17/20] device_tree.c: support remaining FDT prop types

2022-08-07 Thread David Gibson
On Fri, Aug 05, 2022 at 06:39:45AM -0300, Daniel Henrique Barboza wrote: > When printing a blob with 'dtc' using the '-O dts' option there are 3 > distinct data types being printed: strings, arrays of uint32s and > regular byte arrays. > > Previous patch added support to print strings. Let's add t

[PATCH for-7.2 v2 17/20] device_tree.c: support remaining FDT prop types

2022-08-05 Thread Daniel Henrique Barboza
When printing a blob with 'dtc' using the '-O dts' option there are 3 distinct data types being printed: strings, arrays of uint32s and regular byte arrays. Previous patch added support to print strings. Let's add the remaining formats. We want to resemble the format that 'dtc -O dts' uses, so eve