]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
dts: xea: Remove clocks property from debug UART on XEA
authorLukasz Majewski <lukma@denx.de>
Fri, 19 May 2023 10:43:49 +0000 (12:43 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jul 2023 12:40:04 +0000 (14:40 +0200)
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 <lukma@denx.de>
arch/arm/dts/imx28-xea-u-boot.dtsi

index 50289cf6d740f952ae246d5b7a2de98172aa84a4..52fec31fbb6f2cc28ebe4bd6a424f1e9cb08694d 100644 (file)
@@ -35,6 +35,7 @@
 };
 
 &duart {
+       /delete-property/ clocks;
        bootph-pre-ram;
        type = <1>; /* TYPE_PL011 */
 };