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

Commit 9099c045 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 6e7c2de4 52677f54
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>;
	};