All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keerthy <j-keerthy@ti.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 6/9] arm: dts: k3-j721e-r5: Enable r5fss0 cluster in SPL
Date: Mon, 13 Jan 2020 11:24:50 +0530	[thread overview]
Message-ID: <20200113055453.8812-7-j-keerthy@ti.com> (raw)
In-Reply-To: <20200113055453.8812-1-j-keerthy@ti.com>

Enable MAIN domain r5fss0 cluster and its core0 in R5 spl.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 arch/arm/dts/k3-j721e-r5-common-proc-board.dts | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/dts/k3-j721e-r5-common-proc-board.dts b/arch/arm/dts/k3-j721e-r5-common-proc-board.dts
index 27df704ce0..d7d149a509 100644
--- a/arch/arm/dts/k3-j721e-r5-common-proc-board.dts
+++ b/arch/arm/dts/k3-j721e-r5-common-proc-board.dts
@@ -13,6 +13,8 @@
 	aliases {
 		remoteproc0 = &sysctrler;
 		remoteproc1 = &a72_0;
+		remoteproc2 = &main_r5fss0_core0;
+		remoteproc3 = &main_r5fss0_core1;
 	};
 
 	chosen {
@@ -190,4 +192,16 @@
 	u-boot,dm-spl;
 };
 
+&main_r5fss0 {
+	u-boot,dm-spl;
+};
+
+&main_r5fss0_core0 {
+	u-boot,dm-spl;
+};
+
+&main_r5fss0_core1 {
+	u-boot,dm-spl;
+};
+
 #include "k3-j721e-common-proc-board-u-boot.dtsi"
-- 
2.17.1

  parent reply	other threads:[~2020-01-13  5:54 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-13  5:54 [PATCH v2 0/9]k3: Add support for loading main_r5fss0_core0 Keerthy
2020-01-13  5:54 ` [PATCH v2 1/9] lib: elf: Move the generic elf loading/validating functions to lib Keerthy
2020-01-17  4:27   ` Lokesh Vutla
2020-01-17  7:49     ` Simon Goldschmidt
2020-01-17  8:06       ` Keerthy
2020-01-13  5:54 ` [PATCH v2 2/9] arm: k3: Add support for loading non linux remote cores Keerthy
2020-01-13  5:54 ` [PATCH v2 3/9] armv7R: K3: r5_mpu: Enable execute permission for MCU0 BTCM Keerthy
2020-01-13  5:54 ` [PATCH v2 4/9] armv7R: K3: Add support for jumping to firmware Keerthy
2020-01-13  5:54 ` [PATCH v2 5/9] arm: dts: k3-j721e-r5: Add fs_loader node Keerthy
2020-01-13  5:54 ` Keerthy [this message]
2020-01-13  5:54 ` [PATCH v2 7/9] include: configs: j721e_evm: Add env variables for mcu_r5fss0_core0 & main_r5fss0_core0 Keerthy
2020-01-13  5:54 ` [PATCH v2 8/9] configs: j721e_evm_r5: Add configs for environment in eMMC Keerthy
2020-01-17  5:14   ` Lokesh Vutla
2020-01-13  5:54 ` [PATCH v2 9/9] configs: j721e_evm_r5: Enable R5F remoteproc support Keerthy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200113055453.8812-7-j-keerthy@ti.com \
    --to=j-keerthy@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.