|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 21/22] xen/arm: ITS: Generate ITS node for Dom0
Hi Vijay, On 26/08/2015 05:40, Vijay Kilari wrote:
I can't give any clue without any log from Linux or code you've written...I still think that your previous code is wrong (see Documentation/devicetree/bindings/arm/gic-v3.txt in Linux tree), because fdt_end_node of the parent should be called after all the children has been created i.e fdt_begin_node(fdt, "gic"); /* properties of the gic node */ fdt_begin_node(fdt, "ITS"); /* properties of the ITS node */ fdt_end_node(fdt); // End of ITS fdt_end_node(fdt); // End of GICNote that *all* the properties of the GIC node should have been written before creating the children nodes. Otherwise the device tree is considered as invalid. Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |