ARM: dts: r7s9210: Remove bogus clock-names from OSTM nodes
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 27 Apr 2020 19:29:32 +0000 (21:29 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 28 Apr 2020 08:15:38 +0000 (10:15 +0200)
commitb704fc1da9b84d7145db550a13e2b7140f6b419b
treea6cda11b733e15e2368391e749176faf18ab5114
parentf4d71c6ea9e58c07dd4d02d09c5dd9bb780ec4b1
ARM: dts: r7s9210: Remove bogus clock-names from OSTM nodes

Usually it does not hurt to add "clock-names" properties, even if the
(pre-json-schema) DT bindings do not mention them.

However, the actual clock names for the OS Timer nodes are not fixed,
but contain the indices of the consumer instances.  Hence they cannot
easily be used by a driver, without scanning for all possible indices.

Remove them, as the OSTM DT bindings do not specify clock-names anyway.

Fixes: bbbcd02b82552907 ("ARM: dts: r7s9210: Initial SoC device tree")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Chris Brandt <Chris.Brandt@renesas.com>
Link: https://lore.kernel.org/r/20200427192932.28967-1-geert+renesas@glider.be
arch/arm/boot/dts/r7s9210.dtsi