mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ARM: dts: qcom: reverse compatibles to match bindings
The most specific compatible should be upfront. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221212163532.142533-7-krzysztof.kozlowski@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
bf1e263b25
commit
25da76a92f
@@ -375,8 +375,8 @@
|
||||
};
|
||||
|
||||
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>;
|
||||
|
||||
@@ -400,7 +400,7 @@
|
||||
};
|
||||
|
||||
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>;
|
||||
|
||||
@@ -549,8 +549,8 @@
|
||||
};
|
||||
|
||||
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) |
|
||||
|
||||
@@ -103,8 +103,8 @@
|
||||
};
|
||||
|
||||
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>;
|
||||
|
||||
Reference in New Issue
Block a user