All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Sahil Malhotra (OSS)" <sahil.malhotra@oss.nxp.com>
To: "Sahil Malhotra (OSS)" <sahil.malhotra@oss.nxp.com>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>
Cc: "Sahil Malhotra (OSS)" <sahil.malhotra@oss.nxp.com>,
	Michael Walle <michael@walle.cc>, Leo Li <leoyang.li@nxp.com>,
	Rob Herring <robh+dt@kernel.org>,
	"moderated list:ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE" 
	<linux-arm-kernel@lists.infradead.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" 
	<devicetree@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH] arm64: dts: ls1028a-rdb: enable optee node
Date: Wed, 14 Apr 2021 08:51:05 +0000	[thread overview]
Message-ID: <DB7PR04MB53224FF04ABFBD166124664E824E9@DB7PR04MB5322.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20210330145027.16897-1-sahil.malhotra@oss.nxp.com>

Hi Shawn, Michael,

Just a friendly reminder to have a look at this patch.

Regards,
Sahil Malhotra

-----Original Message-----
From: Sahil Malhotra <sahil.malhotra@oss.nxp.com> 
Sent: Tuesday, March 30, 2021 8:20 PM
To: shawnguo@kernel.org
Cc: Sahil Malhotra (OSS) <sahil.malhotra@oss.nxp.com>; Sahil Malhotra <sahil.malhotra@nxp.com>; Michael Walle <michael@walle.cc>; Leo Li <leoyang.li@nxp.com>; Rob Herring <robh+dt@kernel.org>; moderated list:ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE <linux-arm-kernel@lists.infradead.org>; open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS <devicetree@vger.kernel.org>; open list <linux-kernel@vger.kernel.org>
Subject: [PATCH] arm64: dts: ls1028a-rdb: enable optee node

From: Sahil Malhotra <sahil.malhotra@nxp.com>

optee node was disabled by default, enabling it for ls1028a-rdb.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 4 ++++
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi    | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
index 41ae6e7675ba..1bdf0104d492 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
@@ -274,6 +274,10 @@
 	status = "okay";
 };
 
+&optee {
+	status = "okay";
+};
+
 &sai4 {
 	status = "okay";
 };
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
index 262fbad8f0ec..fb155ac192b1 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
@@ -92,7 +92,7 @@
 	};
 
 	firmware {
-		optee {
+		optee: optee  {
 			compatible = "linaro,optee-tz";
 			method = "smc";
 			status = "disabled";
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: "Sahil Malhotra (OSS)" <sahil.malhotra@oss.nxp.com>
To: "Sahil Malhotra (OSS)" <sahil.malhotra@oss.nxp.com>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>
Cc: "Sahil Malhotra (OSS)" <sahil.malhotra@oss.nxp.com>,
	Michael Walle <michael@walle.cc>, Leo Li <leoyang.li@nxp.com>,
	Rob Herring <robh+dt@kernel.org>,
	"moderated list:ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE"
	<linux-arm-kernel@lists.infradead.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
	<devicetree@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH] arm64: dts: ls1028a-rdb: enable optee node
Date: Wed, 14 Apr 2021 08:51:05 +0000	[thread overview]
Message-ID: <DB7PR04MB53224FF04ABFBD166124664E824E9@DB7PR04MB5322.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20210330145027.16897-1-sahil.malhotra@oss.nxp.com>

Hi Shawn, Michael,

Just a friendly reminder to have a look at this patch.

Regards,
Sahil Malhotra

-----Original Message-----
From: Sahil Malhotra <sahil.malhotra@oss.nxp.com> 
Sent: Tuesday, March 30, 2021 8:20 PM
To: shawnguo@kernel.org
Cc: Sahil Malhotra (OSS) <sahil.malhotra@oss.nxp.com>; Sahil Malhotra <sahil.malhotra@nxp.com>; Michael Walle <michael@walle.cc>; Leo Li <leoyang.li@nxp.com>; Rob Herring <robh+dt@kernel.org>; moderated list:ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE <linux-arm-kernel@lists.infradead.org>; open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS <devicetree@vger.kernel.org>; open list <linux-kernel@vger.kernel.org>
Subject: [PATCH] arm64: dts: ls1028a-rdb: enable optee node

From: Sahil Malhotra <sahil.malhotra@nxp.com>

optee node was disabled by default, enabling it for ls1028a-rdb.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts | 4 ++++
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi    | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
index 41ae6e7675ba..1bdf0104d492 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
@@ -274,6 +274,10 @@
 	status = "okay";
 };
 
+&optee {
+	status = "okay";
+};
+
 &sai4 {
 	status = "okay";
 };
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
index 262fbad8f0ec..fb155ac192b1 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
@@ -92,7 +92,7 @@
 	};
 
 	firmware {
-		optee {
+		optee: optee  {
 			compatible = "linaro,optee-tz";
 			method = "smc";
 			status = "disabled";
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-04-14  8:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-30 14:50 [PATCH] arm64: dts: ls1028a-rdb: enable optee node Sahil Malhotra
2021-03-30 14:50 ` Sahil Malhotra
2021-04-14  8:51 ` Sahil Malhotra (OSS) [this message]
2021-04-14  8:51   ` Sahil Malhotra (OSS)
2021-04-20  4:33 ` Li Yang
2021-04-20  4:33   ` Li Yang
2021-04-26  2:37 ` Shawn Guo
2021-04-26  2:37   ` Shawn Guo

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=DB7PR04MB53224FF04ABFBD166124664E824E9@DB7PR04MB5322.eurprd04.prod.outlook.com \
    --to=sahil.malhotra@oss.nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michael@walle.cc \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@kernel.org \
    /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.