summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <[email protected]>2021-08-17 14:32:04 +0800
committerStefano Babic <[email protected]>2021-10-21 13:59:26 +0200
commit35813490d63ac6c421f0ec1f70b53d18e5fbcd0d (patch)
treeed2ec7cf929d937a07490efde599e6cf8170fe0c
parentb65dc989a779d17a140685e823aa875943956442 (diff)
arm: dts: imx8mp: Delete default clocks for clock controller node
Since SPL has initialized clocks for bus and core. We don't need to set the default clocks for clock controller node. Signed-off-by: Ye Li <[email protected]> Tested-by: Teresa Remmet <[email protected]> Tested-by: Andrey Zhizhikin <[email protected]> Acked-by: Peng Fan <[email protected]>
-rw-r--r--arch/arm/dts/imx8mp-u-boot.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mp-u-boot.dtsi b/arch/arm/dts/imx8mp-u-boot.dtsi
index afb3995482e..120c4c4dbb1 100644
--- a/arch/arm/dts/imx8mp-u-boot.dtsi
+++ b/arch/arm/dts/imx8mp-u-boot.dtsi
@@ -18,6 +18,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_32k {