U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] riscv: dts: cv18xx: Drop unused dummy clocks
@ 2025-03-07 17:09 Yao Zi
  2025-03-25  4:03 ` Leo Liang
  0 siblings, 1 reply; 2+ messages in thread
From: Yao Zi @ 2025-03-07 17:09 UTC (permalink / raw)
  To: Rick Chen, Leo, Tom Rini, Kongyang Liu; +Cc: u-boot, Yao Zi

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>
---
 arch/riscv/dts/cv18xx.dtsi | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/arch/riscv/dts/cv18xx.dtsi b/arch/riscv/dts/cv18xx.dtsi
index 8a7386b76e6..6fac247e7ac 100644
--- a/arch/riscv/dts/cv18xx.dtsi
+++ b/arch/riscv/dts/cv18xx.dtsi
@@ -46,20 +46,6 @@
 		#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>;
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-25  4:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07 17:09 [PATCH] riscv: dts: cv18xx: Drop unused dummy clocks Yao Zi
2025-03-25  4:03 ` Leo Liang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox