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

Commit 52677f54 authored by Zhiqiang Tu's avatar Zhiqiang Tu
Browse files

ARM: dts: msm: Change irq number of virtio clock



Change irq number of virtio clocks since there is conflict with smmu.

Change-Id: Ia4ccc22707140228ebb3a959f52f36c2bd5af665
Signed-off-by: default avatarZhiqiang Tu <ztu@codeaurora.org>
parent 1471f792
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
	clock_virt: qcom,virtio-gcc {
		compatible = "virtio,mmio";
		reg = <0x1c200000 0x1000>;
		interrupts = <0 100 0>;
		interrupts = <0 48 0>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};
@@ -40,7 +40,7 @@
	clock_virt_scc: qcom,virtio-scc {
		compatible = "virtio,mmio";
		reg = <0x1c300000 0x1000>;
		interrupts = <0 101 0>;
		interrupts = <0 49 0>;
		#clock-cells = <1>;
		#reset-cells = <1>;
	};