diff options
author | Tim Harvey <tharvey@gateworks.com> | 2023-08-24 12:03:56 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-10-16 08:46:01 +0200 |
commit | 93cac45c97217787c3b0323ddde88cfbb01f19d9 (patch) | |
tree | 713f965f0c6a606333267fb381d8d2816c29463e /arch/arm/dts/imx8mm-kontron-bl-common-u-boot.dtsi | |
parent | c0887faadeef26c38e3251d7a8e9f2f36c4b580b (diff) | |
download | u-boot-93cac45c97217787c3b0323ddde88cfbb01f19d9.tar.gz |
arm: dts: imx8m: move CAAM nodes into common u-boot.dtsi
Move the crypto and sec_jr* nodes from board-specific
u-boot.dtsi files into the common files. Additionally protect the
nodes with ifdef CONFIG_FSL_CAAM as they don't serve any purpose if
that is not enabled.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'arch/arm/dts/imx8mm-kontron-bl-common-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/imx8mm-kontron-bl-common-u-boot.dtsi | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/dts/imx8mm-kontron-bl-common-u-boot.dtsi b/arch/arm/dts/imx8mm-kontron-bl-common-u-boot.dtsi index 1ad9d49a111..ae542fdcffa 100644 --- a/arch/arm/dts/imx8mm-kontron-bl-common-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-kontron-bl-common-u-boot.dtsi @@ -18,22 +18,6 @@ }; }; -&crypto { - bootph-pre-ram; -}; - -&sec_jr0 { - bootph-pre-ram; -}; - -&sec_jr1 { - bootph-pre-ram; -}; - -&sec_jr2 { - bootph-pre-ram; -}; - &i2c1 { bootph-pre-ram; bootph-all; |