[PATCH v9 1/5] arm64: dts: nuvoton: npcm845: Drop redundant timer clock-names
Tomer Maimon <[email protected]> Mon, 3 Aug 2026 14:19:02 +0300
| Newsgroups | org.ozlabs.lists.openbmc,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
The NPCM845 timer0 node references a single clock, but its clock-names property is not described by the timer binding. Drop the undocumented name so the DTS matches the binding. Signed-off-by: Tomer Maimon <[email protected]> --- arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi b/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi index c781190b4..9e4fa2669 100644 --- a/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi +++ b/arch/arm64/boot/dts/nuvoton/nuvoton-common-npcm8xx.dtsi @@ -73,7 +73,6 @@ timer0: timer@8000 { interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; reg = <0x8000 0x1C>; clocks = <&refclk>; - clock-names = "refclk"; }; serial0: serial@0 { -- 2.34.1