public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] ARM: dts: renesas: mtd-rom has no clock and power domain
@ 2025-09-30 10:16 Wolfram Sang
  2025-09-30 10:16 ` [RFC PATCH 1/4] clk: renesas: mstp: mark 'spibsc' clocks as critical Wolfram Sang
  2025-10-01  7:55 ` [RFC PATCH 0/4] ARM: dts: renesas: mtd-rom has no clock and power domain Geert Uytterhoeven
  0 siblings, 2 replies; 4+ messages in thread
From: Wolfram Sang @ 2025-09-30 10:16 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Conor Dooley, devicetree, Geert Uytterhoeven,
	Krzysztof Kozlowski, linux-clk, Magnus Damm, Michael Turquette,
	Rob Herring, Stephen Boyd

Addressing this dtb_check...

arch/arm/boot/dts/renesas/r7s72100-genmai.dtb: flash@18000000 (mtd-rom): Unevaluated properties are not allowed ('clocks', 'power-domains' were unexpected)
	from schema $id: http://devicetree.org/schemas/mtd/mtd-physmap.yaml#

... I came to the solution proposed here that the clocks we cannot
define will be marked as critical. We could also try to add 'clocks' and
'power-domains' to MTD physmap but I could understand some objection to
that. Opinions?


Wolfram Sang (4):
  clk: renesas: mstp: mark 'spibsc' clocks as critical
  ARM: dts: renesas: genmai: mtd-rom has no clock and power domain
  ARM: dts: renesas: gr-peach: mtd-rom has no clock and power domain
  ARM: dts: renesas: rskrza1: mtd-rom has no clock and power domain

 arch/arm/boot/dts/renesas/r7s72100-genmai.dts   | 3 ---
 arch/arm/boot/dts/renesas/r7s72100-gr-peach.dts | 3 ---
 arch/arm/boot/dts/renesas/r7s72100-rskrza1.dts  | 2 --
 drivers/clk/renesas/clk-mstp.c                  | 7 +++++--
 4 files changed, 5 insertions(+), 10 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-10-01 13:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-30 10:16 [RFC PATCH 0/4] ARM: dts: renesas: mtd-rom has no clock and power domain Wolfram Sang
2025-09-30 10:16 ` [RFC PATCH 1/4] clk: renesas: mstp: mark 'spibsc' clocks as critical Wolfram Sang
2025-10-01  7:55 ` [RFC PATCH 0/4] ARM: dts: renesas: mtd-rom has no clock and power domain Geert Uytterhoeven
2025-10-01 13:10   ` Wolfram Sang

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