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 <lukma@denx.de>
This commit is contained in:
committed by
Stefano Babic
parent
70b4d610f8
commit
01744484cb
@@ -35,6 +35,7 @@
|
||||
};
|
||||
|
||||
&duart {
|
||||
/delete-property/ clocks;
|
||||
bootph-pre-ram;
|
||||
type = <1>; /* TYPE_PL011 */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user