This series is preparation for converting the PRCM MFD and legacy clock drivers to a CCU clock driver. The platform SMP code references the PRCM node to map its MMIO space, which will break when the PRCM node is removed/replaced. Since PSCI has been available for 7+ years, instead of trying to deal with the migration, I think it's safe to just delete this code. Samuel Holland (3): ARM: sunxi: Remove A31 and A23/A33 platform SMP code ARM: dts: sunxi: Remove obsolete CPU enable methods dt-bindings: arm: Remove obsolete CPU enable methods .../devicetree/bindings/arm/cpus.yaml | 2 - arch/arm/boot/dts/sun6i-a31.dtsi | 1 - arch/arm/boot/dts/sun8i-a23-a33.dtsi | 1 - arch/arm/mach-sunxi/Makefile | 1 - arch/arm/mach-sunxi/platsmp.c | 194 ------------------ 5 files changed, 199 deletions(-) delete mode 100644 arch/arm/mach-sunxi/platsmp.c -- 2.35.1