devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix SMMU on SDX55 and SDX65
@ 2023-01-23 13:19 Manivannan Sadhasivam
  2023-01-23 13:19 ` [PATCH 1/3] dt-bindings: arm-smmu: Fix binding for " Manivannan Sadhasivam
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Manivannan Sadhasivam @ 2023-01-23 13:19 UTC (permalink / raw)
  To: andersson, will, joro, robh+dt, krzysztof.kozlowski+dt
  Cc: konrad.dybcio, linux-arm-msm, devicetree, linux-kernel, iommu,
	dmitry.baryshkov, Manivannan Sadhasivam

Hi,

Both SDX55 and SDX65 SoCs are using the Qcom version of the ARM SMMU-500
IP. Even though the SoC specfic compatibles were being used in devicetree,
the compatibles were not added to the arm-smmu-qcom driver. So they end up
using the generic ARM SMMU-500 driver instead.

Spotting this discrepancy, the recent arm,smmu bindings change moved these
SoCs under the non-qcom implementation of the SMMU.

This series fixes the binding by moving the compatibles under qcom impl.
and also adding the "qcom,smmu-500" fallback compatible to the devicetree
so that the qcom implementation can be used without adding SoC specific
entries to the driver.

Thanks,
Mani

Manivannan Sadhasivam (3):
  dt-bindings: arm-smmu: Fix binding for SDX55 and SDX65
  ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for IOMMU
    node
  ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for IOMMU
    node

 Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 10 ++--------
 arch/arm/boot/dts/qcom-sdx55.dtsi                     |  2 +-
 arch/arm/boot/dts/qcom-sdx65.dtsi                     |  2 +-
 3 files changed, 4 insertions(+), 10 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-02-09  4:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-23 13:19 [PATCH 0/3] Fix SMMU on SDX55 and SDX65 Manivannan Sadhasivam
2023-01-23 13:19 ` [PATCH 1/3] dt-bindings: arm-smmu: Fix binding for " Manivannan Sadhasivam
2023-01-23 15:49   ` Krzysztof Kozlowski
2023-01-23 13:19 ` [PATCH 2/3] ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for IOMMU node Manivannan Sadhasivam
2023-01-23 13:21   ` Konrad Dybcio
2023-01-23 13:19 ` [PATCH 3/3] ARM: dts: qcom: sdx65: " Manivannan Sadhasivam
2023-01-23 13:21   ` Konrad Dybcio
2023-01-24 12:10 ` [PATCH 0/3] Fix SMMU on SDX55 and SDX65 Will Deacon
2023-02-09  4:23 ` (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).