summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-12-12 18:00:29 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-12-14 20:00:06 +0000
commitcaa14c63f158fdd13382ccf1ff4e20a8ba6ad667 (patch)
treedef0ee9ce169ac2f263f4da1c2a44d1388853ce3
parentd744f8c4f4daadcc864be06025e6eead25322d11 (diff)
downloadmeta-virtualization-caa14c63f158fdd13382ccf1ff4e20a8ba6ad667.tar.gz
zynqmp-xen-qemu.dtsi: Remove device_type dt nodes
Remove device_type device tree nodes as these nodes are no longer required for Xen qemu boot. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi14
1 files changed, 0 insertions, 14 deletions
diff --git a/dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi b/dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi
index 249a786b..336d7a25 100644
--- a/dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi
+++ b/dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi
@@ -1,16 +1,2 @@
1/ { 1/ {
2 cpus {
3 cpu@1 {
4 //compatible = "disabled";
5 device_type = "none";
6 };
7 cpu@2 {
8 //compatible = "disabled";
9 device_type = "none";
10 };
11 cpu@3 {
12 //compatible = "disabled";
13 device_type = "none";
14 };
15 };
16}; 2};