[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251231025502.1139168-2-daniel@0x0f.com>
Date: Wed, 31 Dec 2025 11:54:58 +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 1/5] arm: dts: mstar: breadbee: Correct regulator names
The regulator names had a "@<n>" in them so the dt validation
stuff wanted a reg property. Fix the names to match what the regulator
is for and remove the "@<n>" bit.
Signed-off-by: Daniel Palmer <daniel@...f.com>
---
.../boot/dts/sigmastar/mstar-infinity-breadbee-common.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/sigmastar/mstar-infinity-breadbee-common.dtsi b/arch/arm/boot/dts/sigmastar/mstar-infinity-breadbee-common.dtsi
index 507ff2fba837..aedea0fbbce6 100644
--- a/arch/arm/boot/dts/sigmastar/mstar-infinity-breadbee-common.dtsi
+++ b/arch/arm/boot/dts/sigmastar/mstar-infinity-breadbee-common.dtsi
@@ -7,7 +7,7 @@
#include <dt-bindings/gpio/gpio.h>
/ {
- vcc_core: fixedregulator@0 {
+ vcc_core: reg-core {
compatible = "regulator-fixed";
regulator-name = "vcc_core";
regulator-min-microvolt = <1000000>;
@@ -15,7 +15,7 @@ vcc_core: fixedregulator@0 {
regulator-boot-on;
};
- vcc_dram: fixedregulator@1 {
+ vcc_dram: reg-dram {
compatible = "regulator-fixed";
regulator-name = "vcc_dram";
regulator-min-microvolt = <1800000>;
@@ -23,7 +23,7 @@ vcc_dram: fixedregulator@1 {
regulator-boot-on;
};
- vcc_io: fixedregulator@2 {
+ vcc_io: reg-io {
compatible = "regulator-fixed";
regulator-name = "vcc_io";
regulator-min-microvolt = <3300000>;
--
2.51.0
Powered by blists - more mailing lists