dts: Rename compatible arm,arm-timer to arm,armv8-timer
The compatible for the ARMv8 timer should have been arm,armv8-timer and not arm,arm-timer. The dts binding file name was correct, just the compatible was wrong. Rename dts, binding, and associated code to use arm,armv8-timer. Fixes #31946 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
4d4a636555
commit
3fff3852fa
5 changed files with 7 additions and 7 deletions
|
@ -63,7 +63,7 @@
|
|||
};
|
||||
|
||||
timer {
|
||||
compatible = "arm,arm-timer";
|
||||
compatible = "arm,armv8-timer";
|
||||
interrupts = <GIC_PPI 0x0d IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY
|
||||
GIC_PPI 0x0e IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY
|
||||
GIC_PPI 0x0b IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue