linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU
@ 2023-02-16 14:56 Konrad Dybcio
  2023-02-16 14:56 ` [PATCH 2/5] arm64: dts: qcom: sc7280: Add qcom,smmu-500 to " Konrad Dybcio
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Konrad Dybcio @ 2023-02-16 14:56 UTC (permalink / raw)
  To: linux-arm-msm, andersson, agross
  Cc: marijn.suijten, Konrad Dybcio, Will Deacon, Robin Murphy,
	Joerg Roedel, Rob Herring, Krzysztof Kozlowski, linux-arm-kernel,
	iommu, devicetree, linux-kernel

Document the Adreno SMMU present on SM8350.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index 4d7f61700cae..d89aa5b5c963 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -81,6 +81,7 @@ properties:
               - qcom,sc7280-smmu-500
               - qcom,sm8150-smmu-500
               - qcom,sm8250-smmu-500
+              - qcom,sm8350-smmu-500
           - const: qcom,adreno-smmu
           - const: qcom,smmu-500
           - const: arm,mmu-500
-- 
2.39.1


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

* [PATCH 2/5] arm64: dts: qcom: sc7280: Add qcom,smmu-500 to Adreno SMMU
  2023-02-16 14:56 [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU Konrad Dybcio
@ 2023-02-16 14:56 ` Konrad Dybcio
  2023-02-16 14:56 ` [PATCH 3/5] arm64: dts: qcom: sm8150: " Konrad Dybcio
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Konrad Dybcio @ 2023-02-16 14:56 UTC (permalink / raw)
  To: linux-arm-msm, andersson, agross
  Cc: marijn.suijten, Konrad Dybcio, Will Deacon, Robin Murphy,
	Joerg Roedel, Rob Herring, Krzysztof Kozlowski, linux-arm-kernel,
	iommu, devicetree, linux-kernel

Add the fallback Qualcomm SMMU500 compatible to the Adreno SMMU.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/boot/dts/qcom/sc7280.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index bdcb74925313..a8227bb6b336 100644
--- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
@@ -2677,7 +2677,8 @@ dma@117f000 {
 		};
 
 		adreno_smmu: iommu@3da0000 {
-			compatible = "qcom,sc7280-smmu-500", "qcom,adreno-smmu", "arm,mmu-500";
+			compatible = "qcom,sc7280-smmu-500", "qcom,adreno-smmu",
+				     "qcom,smmu-500", "arm,mmu-500";
 			reg = <0 0x03da0000 0 0x20000>;
 			#iommu-cells = <2>;
 			#global-interrupts = <2>;
-- 
2.39.1


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

* [PATCH 3/5] arm64: dts: qcom: sm8150: Add qcom,smmu-500 to Adreno SMMU
  2023-02-16 14:56 [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU Konrad Dybcio
  2023-02-16 14:56 ` [PATCH 2/5] arm64: dts: qcom: sc7280: Add qcom,smmu-500 to " Konrad Dybcio
@ 2023-02-16 14:56 ` Konrad Dybcio
  2023-02-16 14:56 ` [PATCH 4/5] arm64: dts: qcom: sm8250: " Konrad Dybcio
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Konrad Dybcio @ 2023-02-16 14:56 UTC (permalink / raw)
  To: linux-arm-msm, andersson, agross
  Cc: marijn.suijten, Konrad Dybcio, Will Deacon, Robin Murphy,
	Joerg Roedel, Rob Herring, Krzysztof Kozlowski, linux-arm-kernel,
	iommu, devicetree, linux-kernel

Add the fallback Qualcomm SMMU500 compatible to the Adreno SMMU.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8150.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi
index d94171f9b73d..3da77141a164 100644
--- a/arch/arm64/boot/dts/qcom/sm8150.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi
@@ -2287,7 +2287,8 @@ gpucc: clock-controller@2c90000 {
 		};
 
 		adreno_smmu: iommu@2ca0000 {
-			compatible = "qcom,sm8150-smmu-500", "qcom,adreno-smmu", "arm,mmu-500";
+			compatible = "qcom,sm8150-smmu-500", "qcom,adreno-smmu",
+				     "qcom,smmu-500", "arm,mmu-500";
 			reg = <0 0x02ca0000 0 0x10000>;
 			#iommu-cells = <2>;
 			#global-interrupts = <1>;
-- 
2.39.1


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

* [PATCH 4/5] arm64: dts: qcom: sm8250: Add qcom,smmu-500 to Adreno SMMU
  2023-02-16 14:56 [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU Konrad Dybcio
  2023-02-16 14:56 ` [PATCH 2/5] arm64: dts: qcom: sc7280: Add qcom,smmu-500 to " Konrad Dybcio
  2023-02-16 14:56 ` [PATCH 3/5] arm64: dts: qcom: sm8150: " Konrad Dybcio
@ 2023-02-16 14:56 ` Konrad Dybcio
  2023-02-16 14:56 ` [PATCH 5/5] arm64: dts: qcom: sm8350: " Konrad Dybcio
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Konrad Dybcio @ 2023-02-16 14:56 UTC (permalink / raw)
  To: linux-arm-msm, andersson, agross
  Cc: marijn.suijten, Konrad Dybcio, Will Deacon, Robin Murphy,
	Joerg Roedel, Rob Herring, Krzysztof Kozlowski, linux-arm-kernel,
	iommu, devicetree, linux-kernel

Add the fallback Qualcomm SMMU500 compatible to the Adreno SMMU.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8250.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
index 6a0100822d3d..13f5526d97b4 100644
--- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
@@ -2701,7 +2701,8 @@ gpucc: clock-controller@3d90000 {
 		};
 
 		adreno_smmu: iommu@3da0000 {
-			compatible = "qcom,sm8250-smmu-500", "qcom,adreno-smmu", "arm,mmu-500";
+			compatible = "qcom,sm8250-smmu-500", "qcom,adreno-smmu",
+				     "qcom,smmu-500", "arm,mmu-500";
 			reg = <0 0x03da0000 0 0x10000>;
 			#iommu-cells = <2>;
 			#global-interrupts = <2>;
-- 
2.39.1


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

* [PATCH 5/5] arm64: dts: qcom: sm8350: Add qcom,smmu-500 to Adreno SMMU
  2023-02-16 14:56 [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU Konrad Dybcio
                   ` (2 preceding siblings ...)
  2023-02-16 14:56 ` [PATCH 4/5] arm64: dts: qcom: sm8250: " Konrad Dybcio
@ 2023-02-16 14:56 ` Konrad Dybcio
  2023-02-17  8:55 ` [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 " Krzysztof Kozlowski
  2023-03-15 23:34 ` (subset) " Bjorn Andersson
  5 siblings, 0 replies; 7+ messages in thread
From: Konrad Dybcio @ 2023-02-16 14:56 UTC (permalink / raw)
  To: linux-arm-msm, andersson, agross
  Cc: marijn.suijten, Konrad Dybcio, Will Deacon, Robin Murphy,
	Joerg Roedel, Rob Herring, Krzysztof Kozlowski, linux-arm-kernel,
	iommu, devicetree, linux-kernel

Add the fallback Qualcomm SMMU500 compatible to the Adreno SMMU.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8350.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi
index f9822afedd89..07349d37f852 100644
--- a/arch/arm64/boot/dts/qcom/sm8350.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi
@@ -1932,7 +1932,8 @@ gpucc: clock-controller@3d90000 {
 		};
 
 		adreno_smmu: iommu@3da0000 {
-			compatible = "qcom,sm8350-smmu-500", "qcom,adreno-smmu", "arm,mmu-500";
+			compatible = "qcom,sm8350-smmu-500", "qcom,adreno-smmu",
+				     "qcom,smmu-500", "arm,mmu-500";
 			reg = <0 0x03da0000 0 0x20000>;
 			#iommu-cells = <2>;
 			#global-interrupts = <2>;
-- 
2.39.1


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

* Re: [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU
  2023-02-16 14:56 [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU Konrad Dybcio
                   ` (3 preceding siblings ...)
  2023-02-16 14:56 ` [PATCH 5/5] arm64: dts: qcom: sm8350: " Konrad Dybcio
@ 2023-02-17  8:55 ` Krzysztof Kozlowski
  2023-03-15 23:34 ` (subset) " Bjorn Andersson
  5 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-17  8:55 UTC (permalink / raw)
  To: Konrad Dybcio, linux-arm-msm, andersson, agross
  Cc: marijn.suijten, Will Deacon, Robin Murphy, Joerg Roedel,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel, iommu,
	devicetree, linux-kernel

On 16/02/2023 15:56, Konrad Dybcio wrote:
> Document the Adreno SMMU present on SM8350.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: (subset) [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU
  2023-02-16 14:56 [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU Konrad Dybcio
                   ` (4 preceding siblings ...)
  2023-02-17  8:55 ` [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 " Krzysztof Kozlowski
@ 2023-03-15 23:34 ` Bjorn Andersson
  5 siblings, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2023-03-15 23:34 UTC (permalink / raw)
  To: agross, linux-arm-msm, Konrad Dybcio
  Cc: Rob Herring, Krzysztof Kozlowski, Robin Murphy, linux-arm-kernel,
	marijn.suijten, Joerg Roedel, devicetree, iommu, linux-kernel,
	Will Deacon

On Thu, 16 Feb 2023 15:56:42 +0100, Konrad Dybcio wrote:
> Document the Adreno SMMU present on SM8350.
> 
> 

Applied, thanks!

[2/5] arm64: dts: qcom: sc7280: Add qcom,smmu-500 to Adreno SMMU
      commit: c564b69984a78ce7811f22437794c9bb2afc11fd
[3/5] arm64: dts: qcom: sm8150: Add qcom,smmu-500 to Adreno SMMU
      commit: 3e5c00256881f35b8664e1cf0b9fbf42cd9f24a1
[4/5] arm64: dts: qcom: sm8250: Add qcom,smmu-500 to Adreno SMMU
      commit: 8347b12e905b99f445067d09326e4a1cc490f9cc
[5/5] arm64: dts: qcom: sm8350: Add qcom,smmu-500 to Adreno SMMU
      commit: 78c61b6b2c33041940f2b22b47b058e83684b3f5

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

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

end of thread, other threads:[~2023-03-15 23:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 14:56 [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 Adreno SMMU Konrad Dybcio
2023-02-16 14:56 ` [PATCH 2/5] arm64: dts: qcom: sc7280: Add qcom,smmu-500 to " Konrad Dybcio
2023-02-16 14:56 ` [PATCH 3/5] arm64: dts: qcom: sm8150: " Konrad Dybcio
2023-02-16 14:56 ` [PATCH 4/5] arm64: dts: qcom: sm8250: " Konrad Dybcio
2023-02-16 14:56 ` [PATCH 5/5] arm64: dts: qcom: sm8350: " Konrad Dybcio
2023-02-17  8:55 ` [PATCH 1/5] dt-bindings: arm-smmu: Add SM8350 " Krzysztof Kozlowski
2023-03-15 23:34 ` (subset) " 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).