Commit 25da76a9 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: reverse compatibles to match bindings

parent bf1e263b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -375,8 +375,8 @@ intc: interrupt-controller@2000000 {
		};

		timer@200a000 {
			compatible = "qcom,kpss-timer",
				     "qcom,kpss-wdt-apq8064", "qcom,msm-timer";
			compatible = "qcom,kpss-wdt-apq8064", "qcom,kpss-timer",
				     "qcom,msm-timer";
			interrupts = <1 1 0x301>,
				     <1 2 0x301>,
				     <1 3 0x301>;
+1 −1
Original line number Diff line number Diff line
@@ -400,7 +400,7 @@ blsp1_uart2: serial@78b0000 {
		};

		watchdog: watchdog@b017000 {
			compatible = "qcom,kpss-wdt", "qcom,kpss-wdt-ipq4019";
			compatible = "qcom,kpss-wdt-ipq4019", "qcom,kpss-wdt";
			reg = <0xb017000 0x40>;
			clocks = <&sleep_clk>;
			timeout-sec = <10>;
+2 −2
Original line number Diff line number Diff line
@@ -549,8 +549,8 @@ intc: interrupt-controller@2000000 {
		};

		timer@200a000 {
			compatible = "qcom,kpss-timer",
				     "qcom,kpss-wdt-ipq8064", "qcom,msm-timer";
			compatible = "qcom,kpss-wdt-ipq8064", "qcom,kpss-timer",
				     "qcom,msm-timer";
			interrupts = <GIC_PPI 1 (GIC_CPU_MASK_SIMPLE(2) |
						 IRQ_TYPE_EDGE_RISING)>,
				     <GIC_PPI 2 (GIC_CPU_MASK_SIMPLE(2) |
+2 −2
Original line number Diff line number Diff line
@@ -103,8 +103,8 @@ intc: interrupt-controller@2000000 {
		};

		timer@200a000 {
			compatible = "qcom,kpss-timer",
				     "qcom,kpss-wdt-msm8960", "qcom,msm-timer";
			compatible = "qcom,kpss-wdt-msm8960", "qcom,kpss-timer",
				     "qcom,msm-timer";
			interrupts = <GIC_PPI 1 0x301>,
				     <GIC_PPI 2 0x301>,
				     <GIC_PPI 3 0x301>;