From 38155100481a07e961f375052241d9d03e20a899 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Thu, 21 Feb 2019 10:31:05 +0800 Subject: MLK-20955 imx8qm: delete power-domains for lpuart0 on xen To U-Boot on DomU, the lpuart0 is replaced with a xen paravirtual consol driver, but reused the previous lpuart node. However there is an power-domains entry in lpuart0 which will call power_domain_on and failed to probe xen paravirtual driver, because of recent change: commit 8524ca764d8f("MLK-20945-2 dm: device: Check the power up result in probe ") So remove the power-domains entry in lpuart0 to let DomU U-Boot could output again. Signed-off-by: Peng Fan Reviewed-by: Flynn xu --- arch/arm/dts/fsl-imx8qm-mek-xen.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/dts/fsl-imx8qm-mek-xen.dts b/arch/arm/dts/fsl-imx8qm-mek-xen.dts index d18aae1fa05..17c333dfd4d 100644 --- a/arch/arm/dts/fsl-imx8qm-mek-xen.dts +++ b/arch/arm/dts/fsl-imx8qm-mek-xen.dts @@ -1,5 +1,5 @@ /* - * Copyright 2018 NXP + * Copyright 2018-2019 NXP * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -71,5 +71,6 @@ &lpuart0 { compatible = "xen,xen"; + /delete-property/ power-domains; u-boot,dm-pre-reloc; }; -- cgit v1.2.3