Skip to content

Commit 43df69f

Browse files
Fabio EstevamShawn Guo
authored andcommitted
arm64: dts: imx8mm-emcon: Fix the regulator names
Fix the regulator names as per rohm,bd71847-pmic.yaml to fix the following schema warnings: imx8mm-emcon-avari.dtb: pmic@4b: regulators:LDO1:regulator-name:0: 'LDO1' does not match '^ldo[1-6]$' Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent ebb8dbe commit 43df69f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mm-emcon.dtsi

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411

412412
regulators {
413413
buck1_reg: BUCK1 {
414-
regulator-name = "BUCK1";
414+
regulator-name = "buck1";
415415
regulator-min-microvolt = <700000>;
416416
regulator-max-microvolt = <1300000>;
417417
regulator-boot-on;
@@ -420,7 +420,7 @@
420420
};
421421

422422
buck2_reg: BUCK2 {
423-
regulator-name = "BUCK2";
423+
regulator-name = "buck2";
424424
regulator-min-microvolt = <700000>;
425425
regulator-max-microvolt = <1300000>;
426426
regulator-boot-on;
@@ -432,7 +432,7 @@
432432

433433
buck3_reg: BUCK3 {
434434
// BUCK5 in datasheet
435-
regulator-name = "BUCK3";
435+
regulator-name = "buck3";
436436
regulator-min-microvolt = <700000>;
437437
regulator-max-microvolt = <1350000>;
438438
regulator-boot-on;
@@ -441,7 +441,7 @@
441441

442442
buck4_reg: BUCK4 {
443443
// BUCK6 in datasheet
444-
regulator-name = "BUCK4";
444+
regulator-name = "buck4";
445445
regulator-min-microvolt = <3000000>;
446446
regulator-max-microvolt = <3300000>;
447447
regulator-boot-on;
@@ -450,7 +450,7 @@
450450

451451
buck5_reg: BUCK5 {
452452
// BUCK7 in datasheet
453-
regulator-name = "BUCK5";
453+
regulator-name = "buck5";
454454
regulator-min-microvolt = <1605000>;
455455
regulator-max-microvolt = <1995000>;
456456
regulator-boot-on;
@@ -459,47 +459,47 @@
459459

460460
buck6_reg: BUCK6 {
461461
// BUCK8 in datasheet
462-
regulator-name = "BUCK6";
462+
regulator-name = "buck6";
463463
regulator-min-microvolt = <800000>;
464464
regulator-max-microvolt = <1400000>;
465465
regulator-boot-on;
466466
regulator-always-on;
467467
};
468468

469469
ldo1_reg: LDO1 {
470-
regulator-name = "LDO1";
470+
regulator-name = "ldo1";
471471
regulator-min-microvolt = <1600000>;
472472
regulator-max-microvolt = <1900000>;
473473
regulator-boot-on;
474474
regulator-always-on;
475475
};
476476

477477
ldo2_reg: LDO2 {
478-
regulator-name = "LDO2";
478+
regulator-name = "ldo2";
479479
regulator-min-microvolt = <800000>;
480480
regulator-max-microvolt = <900000>;
481481
regulator-boot-on;
482482
regulator-always-on;
483483
};
484484

485485
ldo3_reg: LDO3 {
486-
regulator-name = "LDO3";
486+
regulator-name = "ldo3";
487487
regulator-min-microvolt = <1800000>;
488488
regulator-max-microvolt = <3300000>;
489489
regulator-boot-on;
490490
regulator-always-on;
491491
};
492492

493493
ldo4_reg: LDO4 {
494-
regulator-name = "LDO4";
494+
regulator-name = "ldo4";
495495
regulator-min-microvolt = <900000>;
496496
regulator-max-microvolt = <1800000>;
497497
regulator-boot-on;
498498
regulator-always-on;
499499
};
500500

501501
ldo6_reg: LDO6 {
502-
regulator-name = "LDO6";
502+
regulator-name = "ldo6";
503503
regulator-min-microvolt = <900000>;
504504
regulator-max-microvolt = <1800000>;
505505
regulator-boot-on;

0 commit comments

Comments
 (0)