mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
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
2 changed files with 14 additions and 0 deletions
|
@ -13,3 +13,15 @@
|
|||
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 {
|
||||
remoteproc0 = &sysctrler;
|
||||
remoteproc1 = &a72_0;
|
||||
remoteproc2 = &main_r5fss0_core0;
|
||||
remoteproc3 = &main_r5fss0_core1;
|
||||
};
|
||||
|
||||
chosen {
|
||||
|
|
Loading…
Reference in a new issue