From 9e92984ff47b3ca2106b1d27a93af061b28d1e8a Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Tue, 12 Dec 2023 18:00:29 -0700 Subject: 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 Signed-off-by: Bruce Ashfield --- .../recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi | 14 -------------- 1 file changed, 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 @@ / { - cpus { - cpu@1 { - //compatible = "disabled"; - device_type = "none"; - }; - cpu@2 { - //compatible = "disabled"; - device_type = "none"; - }; - cpu@3 { - //compatible = "disabled"; - device_type = "none"; - }; - }; }; -- cgit v1.2.3-54-g00ecf