mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
dts: fix arch timer irq trigger type warning
PD#151167: fix arm_arch_timer irq trigger type warning irq: type mismatch, failed to map hwirq-29 for /interrupt-controller Change-Id: I51cee425500596a3c48fb440e04c74d647688650 Signed-off-by: jianxin.pan <jianxin.pan@amlogic.com>
This commit is contained in:
@@ -102,10 +102,10 @@
|
||||
|
||||
timer {
|
||||
compatible = "arm,armv8-timer";
|
||||
interrupts = <GIC_PPI 13 0xff01>,
|
||||
<GIC_PPI 14 0xff01>,
|
||||
<GIC_PPI 11 0xff01>,
|
||||
<GIC_PPI 10 0xff01>;
|
||||
interrupts = <GIC_PPI 13 0xff08>,
|
||||
<GIC_PPI 14 0xff08>,
|
||||
<GIC_PPI 11 0xff08>,
|
||||
<GIC_PPI 10 0xff08>;
|
||||
};
|
||||
timer_bc {
|
||||
compatible = "arm, meson-bc-timer";
|
||||
|
||||
@@ -116,10 +116,10 @@
|
||||
|
||||
timer {
|
||||
compatible = "arm,armv8-timer";
|
||||
interrupts = <GIC_PPI 13 0xff01>,
|
||||
<GIC_PPI 14 0xff01>,
|
||||
<GIC_PPI 11 0xff01>,
|
||||
<GIC_PPI 10 0xff01>;
|
||||
interrupts = <GIC_PPI 13 0xff08>,
|
||||
<GIC_PPI 14 0xff08>,
|
||||
<GIC_PPI 11 0xff08>,
|
||||
<GIC_PPI 10 0xff08>;
|
||||
};
|
||||
timer_bc {
|
||||
compatible = "arm, meson-bc-timer";
|
||||
|
||||
@@ -206,10 +206,10 @@
|
||||
|
||||
timer {
|
||||
compatible = "arm,armv8-timer";
|
||||
interrupts = <GIC_PPI 13 0xff01>,
|
||||
<GIC_PPI 14 0xff01>,
|
||||
<GIC_PPI 11 0xff01>,
|
||||
<GIC_PPI 10 0xff01>;
|
||||
interrupts = <GIC_PPI 13 0xff08>,
|
||||
<GIC_PPI 14 0xff08>,
|
||||
<GIC_PPI 11 0xff08>,
|
||||
<GIC_PPI 10 0xff08>;
|
||||
};
|
||||
timer_bc {
|
||||
compatible = "arm, meson-bc-timer";
|
||||
|
||||
Reference in New Issue
Block a user