arm/dt: iommu: Rename files

Rename device tree files to align with IOMMU architecture naming.

There are currently two different types of IOMMU hardware being used.
We have first generation IOMMU used by msm8610 and second generation
IOMMU used by msm8226 and msm8974. The first generation IOMMU is called
IOMMU-v0 (msm-iommu-v0.dtsi) while the second generation is called
IOMMU-v1 (msm-iommu-v1.dtsi).

msm8226 share the same version of IOMMU (v1) as 8974 but it has a
different configuration so msm8226 IOMMU is split into its own file
(msm8226-iommu.dtsi).

In addition we have version v1 and v2 of msm8974 which have a slightly
different IOMMU configuration which is handled by having dedicated
iommu file (msm8974-v1-iommu.dtsi) for each revision of the msm8974
chip.

Change-Id: I6f4c3ac8c17eaf2175890e625a3a76f33582c80a
Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>
diff --git a/arch/arm/boot/dts/msm8974-v1-iommu.dtsi b/arch/arm/boot/dts/msm8974-v1-iommu.dtsi
new file mode 100644
index 0000000..c6693e1
--- /dev/null
+++ b/arch/arm/boot/dts/msm8974-v1-iommu.dtsi
@@ -0,0 +1,33 @@
+/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 and
+ * only version 2 as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ */
+
+/include/ "msm-iommu-v1.dtsi"
+
+&jpeg_iommu {
+	status = "ok";
+};
+
+&mdp_iommu {
+	status = "ok";
+};
+
+&venus_iommu {
+	status = "ok";
+};
+
+&kgsl_iommu {
+	status = "ok";
+};
+
+&vfe_iommu {
+	status = "ok";
+};