This patchset is an attempt to fix arch timer users and with at it, resolve dtbs_check warning. v1 version can be found at below: https://lore.kernel.org/linux-devicetree/20220316095433.20225-1-singh.kuldeep87k@xxxxxxxxx/ v2: - Add Krzystof Rb tag in patch1 - Reword patch 2 commit message - Drop v1 patch3 as driver change is not required - Add new patch3, a fix in Aspeed DT to resolve dtbs_check warning Patch 1 is done in preparation for following patches which defines compatibles order in more clear way. Patch 2 documents arm,cortex-a7-timer entry in bindings similar to an existing entry arm,cortex-a15-timer. Patch 3 fix Aspeed DT which is not compliant with binding as of now. Kuldeep Singh (3): dt-bindings: timer: Rearrange compatible entries of arch timer dt-bindings: timer: Document arm,cortex-a7-timer in arch timer ARM: dts: aspeed: Remove arch timer clocks property .../devicetree/bindings/timer/arm,arch_timer.yaml | 13 +++++-------- arch/arm/boot/dts/aspeed-g6.dtsi | 1 - 2 files changed, 5 insertions(+), 9 deletions(-) -- 2.25.1