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

Commit b0a627b4 authored by Frank Rowand's avatar Frank Rowand Committed by Andy Gross
Browse files

ARM: dts: qcom-msm8974: use named constant for interrupt type GIC_PPI



Cosmetic change of integer value "1" in the first field of the
"interrupts" property to the correct named constant.

Signed-off-by: default avatarFrank Rowand <frank.rowand@sony.com>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 5b394b2d
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -67,7 +67,7 @@
	cpus {
	cpus {
		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <0>;
		#size-cells = <0>;
		interrupts = <1 9 0xf04>;
		interrupts = <GIC_PPI 9 0xf04>;


		CPU0: cpu@0 {
		CPU0: cpu@0 {
			compatible = "qcom,krait";
			compatible = "qcom,krait";
@@ -214,7 +214,7 @@


	cpu-pmu {
	cpu-pmu {
		compatible = "qcom,krait-pmu";
		compatible = "qcom,krait-pmu";
		interrupts = <1 7 0xf04>;
		interrupts = <GIC_PPI 7 0xf04>;
	};
	};


	clocks {
	clocks {
@@ -233,10 +233,10 @@


	timer {
	timer {
		compatible = "arm,armv7-timer";
		compatible = "arm,armv7-timer";
		interrupts = <1 2 0xf08>,
		interrupts = <GIC_PPI 2 0xf08>,
			     <1 3 0xf08>,
			     <GIC_PPI 3 0xf08>,
			     <1 4 0xf08>,
			     <GIC_PPI 4 0xf08>,
			     <1 1 0xf08>;
			     <GIC_PPI 1 0xf08>;
		clock-frequency = <19200000>;
		clock-frequency = <19200000>;
	};
	};