summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-08-31 14:52:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-09-01 13:47:39 +0200
commitfea6d25116ad1522ee2c7cb252a27797341ee584 (patch)
tree23959b2a561d664f41b140d897db91692dbb048e /arch
parentd01881f2ed22c27284f4bf5bbec002a0c18fd18b (diff)
downloadbarebox-fea6d25116ad1522ee2c7cb252a27797341ee584.tar.gz
barebox-fea6d25116ad1522ee2c7cb252a27797341ee584.tar.xz
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 <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220831125248.2105893-7-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx8mn.dtsi4
1 files changed, 0 insertions, 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;
-};