projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddf66d2
)
arm: dts: imx8mm: drop assigned clocks for clk node
author
Peng Fan
<peng.fan@nxp.com>
Tue, 22 Oct 2019 03:29:54 +0000
(
03:29
+0000)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 5 Nov 2019 09:27:18 +0000
(10:27 +0100)
Drop assigned clocks for clk node, this will break boot on i.MX8MM EVK
board.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/imx8mm-evk-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/imx8mm-evk-u-boot.dtsi
b/arch/arm/dts/imx8mm-evk-u-boot.dtsi
index 16093f20671730a3daa673f1afbf5cb1f727c98a..f62a7cf97d7d9569d328db1d968f3db82dba3c9e 100644
(file)
--- a/
arch/arm/dts/imx8mm-evk-u-boot.dtsi
+++ b/
arch/arm/dts/imx8mm-evk-u-boot.dtsi
@@
-11,6
+11,9
@@
&clk {
u-boot,dm-spl;
u-boot,dm-pre-reloc;
+ /delete-property/ assigned-clocks;
+ /delete-property/ assigned-clock-parents;
+ /delete-property/ assigned-clock-rates;
};
&osc_24m {