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

Commit 41234170 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: mdm: Add correct irq type in device tree for k61 driver"

parents 550075b3 08d717f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
		compatible = "qcom,renesas,rh850";
		reg = <0>;
		interrupt-parent = <&tlmm>;
		interrupts = <127 0>;
		interrupts = <127 2>;
		spi-max-frequency = <5000000>;
		qcom,clk-freq-mhz = <16000000>;
		qcom,max-can-channels = <4>;
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
		compatible = "qcom,renesas,rh850";
		reg = <0>;
		interrupt-parent = <&tlmm>;
		interrupts = <122 0>;
		interrupts = <122 2>;
		spi-max-frequency = <5000000>;
		qcom,clk-freq-mhz = <16000000>;
		qcom,max-can-channels = <4>;
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
		compatible = "qcom,renesas,rh850";
		reg = <0>;
		interrupt-parent = <&tlmm>;
		interrupts = <127 0>;
		interrupts = <127 2>;
		spi-max-frequency = <5000000>;
		qcom,clk-freq-mhz = <16000000>;
		qcom,max-can-channels = <4>;
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
		compatible = "qcom,renesas,rh850";
		reg = <0>;
		interrupt-parent = <&tlmm>;
		interrupts = <127 0>;
		interrupts = <127 2>;
		spi-max-frequency = <5000000>;
		qcom,clk-freq-mhz = <16000000>;
		qcom,max-can-channels = <4>;
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
		compatible = "qcom,renesas,rh850";
		reg = <0>;
		interrupt-parent = <&tlmm>;
		interrupts = <127 0>;
		interrupts = <127 2>;
		spi-max-frequency = <5000000>;
		qcom,clk-freq-mhz = <16000000>;
		qcom,max-can-channels = <4>;
Loading