arm: dts: verdin-imx8mp: enable caam in SPL

CAAM is initialized in SPL, so relevant device tree nodes needs to be
updated.

Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
This commit is contained in:
Andrejs Cainikovs
2022-10-04 13:06:30 +02:00
committed by Stefano Babic
parent 973e6b61e4
commit 9836eb0a2f

View File

@@ -35,6 +35,10 @@
}; };
&crypto {
u-boot,dm-spl;
};
&eqos { &eqos {
/delete-property/ assigned-clocks; /delete-property/ assigned-clocks;
/delete-property/ assigned-clock-parents; /delete-property/ assigned-clock-parents;
@@ -141,6 +145,18 @@
u-boot,dm-spl; u-boot,dm-spl;
}; };
&sec_jr0 {
u-boot,dm-spl;
};
&sec_jr1 {
u-boot,dm-spl;
};
&sec_jr2 {
u-boot,dm-spl;
};
&uart3 { &uart3 {
u-boot,dm-spl; u-boot,dm-spl;
}; };