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:
Kumar Gala 2021-02-03 18:53:44 -06:00 committed by Anas Nashif
commit 3fff3852fa
5 changed files with 7 additions and 7 deletions

View file

@ -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>;