From 0fe92c8b09c3e70d74ac11c44222fb3c10e0874e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 6 Jan 2026 10:48:12 -0600 Subject: [PATCH] powerpc: drop qemu-ppce500 dts Now that we are not building this device tree, we can drop it from the tree. Signed-off-by: Tom Rini --- arch/powerpc/dts/Makefile | 1 - arch/powerpc/dts/qemu-ppce500.dts | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 arch/powerpc/dts/qemu-ppce500.dts diff --git a/arch/powerpc/dts/Makefile b/arch/powerpc/dts/Makefile index 4fd3478ac2f..a9075c16fef 100644 --- a/arch/powerpc/dts/Makefile +++ b/arch/powerpc/dts/Makefile @@ -17,7 +17,6 @@ dtb-$(CONFIG_TARGET_P2020RDB) += p2020rdb-pc.dtb p2020rdb-pc_36b.dtb dtb-$(CONFIG_TARGET_P3041DS) += p3041ds.dtb dtb-$(CONFIG_TARGET_P4080DS) += p4080ds.dtb dtb-$(CONFIG_TARGET_P5040DS) += p5040ds.dtb -dtb-$(CONFIG_TARGET_QEMU_PPCE500) += qemu-ppce500.dtb dtb-$(CONFIG_TARGET_SOCRATES) += socrates.dtb dtb-$(CONFIG_TARGET_T1024RDB) += t1024rdb.dtb dtb-$(CONFIG_TARGET_T1042D4RDB) += t1042d4rdb.dtb diff --git a/arch/powerpc/dts/qemu-ppce500.dts b/arch/powerpc/dts/qemu-ppce500.dts deleted file mode 100644 index e88e09e1796..00000000000 --- a/arch/powerpc/dts/qemu-ppce500.dts +++ /dev/null @@ -1,10 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ OR MIT -/* - * Empty device tree for qemu-ppce400 - * - * Copyright 2021 Google LLC - */ -/dts-v1/; - -/ { -};