projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b4d61
)
dts: xea: Remove clocks property from debug UART on XEA
author
Lukasz Majewski
<lukma@denx.de>
Fri, 19 May 2023 10:43:49 +0000
(12:43 +0200)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/imx28-xea-u-boot.dtsi
b/arch/arm/dts/imx28-xea-u-boot.dtsi
index 50289cf6d740f952ae246d5b7a2de98172aa84a4..52fec31fbb6f2cc28ebe4bd6a424f1e9cb08694d 100644
(file)
--- 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 */
};