]> xenbits.xensource.com Git - people/gdunlap/xen.git/commitdiff
xen/arm: Don't pass the PSCI-0.2 node to DOM0
authorVijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>
Wed, 4 Mar 2015 06:06:25 +0000 (11:36 +0530)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 5 Mar 2015 16:38:49 +0000 (16:38 +0000)
psci node is generated by xen for dom0.
if the host device tree has psci-0.2 skip parsing this node
and avoid copying from host device tree to dom0 device tree.

Signed-off-by: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/domain_build.c

index aaa3b975845c24bcf4d4d2077dcf5c21cb667e96..ab4ad65205797ba5f3c7da94eb4237200d9f4b31 100644 (file)
@@ -1029,6 +1029,7 @@ static int handle_node(struct domain *d, struct kernel_info *kinfo,
         DT_MATCH_COMPATIBLE("xen,multiboot-module"),
         DT_MATCH_COMPATIBLE("multiboot,module"),
         DT_MATCH_COMPATIBLE("arm,psci"),
+        DT_MATCH_COMPATIBLE("arm,psci-0.2"),
         DT_MATCH_PATH("/cpus"),
         DT_MATCH_TYPE("memory"),
         /* The memory mapped timer is not supported by Xen. */