Skip to content

Commit

Permalink
ARM: dts: r9a06g032: Drop "arm,cortex-a7-timer" from timer node
Browse files Browse the repository at this point in the history
"make dtbs_check":

    arch/arm/boot/dts/r9a06g032-rzn1d400-db.dt.yaml: timer: compatible: 'oneOf' conditional failed, one must be fixed:
	    ['arm,cortex-a7-timer', 'arm,armv7-timer'] is too long
	    'arm,cortex-a7-timer' is not one of ['arm,cortex-a15-timer']
	    'arm,cortex-a7-timer' is not one of ['arm,armv7-timer']
	    'arm,cortex-a7-timer' is not one of ['arm,armv8-timer']
	    From schema: Documentation/devicetree/bindings/timer/arm,arch_timer.yaml

The Cortex-A7 timer should just declare compatibility with
"arm,armv7-timer".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/a8e0cf00a983b4c539cdb1cfad5cc6b10b423c5b.1649680220.git.geert+renesas@glider.be
  • Loading branch information
Geert Uytterhoeven committed Apr 19, 2022
1 parent 8ba8560 commit aa70cbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/boot/dts/r9a06g032.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@
};

timer {
compatible = "arm,cortex-a7-timer",
"arm,armv7-timer";
compatible = "arm,armv7-timer";
interrupt-parent = <&gic>;
arm,cpu-registers-not-fw-configured;
always-on;
Expand Down

0 comments on commit aa70cbd

Please sign in to comment.