arm: dts: nuvoton: npcm7xx: Drop redundant FIU clock-names

The NPCM7xx FIU controller nodes reference a single clock, but their
clock-names properties are not described by the FIU binding. Drop the
undocumented names so the DTS matches the binding.

Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Tomer Maimon 2026-06-10 15:18:21 +03:00 committed by Andrew Jeffery
parent 13f9cdcf46
commit d7cb66fad5

View File

@ -193,7 +193,6 @@ fiu0: spi@fb000000 {
reg = <0xfb000000 0x1000>;
reg-names = "control";
clocks = <&clk NPCM7XX_CLK_SPI0>;
clock-names = "clk_spi0";
status = "disabled";
};
@ -204,7 +203,6 @@ fiu3: spi@c0000000 {
reg = <0xc0000000 0x1000>;
reg-names = "control";
clocks = <&clk NPCM7XX_CLK_SPI3>;
clock-names = "clk_spi3";
pinctrl-names = "default";
pinctrl-0 = <&spi3_pins>;
status = "disabled";
@ -217,7 +215,6 @@ fiux: spi@fb001000 {
reg = <0xfb001000 0x1000>;
reg-names = "control";
clocks = <&clk NPCM7XX_CLK_SPIX>;
clock-names = "clk_spix";
status = "disabled";
};