diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-12-12 18:00:29 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-12-19 03:03:35 +0000 |
| commit | 9e92984ff47b3ca2106b1d27a93af061b28d1e8a (patch) | |
| tree | 6cc0a527e06ddebbb498bbf5f905ac8d8cab0b25 | |
| parent | 380475e793733d5bb35752e1062372c0c865a133 (diff) | |
| download | meta-virtualization-9e92984ff47b3ca2106b1d27a93af061b28d1e8a.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.dtsi | 14 |
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 | }; |
