From: Edgar E. Iglesias Date: Tue, 18 Dec 2018 23:32:49 +0000 (-0800) Subject: xen/arm: zynqmp: Remove blacklist of ZynqMP's PM node X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2723 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=900a8717fff0355fd91b80f46febd4a0e1e3e1d4;p=xen.git xen/arm: zynqmp: Remove blacklist of ZynqMP's PM node Stop blacklisting ZynqMP's power management node. It is now possible since we allow the hardware domain to issue HVC/SMC calls to firmware. Signed-off-by: Edgar E. Iglesias Signed-off-by: Stefano Stabellini Reviewed-by: Stefano Stabellini Acked-by: Julien Grall --- diff --git a/xen/arch/arm/platforms/xilinx-zynqmp.c b/xen/arch/arm/platforms/xilinx-zynqmp.c index 67a08ac3ca..08e3e11e1b 100644 --- a/xen/arch/arm/platforms/xilinx-zynqmp.c +++ b/xen/arch/arm/platforms/xilinx-zynqmp.c @@ -27,13 +27,6 @@ static const char * const zynqmp_dt_compat[] __initconst = NULL }; -static const struct dt_device_match zynqmp_blacklist_dev[] __initconst = -{ - /* Power management is not yet supported. */ - DT_MATCH_COMPATIBLE("xlnx,zynqmp-pm"), - { /* sentinel */ }, -}; - static bool zynqmp_smc(struct cpu_user_regs *regs) { /* @@ -58,7 +51,6 @@ static bool zynqmp_smc(struct cpu_user_regs *regs) PLATFORM_START(xilinx_zynqmp, "Xilinx ZynqMP") .compatible = zynqmp_dt_compat, .smc = zynqmp_smc, - .blacklist_dev = zynqmp_blacklist_dev, PLATFORM_END /*