[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251231025502.1139168-5-daniel@0x0f.com>
Date: Wed, 31 Dec 2025 11:55:01 +0900
From: Daniel Palmer <daniel@...f.com>
To: krzk+dt@...nel.org,
romain.perier@...il.com,
robh@...nel.org,
conor+dt@...nel.org,
linux-arm-kernel@...ts.infradead.org
Cc: devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Daniel Palmer <daniel@...f.com>
Subject: [PATCH 4/5] arm: dts: mstar: v7: Move the reboot node
The reboot node is currently inside of soc and that makes
the dt validation stuff complain that it wants some properties
that don't exist for reboot which is just some glue and not
a real device.
Move the node out of soc to fix the warnings.
Signed-off-by: Daniel Palmer <daniel@...f.com>
---
arch/arm/boot/dts/sigmastar/mstar-v7.dtsi | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/arch/arm/boot/dts/sigmastar/mstar-v7.dtsi b/arch/arm/boot/dts/sigmastar/mstar-v7.dtsi
index 3eeafd8c7121..db661e189eec 100644
--- a/arch/arm/boot/dts/sigmastar/mstar-v7.dtsi
+++ b/arch/arm/boot/dts/sigmastar/mstar-v7.dtsi
@@ -73,6 +73,13 @@ xtal_div2: xtal_div2 {
};
};
+ reboot {
+ compatible = "syscon-reboot";
+ regmap = <&pmsleep>;
+ offset = <0xb8>;
+ mask = <0x79>;
+ };
+
soc: soc {
compatible = "simple-bus";
#address-cells = <1>;
@@ -105,13 +112,6 @@ pmsleep: syscon@...0 {
reg = <0x1c00 0x100>;
};
- reboot {
- compatible = "syscon-reboot";
- regmap = <&pmsleep>;
- offset = <0xb8>;
- mask = <0x79>;
- };
-
rtc@...0 {
compatible = "mstar,msc313-rtc";
reg = <0x2400 0x40>;
--
2.51.0
Powered by blists - more mailing lists