Re: [XEN][RFC PATCH 06/13] device tree: Add dt_print_node_names()

2021-10-21 Thread Julien Grall
Hi Vikram, On 02/09/2021 07:05, Vikram Garhwal wrote: Add dt_print_node_names() to print all nodes under a dt_device_node. dt_print_node_names() takes a dt_device_node type input and prints the node name of all the subsequent nodes. This is added for debugging purpose for device tree overlays.

[XEN][RFC PATCH 06/13] device tree: Add dt_print_node_names()

2021-09-01 Thread Vikram Garhwal
Add dt_print_node_names() to print all nodes under a dt_device_node. dt_print_node_names() takes a dt_device_node type input and prints the node name of all the subsequent nodes. This is added for debugging purpose for device tree overlays. Signed-off-by: Vikram Garhwal --- xen/common/device_tre