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>
This commit is contained in:
Sandeep Gundlupet Raju 2023-12-12 18:00:29 -07:00 committed by Bruce Ashfield
parent d744f8c4f4
commit caa14c63f1

View File

@ -1,16 +1,2 @@
/ {
cpus {
cpu@1 {
//compatible = "disabled";
device_type = "none";
};
cpu@2 {
//compatible = "disabled";
device_type = "none";
};
cpu@3 {
//compatible = "disabled";
device_type = "none";
};
};
};