iommu: msm: Change driver name
Change the driver name used in the code and device tree for
IOMMU. The driver and compatible string formerly known as iommu-v1
is now called iommu-v0 and the one formerly known as iommu-v2
is now called iommu-v1 to match file names.
Change-Id: Ida38a0a788e28e820907b93e05187cd61235400c
Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>
diff --git a/arch/arm/boot/dts/msm-iommu-v0.dtsi b/arch/arm/boot/dts/msm-iommu-v0.dtsi
index fbc1940..c6eb1b9 100644
--- a/arch/arm/boot/dts/msm-iommu-v0.dtsi
+++ b/arch/arm/boot/dts/msm-iommu-v0.dtsi
@@ -12,7 +12,7 @@
/ {
lpass_iommu: qcom,iommu@fd000000 {
- compatible = "qcom,msm-smmu-v1";
+ compatible = "qcom,msm-smmu-v0";
#address-cells = <1>;
#size-cells = <1>;
ranges;
@@ -51,7 +51,7 @@
};
copss_iommu: qcom,iommu@fd010000 {
- compatible = "qcom,msm-smmu-v1";
+ compatible = "qcom,msm-smmu-v0";
#address-cells = <1>;
#size-cells = <1>;
ranges;
@@ -118,7 +118,7 @@
};
mdpe_iommu: qcom,iommu@fd860000 {
- compatible = "qcom,msm-smmu-v1";
+ compatible = "qcom,msm-smmu-v0";
#address-cells = <1>;
#size-cells = <1>;
ranges;
@@ -143,7 +143,7 @@
};
mdps_iommu: qcom,iommu@fd870000 {
- compatible = "qcom,msm-smmu-v1";
+ compatible = "qcom,msm-smmu-v0";
#address-cells = <1>;
#size-cells = <1>;
ranges;
@@ -168,7 +168,7 @@
};
gfx_iommu: qcom,iommu@fd880000 {
- compatible = "qcom,msm-smmu-v1";
+ compatible = "qcom,msm-smmu-v0";
#address-cells = <1>;
#size-cells = <1>;
ranges;
@@ -202,7 +202,7 @@
};
vfe_iommu: qcom,iommu@fd890000 {
- compatible = "qcom,msm-smmu-v1";
+ compatible = "qcom,msm-smmu-v0";
#address-cells = <1>;
#size-cells = <1>;
ranges;