|
411 | 411 |
|
412 | 412 | regulators { |
413 | 413 | buck1_reg: BUCK1 { |
414 | | - regulator-name = "BUCK1"; |
| 414 | + regulator-name = "buck1"; |
415 | 415 | regulator-min-microvolt = <700000>; |
416 | 416 | regulator-max-microvolt = <1300000>; |
417 | 417 | regulator-boot-on; |
|
420 | 420 | }; |
421 | 421 |
|
422 | 422 | buck2_reg: BUCK2 { |
423 | | - regulator-name = "BUCK2"; |
| 423 | + regulator-name = "buck2"; |
424 | 424 | regulator-min-microvolt = <700000>; |
425 | 425 | regulator-max-microvolt = <1300000>; |
426 | 426 | regulator-boot-on; |
|
432 | 432 |
|
433 | 433 | buck3_reg: BUCK3 { |
434 | 434 | // BUCK5 in datasheet |
435 | | - regulator-name = "BUCK3"; |
| 435 | + regulator-name = "buck3"; |
436 | 436 | regulator-min-microvolt = <700000>; |
437 | 437 | regulator-max-microvolt = <1350000>; |
438 | 438 | regulator-boot-on; |
|
441 | 441 |
|
442 | 442 | buck4_reg: BUCK4 { |
443 | 443 | // BUCK6 in datasheet |
444 | | - regulator-name = "BUCK4"; |
| 444 | + regulator-name = "buck4"; |
445 | 445 | regulator-min-microvolt = <3000000>; |
446 | 446 | regulator-max-microvolt = <3300000>; |
447 | 447 | regulator-boot-on; |
|
450 | 450 |
|
451 | 451 | buck5_reg: BUCK5 { |
452 | 452 | // BUCK7 in datasheet |
453 | | - regulator-name = "BUCK5"; |
| 453 | + regulator-name = "buck5"; |
454 | 454 | regulator-min-microvolt = <1605000>; |
455 | 455 | regulator-max-microvolt = <1995000>; |
456 | 456 | regulator-boot-on; |
|
459 | 459 |
|
460 | 460 | buck6_reg: BUCK6 { |
461 | 461 | // BUCK8 in datasheet |
462 | | - regulator-name = "BUCK6"; |
| 462 | + regulator-name = "buck6"; |
463 | 463 | regulator-min-microvolt = <800000>; |
464 | 464 | regulator-max-microvolt = <1400000>; |
465 | 465 | regulator-boot-on; |
466 | 466 | regulator-always-on; |
467 | 467 | }; |
468 | 468 |
|
469 | 469 | ldo1_reg: LDO1 { |
470 | | - regulator-name = "LDO1"; |
| 470 | + regulator-name = "ldo1"; |
471 | 471 | regulator-min-microvolt = <1600000>; |
472 | 472 | regulator-max-microvolt = <1900000>; |
473 | 473 | regulator-boot-on; |
474 | 474 | regulator-always-on; |
475 | 475 | }; |
476 | 476 |
|
477 | 477 | ldo2_reg: LDO2 { |
478 | | - regulator-name = "LDO2"; |
| 478 | + regulator-name = "ldo2"; |
479 | 479 | regulator-min-microvolt = <800000>; |
480 | 480 | regulator-max-microvolt = <900000>; |
481 | 481 | regulator-boot-on; |
482 | 482 | regulator-always-on; |
483 | 483 | }; |
484 | 484 |
|
485 | 485 | ldo3_reg: LDO3 { |
486 | | - regulator-name = "LDO3"; |
| 486 | + regulator-name = "ldo3"; |
487 | 487 | regulator-min-microvolt = <1800000>; |
488 | 488 | regulator-max-microvolt = <3300000>; |
489 | 489 | regulator-boot-on; |
490 | 490 | regulator-always-on; |
491 | 491 | }; |
492 | 492 |
|
493 | 493 | ldo4_reg: LDO4 { |
494 | | - regulator-name = "LDO4"; |
| 494 | + regulator-name = "ldo4"; |
495 | 495 | regulator-min-microvolt = <900000>; |
496 | 496 | regulator-max-microvolt = <1800000>; |
497 | 497 | regulator-boot-on; |
498 | 498 | regulator-always-on; |
499 | 499 | }; |
500 | 500 |
|
501 | 501 | ldo6_reg: LDO6 { |
502 | | - regulator-name = "LDO6"; |
| 502 | + regulator-name = "ldo6"; |
503 | 503 | regulator-min-microvolt = <900000>; |
504 | 504 | regulator-max-microvolt = <1800000>; |
505 | 505 | regulator-boot-on; |
|
0 commit comments