[PATCH v2] arm: dts: imx8m: move CAAM nodes into common u-boot.dtsi

2023-10-16 Thread sbabic
> 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 > Reviewed-by: Marcel Ziswiler Applied to u-boot-imx

Re: [PATCH v2] arm: dts: imx8m: move CAAM nodes into common u-boot.dtsi

2023-08-26 Thread Marcel Ziswiler
Hi Tim Thanks! On Thu, 2023-08-24 at 12:03 -0700, Tim Harvey wrote: > 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-

[PATCH v2] arm: dts: imx8m: move CAAM nodes into common u-boot.dtsi

2023-08-24 Thread Tim Harvey
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 --- v2: - fix invalid ifdef - add rb tags from Fabio and Pen