devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] riscv: dts: microchip: remove icicle memory clocks
@ 2022-04-25 10:45 Conor Dooley
  2022-04-25 10:45 ` [PATCH 2/2] riscv: dts: microchip: move sysctrlr out of soc bus Conor Dooley
  2022-04-29 10:43 ` [PATCH 1/2] riscv: dts: microchip: remove icicle memory clocks Conor.Dooley
  0 siblings, 2 replies; 3+ messages in thread
From: Conor Dooley @ 2022-04-25 10:45 UTC (permalink / raw)
  To: Palmer Dabbelt, robh+dt, krzk+dt
  Cc: Paul Walmsley, Albert Ou, linux-riscv, devicetree, Conor Dooley,
	Palmer Dabbelt

The clock properties in the icicle kit's memory entries cause dtbs_check
errors:
arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dtb: /: memory@80000000: 'clocks' does not match any of the regexes: 'pinctrl-[0-9]+'

Get rid of the clocks to avoid the errors.

Reported-by: Palmer Dabbelt <palmer@rivosinc.com>
Fixes: 0fa6107eca41 ("RISC-V: Initial DTS for Microchip ICICLE board")
Fixes: 5b28df37d311 ("riscv: dts: microchip: update peripherals in icicle kit device tree")
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
 arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts b/arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts
index cd2fe80fa81a..ffe683d3f528 100644
--- a/arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts
+++ b/arch/riscv/boot/dts/microchip/microchip-mpfs-icicle-kit.dts
@@ -32,14 +32,12 @@ cpus {
 	ddrc_cache_lo: memory@80000000 {
 		device_type = "memory";
 		reg = <0x0 0x80000000 0x0 0x2e000000>;
-		clocks = <&clkcfg CLK_DDRC>;
 		status = "okay";
 	};
 
 	ddrc_cache_hi: memory@1000000000 {
 		device_type = "memory";
 		reg = <0x10 0x0 0x0 0x40000000>;
-		clocks = <&clkcfg CLK_DDRC>;
 		status = "okay";
 	};
 };
-- 
2.35.2


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

end of thread, other threads:[~2022-04-29 10:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-25 10:45 [PATCH 1/2] riscv: dts: microchip: remove icicle memory clocks Conor Dooley
2022-04-25 10:45 ` [PATCH 2/2] riscv: dts: microchip: move sysctrlr out of soc bus Conor Dooley
2022-04-29 10:43 ` [PATCH 1/2] riscv: dts: microchip: remove icicle memory clocks Conor.Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).