Skip to content

Commit b704fc1

Browse files
committed
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: bbbcd02 ("ARM: dts: r7s9210: Initial SoC device tree") Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Chris Brandt <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f4d71c6 commit b704fc1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm/boot/dts/r7s9210.dtsi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@
304304
reg = <0xe803b000 0x30>;
305305
interrupts = <GIC_SPI 56 IRQ_TYPE_EDGE_RISING>;
306306
clocks = <&cpg CPG_MOD 36>;
307-
clock-names = "ostm0";
308307
power-domains = <&cpg>;
309308
status = "disabled";
310309
};
@@ -314,7 +313,6 @@
314313
reg = <0xe803c000 0x30>;
315314
interrupts = <GIC_SPI 57 IRQ_TYPE_EDGE_RISING>;
316315
clocks = <&cpg CPG_MOD 35>;
317-
clock-names = "ostm1";
318316
power-domains = <&cpg>;
319317
status = "disabled";
320318
};
@@ -324,7 +322,6 @@
324322
reg = <0xe803d000 0x30>;
325323
interrupts = <GIC_SPI 58 IRQ_TYPE_EDGE_RISING>;
326324
clocks = <&cpg CPG_MOD 34>;
327-
clock-names = "ostm2";
328325
power-domains = <&cpg>;
329326
status = "disabled";
330327
};

0 commit comments

Comments
 (0)