arm: dts: k3-j721e-r5: Enable r5fss0 cluster in SPL
Enable MAIN domain r5fss0 cluster and its core0 in R5 spl. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
b14d56f284
commit
2984b82b3b
@ -13,3 +13,15 @@
|
|||||||
compatible = "u-boot,fs-loader";
|
compatible = "u-boot,fs-loader";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&main_r5fss0 {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
||||||
|
&main_r5fss0_core0 {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
||||||
|
&main_r5fss0_core1 {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
aliases {
|
aliases {
|
||||||
remoteproc0 = &sysctrler;
|
remoteproc0 = &sysctrler;
|
||||||
remoteproc1 = &a72_0;
|
remoteproc1 = &a72_0;
|
||||||
|
remoteproc2 = &main_r5fss0_core0;
|
||||||
|
remoteproc3 = &main_r5fss0_core1;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
Loading…
Reference in New Issue
Block a user