summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx7d-zii-rpu2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/imx7d-zii-rpu2.dts')
-rw-r--r--arch/arm/dts/imx7d-zii-rpu2.dts22
1 files changed, 12 insertions, 10 deletions
diff --git a/arch/arm/dts/imx7d-zii-rpu2.dts b/arch/arm/dts/imx7d-zii-rpu2.dts
index f8d6e89046..d8a5ffd194 100644
--- a/arch/arm/dts/imx7d-zii-rpu2.dts
+++ b/arch/arm/dts/imx7d-zii-rpu2.dts
@@ -3,20 +3,11 @@
/*
* Copyright (C) 2018 Zodiac Inflight Innovations
*/
-#include <arm/imx7d-zii-rpu2.dts>
+#include <arm/nxp/imx/imx7d-zii-rpu2.dts>
#include "imx7d-ddrc.dtsi"
/ {
- chosen {
- /*
- * Kernel DTS incorrectly specifies stdout-path as
- * &uart1, this can be removed once the fix trickles
- * down
- */
- stdout-path = &uart2;
- };
-
aliases {
/*
* NVMEM device corresponding to EEPROM attached to
@@ -26,3 +17,14 @@
switch-eeprom = &switch;
};
};
+
+/* FIXME: barebox serial is broken when barebox applies requested reparenting */
+&uart2 {
+ /delete-property/ assigned-clocks;
+ /delete-property/ assigned-clock-parents;
+};
+
+&uart4 {
+ /delete-property/ assigned-clocks;
+ /delete-property/ assigned-clock-parents;
+};