diff mbox series

[v1,07/16] dts: xea: Remove clocks property from debug UART on XEA

Message ID 20230519104359.2048821-8-lukma@denx.de
State Accepted
Commit 01744484cbb0aeff848485b20ee567805a4ab628
Delegated to: Stefano Babic
Headers show
Series arm: xea: Update i.MX28 XEA board to use DM_SERIAL | expand

Commit Message

Lukasz Majewski May 19, 2023, 10:43 a.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic July 11, 2023, 7:43 p.m. UTC | #1
> 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>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/arch/arm/dts/imx28-xea-u-boot.dtsi b/arch/arm/dts/imx28-xea-u-boot.dtsi
index 50289cf6d7..52fec31fbb 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 */
 };