[PATCH 1/5] arm: dts: mstar: breadbee: Correct regulator names
Krzysztof Kozlowski
krzk at kernel.org
Wed Dec 31 01:49:39 PST 2025
On 31/12/2025 03:54, Daniel Palmer wrote:
> 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 at 0x0f.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 at 0 {
> + vcc_core: reg-core {
If renaming this then rather use one of the approved names, so either
"regulator-foo" or "regulator-XvY" (which matches current format
recommendation: 'regulator-[0-9]v[0-9]')
https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list