Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: ux500: remove regulator-compatible usage

The regulator-compatible property from the regulator DT binding was
deprecated and the correct approach is to use the node's name.

This patch has no functional changes since the values of the node's
name and the regulator-compatible match for all the regulators.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Javier Martinez Canillas and committed by
Linus Walleij
25e8930c 506822ea

-33
-33
arch/arm/boot/dts/ste-dbx5x0.dtsi
··· 512 512 513 513 // DB8500_REGULATOR_VAPE 514 514 db8500_vape_reg: db8500_vape { 515 - regulator-compatible = "db8500_vape"; 516 515 regulator-always-on; 517 516 }; 518 517 519 518 // DB8500_REGULATOR_VARM 520 519 db8500_varm_reg: db8500_varm { 521 - regulator-compatible = "db8500_varm"; 522 520 }; 523 521 524 522 // DB8500_REGULATOR_VMODEM 525 523 db8500_vmodem_reg: db8500_vmodem { 526 - regulator-compatible = "db8500_vmodem"; 527 524 }; 528 525 529 526 // DB8500_REGULATOR_VPLL 530 527 db8500_vpll_reg: db8500_vpll { 531 - regulator-compatible = "db8500_vpll"; 532 528 }; 533 529 534 530 // DB8500_REGULATOR_VSMPS1 535 531 db8500_vsmps1_reg: db8500_vsmps1 { 536 - regulator-compatible = "db8500_vsmps1"; 537 532 }; 538 533 539 534 // DB8500_REGULATOR_VSMPS2 540 535 db8500_vsmps2_reg: db8500_vsmps2 { 541 - regulator-compatible = "db8500_vsmps2"; 542 536 }; 543 537 544 538 // DB8500_REGULATOR_VSMPS3 545 539 db8500_vsmps3_reg: db8500_vsmps3 { 546 - regulator-compatible = "db8500_vsmps3"; 547 540 }; 548 541 549 542 // DB8500_REGULATOR_VRF1 550 543 db8500_vrf1_reg: db8500_vrf1 { 551 - regulator-compatible = "db8500_vrf1"; 552 544 }; 553 545 554 546 // DB8500_REGULATOR_SWITCH_SVAMMDSP 555 547 db8500_sva_mmdsp_reg: db8500_sva_mmdsp { 556 - regulator-compatible = "db8500_sva_mmdsp"; 557 548 }; 558 549 559 550 // DB8500_REGULATOR_SWITCH_SVAMMDSPRET 560 551 db8500_sva_mmdsp_ret_reg: db8500_sva_mmdsp_ret { 561 - regulator-compatible = "db8500_sva_mmdsp_ret"; 562 552 }; 563 553 564 554 // DB8500_REGULATOR_SWITCH_SVAPIPE 565 555 db8500_sva_pipe_reg: db8500_sva_pipe { 566 - regulator-compatible = "db8500_sva_pipe"; 567 556 }; 568 557 569 558 // DB8500_REGULATOR_SWITCH_SIAMMDSP 570 559 db8500_sia_mmdsp_reg: db8500_sia_mmdsp { 571 - regulator-compatible = "db8500_sia_mmdsp"; 572 560 }; 573 561 574 562 // DB8500_REGULATOR_SWITCH_SIAMMDSPRET ··· 565 577 566 578 // DB8500_REGULATOR_SWITCH_SIAPIPE 567 579 db8500_sia_pipe_reg: db8500_sia_pipe { 568 - regulator-compatible = "db8500_sia_pipe"; 569 580 }; 570 581 571 582 // DB8500_REGULATOR_SWITCH_SGA 572 583 db8500_sga_reg: db8500_sga { 573 - regulator-compatible = "db8500_sga"; 574 584 vin-supply = <&db8500_vape_reg>; 575 585 }; 576 586 577 587 // DB8500_REGULATOR_SWITCH_B2R2_MCDE 578 588 db8500_b2r2_mcde_reg: db8500_b2r2_mcde { 579 - regulator-compatible = "db8500_b2r2_mcde"; 580 589 vin-supply = <&db8500_vape_reg>; 581 590 }; 582 591 583 592 // DB8500_REGULATOR_SWITCH_ESRAM12 584 593 db8500_esram12_reg: db8500_esram12 { 585 - regulator-compatible = "db8500_esram12"; 586 594 }; 587 595 588 596 // DB8500_REGULATOR_SWITCH_ESRAM12RET 589 597 db8500_esram12_ret_reg: db8500_esram12_ret { 590 - regulator-compatible = "db8500_esram12_ret"; 591 598 }; 592 599 593 600 // DB8500_REGULATOR_SWITCH_ESRAM34 594 601 db8500_esram34_reg: db8500_esram34 { 595 - regulator-compatible = "db8500_esram34"; 596 602 }; 597 603 598 604 // DB8500_REGULATOR_SWITCH_ESRAM34RET 599 605 db8500_esram34_ret_reg: db8500_esram34_ret { 600 - regulator-compatible = "db8500_esram34_ret"; 601 606 }; 602 607 }; 603 608 ··· 702 721 compatible = "stericsson,ab8500-ext-regulator"; 703 722 704 723 ab8500_ext1_reg: ab8500_ext1 { 705 - regulator-compatible = "ab8500_ext1"; 706 724 regulator-min-microvolt = <1800000>; 707 725 regulator-max-microvolt = <1800000>; 708 726 regulator-boot-on; ··· 709 729 }; 710 730 711 731 ab8500_ext2_reg: ab8500_ext2 { 712 - regulator-compatible = "ab8500_ext2"; 713 732 regulator-min-microvolt = <1360000>; 714 733 regulator-max-microvolt = <1360000>; 715 734 regulator-boot-on; ··· 716 737 }; 717 738 718 739 ab8500_ext3_reg: ab8500_ext3 { 719 - regulator-compatible = "ab8500_ext3"; 720 740 regulator-min-microvolt = <3400000>; 721 741 regulator-max-microvolt = <3400000>; 722 742 regulator-boot-on; ··· 728 750 729 751 // supplies to the display/camera 730 752 ab8500_ldo_aux1_reg: ab8500_ldo_aux1 { 731 - regulator-compatible = "ab8500_ldo_aux1"; 732 753 regulator-min-microvolt = <2500000>; 733 754 regulator-max-microvolt = <2900000>; 734 755 regulator-boot-on; ··· 737 760 738 761 // supplies to the on-board eMMC 739 762 ab8500_ldo_aux2_reg: ab8500_ldo_aux2 { 740 - regulator-compatible = "ab8500_ldo_aux2"; 741 763 regulator-min-microvolt = <1100000>; 742 764 regulator-max-microvolt = <3300000>; 743 765 }; 744 766 745 767 // supply for VAUX3; SDcard slots 746 768 ab8500_ldo_aux3_reg: ab8500_ldo_aux3 { 747 - regulator-compatible = "ab8500_ldo_aux3"; 748 769 regulator-min-microvolt = <1100000>; 749 770 regulator-max-microvolt = <3300000>; 750 771 }; 751 772 752 773 // supply for v-intcore12; VINTCORE12 LDO 753 774 ab8500_ldo_intcore_reg: ab8500_ldo_intcore { 754 - regulator-compatible = "ab8500_ldo_intcore"; 755 775 }; 756 776 757 777 // supply for tvout; gpadc; TVOUT LDO 758 778 ab8500_ldo_tvout_reg: ab8500_ldo_tvout { 759 - regulator-compatible = "ab8500_ldo_tvout"; 760 779 }; 761 780 762 781 // supply for ab8500-usb; USB LDO 763 782 ab8500_ldo_usb_reg: ab8500_ldo_usb { 764 - regulator-compatible = "ab8500_ldo_usb"; 765 783 }; 766 784 767 785 // supply for ab8500-vaudio; VAUDIO LDO 768 786 ab8500_ldo_audio_reg: ab8500_ldo_audio { 769 - regulator-compatible = "ab8500_ldo_audio"; 770 787 }; 771 788 772 789 // supply for v-anamic1 VAMIC1 LDO 773 790 ab8500_ldo_anamic1_reg: ab8500_ldo_anamic1 { 774 - regulator-compatible = "ab8500_ldo_anamic1"; 775 791 }; 776 792 777 793 // supply for v-amic2; VAMIC2 LDO; reuse constants for AMIC1 778 794 ab8500_ldo_anamic2_reg: ab8500_ldo_anamic2 { 779 - regulator-compatible = "ab8500_ldo_anamic2"; 780 795 }; 781 796 782 797 // supply for v-dmic; VDMIC LDO 783 798 ab8500_ldo_dmic_reg: ab8500_ldo_dmic { 784 - regulator-compatible = "ab8500_ldo_dmic"; 785 799 }; 786 800 787 801 // supply for U8500 CSI/DSI; VANA LDO 788 802 ab8500_ldo_ana_reg: ab8500_ldo_ana { 789 - regulator-compatible = "ab8500_ldo_ana"; 790 803 }; 791 804 }; 792 805 };