devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: dts: qcom: sm8[456]50: add missing qcom,non-secure-domain property
@ 2024-02-27 12:53 Neil Armstrong
  2024-02-27 12:53 ` [PATCH 1/3] arm64: dts: qcom: sm8450: " Neil Armstrong
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Neil Armstrong @ 2024-02-27 12:53 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Dmitry Baryshkov
  Cc: linux-arm-msm, devicetree, linux-kernel, Neil Armstrong

By default the DSP domains are non secure, add the missing
qcom,non-secure-domain property to SM8450, SM8550 and SM8650
in order to mark them as non-secure.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Neil Armstrong (3):
      arm64: dts: qcom: sm8450: add missing qcom,non-secure-domain property
      arm64: dts: qcom: sm8550: add missing qcom,non-secure-domain property
      arm64: dts: qcom: sm8650: add missing qcom,non-secure-domain property

 arch/arm64/boot/dts/qcom/sm8450.dtsi | 3 +++
 arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 ++
 arch/arm64/boot/dts/qcom/sm8650.dtsi | 4 ++++
 3 files changed, 9 insertions(+)
---
base-commit: 22ba90670a51a18c6b36d285fddf92b9887c0bc3
change-id: 20240227-topic-sm8x50-upstream-fastrpc-non-secure-domain-a2137ad19135

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/3] arm64: dts: qcom: sm8450: add missing qcom,non-secure-domain property
  2024-02-27 12:53 [PATCH 0/3] arm64: dts: qcom: sm8[456]50: add missing qcom,non-secure-domain property Neil Armstrong
@ 2024-02-27 12:53 ` Neil Armstrong
  2024-02-27 12:53 ` [PATCH 2/3] arm64: dts: qcom: sm8550: " Neil Armstrong
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2024-02-27 12:53 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Dmitry Baryshkov
  Cc: linux-arm-msm, devicetree, linux-kernel, Neil Armstrong

By default the DSP domains are non secure, add the missing
qcom,non-secure-domain property to mark them as non-secure.

Fixes: 91d70eb70867 ("arm64: dts: qcom: sm8450: add fastrpc nodes")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8450.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
index b86be34a912b..2a1eea75f79d 100644
--- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
@@ -2363,6 +2363,7 @@ fastrpc {
 					compatible = "qcom,fastrpc";
 					qcom,glink-channels = "fastrpcglink-apps-dsp";
 					label = "sdsp";
+					qcom,non-secure-domain;					
 					#address-cells = <1>;
 					#size-cells = <0>;
 
@@ -2665,6 +2666,7 @@ fastrpc {
 					compatible = "qcom,fastrpc";
 					qcom,glink-channels = "fastrpcglink-apps-dsp";
 					label = "adsp";
+					qcom,non-secure-domain;					
 					#address-cells = <1>;
 					#size-cells = <0>;
 
@@ -2731,6 +2733,7 @@ fastrpc {
 					compatible = "qcom,fastrpc";
 					qcom,glink-channels = "fastrpcglink-apps-dsp";
 					label = "cdsp";
+					qcom,non-secure-domain;					
 					#address-cells = <1>;
 					#size-cells = <0>;
 

-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/3] arm64: dts: qcom: sm8550: add missing qcom,non-secure-domain property
  2024-02-27 12:53 [PATCH 0/3] arm64: dts: qcom: sm8[456]50: add missing qcom,non-secure-domain property Neil Armstrong
  2024-02-27 12:53 ` [PATCH 1/3] arm64: dts: qcom: sm8450: " Neil Armstrong
@ 2024-02-27 12:53 ` Neil Armstrong
  2024-02-27 12:53 ` [PATCH 3/3] arm64: dts: qcom: sm8650: " Neil Armstrong
  2024-03-19  2:48 ` [PATCH 0/3] arm64: dts: qcom: sm8[456]50: " Bjorn Andersson
  3 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2024-02-27 12:53 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Dmitry Baryshkov
  Cc: linux-arm-msm, devicetree, linux-kernel, Neil Armstrong

By default the DSP domains are non secure, add the missing
qcom,non-secure-domain property to mark them as non-secure.

Fixes: d0c061e366ed ("arm64: dts: qcom: sm8550: add adsp, cdsp & mdss nodes")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
index 7474cddf7ad3..7bebba45eff2 100644
--- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
@@ -4316,6 +4316,7 @@ fastrpc {
 					compatible = "qcom,fastrpc";
 					qcom,glink-channels = "fastrpcglink-apps-dsp";
 					label = "adsp";
+					qcom,non-secure-domain;					
 					#address-cells = <1>;
 					#size-cells = <0>;
 
@@ -4454,6 +4455,7 @@ fastrpc {
 					compatible = "qcom,fastrpc";
 					qcom,glink-channels = "fastrpcglink-apps-dsp";
 					label = "cdsp";
+					qcom,non-secure-domain;					
 					#address-cells = <1>;
 					#size-cells = <0>;
 

-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 3/3] arm64: dts: qcom: sm8650: add missing qcom,non-secure-domain property
  2024-02-27 12:53 [PATCH 0/3] arm64: dts: qcom: sm8[456]50: add missing qcom,non-secure-domain property Neil Armstrong
  2024-02-27 12:53 ` [PATCH 1/3] arm64: dts: qcom: sm8450: " Neil Armstrong
  2024-02-27 12:53 ` [PATCH 2/3] arm64: dts: qcom: sm8550: " Neil Armstrong
@ 2024-02-27 12:53 ` Neil Armstrong
  2024-03-19  2:48 ` [PATCH 0/3] arm64: dts: qcom: sm8[456]50: " Bjorn Andersson
  3 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2024-02-27 12:53 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Dmitry Baryshkov
  Cc: linux-arm-msm, devicetree, linux-kernel, Neil Armstrong

By default the DSP domains are non secure, add the missing
qcom,non-secure-domain property to mark them as non-secure.

Fixes: 10e024671295 ("arm64: dts: qcom: sm8650: add interconnect dependent device nodes")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8650.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sm8650.dtsi b/arch/arm64/boot/dts/qcom/sm8650.dtsi
index 12ba839f215e..ca45277b7c47 100644
--- a/arch/arm64/boot/dts/qcom/sm8650.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8650.dtsi
@@ -4845,6 +4845,8 @@ fastrpc {
 
 					label = "adsp";
 
+					qcom,non-secure-domain;					
+
 					#address-cells = <1>;
 					#size-cells = <0>;
 
@@ -5002,6 +5004,8 @@ fastrpc {
 
 					label = "cdsp";
 
+					qcom,non-secure-domain;					
+
 					#address-cells = <1>;
 					#size-cells = <0>;
 

-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/3] arm64: dts: qcom: sm8[456]50: add missing qcom,non-secure-domain property
  2024-02-27 12:53 [PATCH 0/3] arm64: dts: qcom: sm8[456]50: add missing qcom,non-secure-domain property Neil Armstrong
                   ` (2 preceding siblings ...)
  2024-02-27 12:53 ` [PATCH 3/3] arm64: dts: qcom: sm8650: " Neil Armstrong
@ 2024-03-19  2:48 ` Bjorn Andersson
  3 siblings, 0 replies; 5+ messages in thread
From: Bjorn Andersson @ 2024-03-19  2:48 UTC (permalink / raw)
  To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Dmitry Baryshkov, Neil Armstrong
  Cc: linux-arm-msm, devicetree, linux-kernel


On Tue, 27 Feb 2024 13:53:03 +0100, Neil Armstrong wrote:
> By default the DSP domains are non secure, add the missing
> qcom,non-secure-domain property to SM8450, SM8550 and SM8650
> in order to mark them as non-secure.
> 
> 

Applied, thanks!

[1/3] arm64: dts: qcom: sm8450: add missing qcom,non-secure-domain property
      commit: 033fbfa0eb60e519f50e97ef93baec270cd28a88
[2/3] arm64: dts: qcom: sm8550: add missing qcom,non-secure-domain property
      commit: 49c50ad9e6cbaa6a3da59cdd85d4ffb354ef65f4
[3/3] arm64: dts: qcom: sm8650: add missing qcom,non-secure-domain property
      commit: 039d379490eabf798baded4de2d698a7324ab7e6

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-19  2:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-27 12:53 [PATCH 0/3] arm64: dts: qcom: sm8[456]50: add missing qcom,non-secure-domain property Neil Armstrong
2024-02-27 12:53 ` [PATCH 1/3] arm64: dts: qcom: sm8450: " Neil Armstrong
2024-02-27 12:53 ` [PATCH 2/3] arm64: dts: qcom: sm8550: " Neil Armstrong
2024-02-27 12:53 ` [PATCH 3/3] arm64: dts: qcom: sm8650: " Neil Armstrong
2024-03-19  2:48 ` [PATCH 0/3] arm64: dts: qcom: sm8[456]50: " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).