All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: renesas: r9a06g032: don't set status to the default value
@ 2026-07-16 10:10 Wolfram Sang
  2026-07-16 10:56 ` Miquel Raynal
  2026-07-16 11:40 ` Herve Codina
  0 siblings, 2 replies; 3+ messages in thread
From: Wolfram Sang @ 2026-07-16 10:10 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Herve Codina, Miquel Raynal, Wolfram Sang, Geert Uytterhoeven,
	Magnus Damm, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	devicetree

"okay" is the default for 'status', so don't encode it explicitly.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm/boot/dts/renesas/r9a06g032.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/renesas/r9a06g032.dtsi b/arch/arm/boot/dts/renesas/r9a06g032.dtsi
index 19c9bce0a26d..8645bab7ee23 100644
--- a/arch/arm/boot/dts/renesas/r9a06g032.dtsi
+++ b/arch/arm/boot/dts/renesas/r9a06g032.dtsi
@@ -145,7 +145,6 @@ wdt1: watchdog@40009000 {
 		sysctrl: system-controller@4000c000 {
 			compatible = "renesas,r9a06g032-sysctrl";
 			reg = <0x4000c000 0x1000>;
-			status = "okay";
 			#clock-cells = <1>;
 			#power-domain-cells = <0>;
 
@@ -352,7 +351,6 @@ pinctrl: pinctrl@40067000 {
 			reg = <0x40067000 0x1000>, <0x51000000 0x480>;
 			clocks = <&sysctrl R9A06G032_HCLK_PINCONFIG>;
 			clock-names = "bus";
-			status = "okay";
 		};
 
 		sdio1: mmc@40100000 {
-- 
2.47.3


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

end of thread, other threads:[~2026-07-16 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-16 10:10 [PATCH] ARM: dts: renesas: r9a06g032: don't set status to the default value Wolfram Sang
2026-07-16 10:56 ` Miquel Raynal
2026-07-16 11:40 ` Herve Codina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.