summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Majewski <[email protected]>2023-05-19 12:43:49 +0200
committerStefano Babic <[email protected]>2023-07-11 14:40:04 +0200
commit01744484cbb0aeff848485b20ee567805a4ab628 (patch)
tree76b991ac590a727f7220bca3a3be117d47d0a783
parent70b4d610f8952510a441faf89d4f6b54637ef0f4 (diff)
dts: xea: Remove clocks property from debug UART on XEA
The imx287 SoC doesn't support common clock framework (CCF), so the 'clocks' property is removed to avoid early (i.e. in SPL) errors when SPL_OF_PLATDATA is used. Signed-off-by: Lukasz Majewski <[email protected]>
-rw-r--r--arch/arm/dts/imx28-xea-u-boot.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/imx28-xea-u-boot.dtsi b/arch/arm/dts/imx28-xea-u-boot.dtsi
index 50289cf6d74..52fec31fbb6 100644
--- a/arch/arm/dts/imx28-xea-u-boot.dtsi
+++ b/arch/arm/dts/imx28-xea-u-boot.dtsi
@@ -35,6 +35,7 @@
};
&duart {
+ /delete-property/ clocks;
bootph-pre-ram;
type = <1>; /* TYPE_PL011 */
};