From fea6d25116ad1522ee2c7cb252a27797341ee584 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 31 Aug 2022 14:52:48 +0200 Subject: Revert "ARM: i.MX8MN: assume USBOTG power domains to be powered" This was a workaround and the barebox gpcv2 driver has since gained support for the i.MX8M Nano, so we can drop the device tree level override again. This partially reverts commit 09e73acc76c3ed2834c5918717dff5e961c04990. We keep imx8mn.dtsi around as it may come in handy in future. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20220831125248.2105893-7-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer --- arch/arm/dts/imx8mn.dtsi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch') diff --git a/arch/arm/dts/imx8mn.dtsi b/arch/arm/dts/imx8mn.dtsi index 176125e73b..9ce49d735e 100644 --- a/arch/arm/dts/imx8mn.dtsi +++ b/arch/arm/dts/imx8mn.dtsi @@ -1,5 +1 @@ // SPDX-License-Identifier: (GPL-2.0+ OR MIT) - -&pgc_otg1 { - barebox,allow-dummy; -}; -- cgit v1.2.3