Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 758ae7e2 authored by Abhishek Kondaveeti's avatar Abhishek Kondaveeti Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Fix ispif base address for 8937



1.Change base address of ISPIF module for 8937
2.Change VFE1 SID

Change-Id: Iaa988792fbc9ec08518071aa82a45e1ee02eae75
Signed-off-by: default avatarAbhishek Kondaveeti <akondave@codeaurora.org>
parent 1abae077
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -142,10 +142,10 @@
		qcom,clock-rates = <0 61540000 0 200000000 0 0 0 0>;
	};

	qcom,ispif@1b0a000 {
	qcom,ispif@1b31000 {
		cell-index = <0>;
		compatible = "qcom,ispif-v3.0", "qcom,ispif";
		reg = <0x1b0a000 0x500>,
		reg = <0x1b31000 0x500>,
			<0x1b00020 0x10>;
		reg-names = "ispif", "csi_clk_mux";
		interrupts = <0 55 0>;
@@ -307,7 +307,7 @@
		msm_cam_smmu_cb1: msm_cam_smmu_cb1 {
			compatible = "qcom,qsmmu-cam-cb";
			iommus = <&apps_iommu 0x400>,
				<&apps_iommu 0x2800>;
				<&apps_iommu 0x2400>;
			label = "vfe";
			qcom,scratch-buf-support;
		};