diff options
author | Ley Foon Tan <leyfoon.tan@starfivetech.com> | 2024-02-19 10:23:42 +0300 |
---|---|---|
committer | Ley Foon Tan <leyfoon.tan@starfivetech.com> | 2024-02-19 10:23:42 +0300 |
commit | 65fbb1ef216996b5245fca7c774147d6196cdd7f (patch) | |
tree | e4a6898c7c419ddc53b3c40f5c450e2f19f1df4e /arch | |
parent | 9b8c5ad7a5bcd3744f9df8eaa19ac71443f796c3 (diff) | |
download | linux-65fbb1ef216996b5245fca7c774147d6196cdd7f.tar.xz |
riscv: dts: starfive: Remove unused clock gtxc
Remove unused clock "gtxc".
Signed-off-by: Ley Foon Tan <leyfoon.tan@starfivetech.com>
Diffstat (limited to 'arch')
-rwxr-xr-x | arch/riscv/boot/dts/starfive/dubhe.dtsi | 3 | ||||
-rw-r--r-- | arch/riscv/boot/dts/starfive/dubhe_fpga_common.dtsi | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/arch/riscv/boot/dts/starfive/dubhe.dtsi b/arch/riscv/boot/dts/starfive/dubhe.dtsi index 1eba9acfd644..c936d1211e86 100755 --- a/arch/riscv/boot/dts/starfive/dubhe.dtsi +++ b/arch/riscv/boot/dts/starfive/dubhe.dtsi @@ -197,8 +197,7 @@ "tx", "ptp_ref", "stmmaceth", - "pclk", - "gtxc"; + "pclk"; interrupt-parent = <&plic0>; interrupts = <8>, <11>, <12>; interrupt-names = "macirq", "eth_wake_irq", "eth_lpi"; diff --git a/arch/riscv/boot/dts/starfive/dubhe_fpga_common.dtsi b/arch/riscv/boot/dts/starfive/dubhe_fpga_common.dtsi index 9355b475427f..13e4bcf60400 100644 --- a/arch/riscv/boot/dts/starfive/dubhe_fpga_common.dtsi +++ b/arch/riscv/boot/dts/starfive/dubhe_fpga_common.dtsi @@ -66,8 +66,7 @@ <&fpga_2p5mhz_clk>, <&fpga_2p5mhz_clk>, <&fpga_50mhz_clk>, - <&fpga_50mhz_clk>, - <&fpga_2p5mhz_clk>; + <&fpga_50mhz_clk>; mdio0 { compatible = "snps,dwmac-mdio"; |