From: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> 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. --- arch/arm/dts/imx8mn.dtsi | 4 ---- 1 file changed, 4 deletions(-) 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; -}; -- 2.30.2