Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

-3
-3
arch/arm/boot/dts/r7s9210.dtsi
··· 304 304 reg = <0xe803b000 0x30>; 305 305 interrupts = <GIC_SPI 56 IRQ_TYPE_EDGE_RISING>; 306 306 clocks = <&cpg CPG_MOD 36>; 307 - clock-names = "ostm0"; 308 307 power-domains = <&cpg>; 309 308 status = "disabled"; 310 309 }; ··· 313 314 reg = <0xe803c000 0x30>; 314 315 interrupts = <GIC_SPI 57 IRQ_TYPE_EDGE_RISING>; 315 316 clocks = <&cpg CPG_MOD 35>; 316 - clock-names = "ostm1"; 317 317 power-domains = <&cpg>; 318 318 status = "disabled"; 319 319 }; ··· 322 324 reg = <0xe803d000 0x30>; 323 325 interrupts = <GIC_SPI 58 IRQ_TYPE_EDGE_RISING>; 324 326 clocks = <&cpg CPG_MOD 34>; 325 - clock-names = "ostm2"; 326 327 power-domains = <&cpg>; 327 328 status = "disabled"; 328 329 };