riscv: dts: cv18xx: Drop unused dummy clocks
authorYao Zi <ziyao@disroot.org>
Fri, 7 Mar 2025 17:09:22 +0000 (17:09 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 25 Mar 2025 08:00:23 +0000 (16:00 +0800)
Introduced in commit 5a4e0625ac77 ("riscv: dts: sophgo: Add ethernet
node"), eth_{csrclk,ptpclk} were used as placeholders for ethernet
controller. As the real clock controller has been added, drop them to
clean the devicetree up.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/dts/cv18xx.dtsi

index 8a7386b..6fac247 100644 (file)
                #clock-cells = <0>;
        };
 
-       eth_csrclk: eth-csrclk {
-               compatible = "fixed-clock";
-               clock-frequency = <250000000>;
-               clock-output-names = "eth_csrclk";
-               #clock-cells = <0x0>;
-       };
-
-       eth_ptpclk: eth-ptpclk {
-               compatible = "fixed-clock";
-               clock-frequency = <50000000>;
-               clock-output-names = "eth_ptpclk";
-               #clock-cells = <0x0>;
-       };
-
        soc {
                compatible = "simple-bus";
                interrupt-parent = <&plic>;