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

ARM: dts: mt8135-evbp1: 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: Matthias Brugger <matthias.bgg@gmail.com>

authored by

Javier Martinez Canillas and committed by
Matthias Brugger
d4499e25 1f93e4a9

-23
-23
arch/arm/boot/dts/mt8135-evbp1.dts
··· 32 32 compatible = "mediatek,mt6397-regulator"; 33 33 34 34 mt6397_vpca15_reg: buck_vpca15 { 35 - regulator-compatible = "buck_vpca15"; 36 35 regulator-name = "vpca15"; 37 36 regulator-min-microvolt = < 850000>; 38 37 regulator-max-microvolt = <1350000>; ··· 40 41 }; 41 42 42 43 mt6397_vpca7_reg: buck_vpca7 { 43 - regulator-compatible = "buck_vpca7"; 44 44 regulator-name = "vpca7"; 45 45 regulator-min-microvolt = < 850000>; 46 46 regulator-max-microvolt = <1350000>; ··· 48 50 }; 49 51 50 52 mt6397_vsramca15_reg: buck_vsramca15 { 51 - regulator-compatible = "buck_vsramca15"; 52 53 regulator-name = "vsramca15"; 53 54 regulator-min-microvolt = < 850000>; 54 55 regulator-max-microvolt = <1350000>; ··· 56 59 }; 57 60 58 61 mt6397_vsramca7_reg: buck_vsramca7 { 59 - regulator-compatible = "buck_vsramca7"; 60 62 regulator-name = "vsramca7"; 61 63 regulator-min-microvolt = < 850000>; 62 64 regulator-max-microvolt = <1350000>; ··· 64 68 }; 65 69 66 70 mt6397_vcore_reg: buck_vcore { 67 - regulator-compatible = "buck_vcore"; 68 71 regulator-name = "vcore"; 69 72 regulator-min-microvolt = < 850000>; 70 73 regulator-max-microvolt = <1350000>; ··· 72 77 }; 73 78 74 79 mt6397_vgpu_reg: buck_vgpu { 75 - regulator-compatible = "buck_vgpu"; 76 80 regulator-name = "vgpu"; 77 81 regulator-min-microvolt = < 700000>; 78 82 regulator-max-microvolt = <1350000>; ··· 80 86 }; 81 87 82 88 mt6397_vdrm_reg: buck_vdrm { 83 - regulator-compatible = "buck_vdrm"; 84 89 regulator-name = "vdrm"; 85 90 regulator-min-microvolt = <1200000>; 86 91 regulator-max-microvolt = <1400000>; ··· 88 95 }; 89 96 90 97 mt6397_vio18_reg: buck_vio18 { 91 - regulator-compatible = "buck_vio18"; 92 98 regulator-name = "vio18"; 93 99 regulator-min-microvolt = <1620000>; 94 100 regulator-max-microvolt = <1980000>; ··· 96 104 }; 97 105 98 106 mt6397_vtcxo_reg: ldo_vtcxo { 99 - regulator-compatible = "ldo_vtcxo"; 100 107 regulator-name = "vtcxo"; 101 108 regulator-always-on; 102 109 }; 103 110 104 111 mt6397_va28_reg: ldo_va28 { 105 - regulator-compatible = "ldo_va28"; 106 112 regulator-name = "va28"; 107 113 regulator-always-on; 108 114 }; 109 115 110 116 mt6397_vcama_reg: ldo_vcama { 111 - regulator-compatible = "ldo_vcama"; 112 117 regulator-name = "vcama"; 113 118 regulator-min-microvolt = <1500000>; 114 119 regulator-max-microvolt = <2800000>; ··· 113 124 }; 114 125 115 126 mt6397_vio28_reg: ldo_vio28 { 116 - regulator-compatible = "ldo_vio28"; 117 127 regulator-name = "vio28"; 118 128 regulator-always-on; 119 129 }; 120 130 121 131 mt6397_vusb_reg: ldo_vusb { 122 - regulator-compatible = "ldo_vusb"; 123 132 regulator-name = "vusb"; 124 133 }; 125 134 126 135 mt6397_vmc_reg: ldo_vmc { 127 - regulator-compatible = "ldo_vmc"; 128 136 regulator-name = "vmc"; 129 137 regulator-min-microvolt = <1800000>; 130 138 regulator-max-microvolt = <3300000>; ··· 129 143 }; 130 144 131 145 mt6397_vmch_reg: ldo_vmch { 132 - regulator-compatible = "ldo_vmch"; 133 146 regulator-name = "vmch"; 134 147 regulator-min-microvolt = <3000000>; 135 148 regulator-max-microvolt = <3300000>; ··· 136 151 }; 137 152 138 153 mt6397_vemc_3v3_reg: ldo_vemc3v3 { 139 - regulator-compatible = "ldo_vemc3v3"; 140 154 regulator-name = "vemc_3v3"; 141 155 regulator-min-microvolt = <3000000>; 142 156 regulator-max-microvolt = <3300000>; ··· 143 159 }; 144 160 145 161 mt6397_vgp1_reg: ldo_vgp1 { 146 - regulator-compatible = "ldo_vgp1"; 147 162 regulator-name = "vcamd"; 148 163 regulator-min-microvolt = <1220000>; 149 164 regulator-max-microvolt = <3300000>; ··· 150 167 }; 151 168 152 169 mt6397_vgp2_reg: ldo_vgp2 { 153 - regulator-compatible = "ldo_vgp2"; 154 170 regulator-name = "vcamio"; 155 171 regulator-min-microvolt = <1000000>; 156 172 regulator-max-microvolt = <3300000>; ··· 157 175 }; 158 176 159 177 mt6397_vgp3_reg: ldo_vgp3 { 160 - regulator-compatible = "ldo_vgp3"; 161 178 regulator-name = "vcamaf"; 162 179 regulator-min-microvolt = <1200000>; 163 180 regulator-max-microvolt = <3300000>; ··· 164 183 }; 165 184 166 185 mt6397_vgp4_reg: ldo_vgp4 { 167 - regulator-compatible = "ldo_vgp4"; 168 186 regulator-name = "vgp4"; 169 187 regulator-min-microvolt = <1200000>; 170 188 regulator-max-microvolt = <3300000>; ··· 171 191 }; 172 192 173 193 mt6397_vgp5_reg: ldo_vgp5 { 174 - regulator-compatible = "ldo_vgp5"; 175 194 regulator-name = "vgp5"; 176 195 regulator-min-microvolt = <1200000>; 177 196 regulator-max-microvolt = <3000000>; ··· 178 199 }; 179 200 180 201 mt6397_vgp6_reg: ldo_vgp6 { 181 - regulator-compatible = "ldo_vgp6"; 182 202 regulator-name = "vgp6"; 183 203 regulator-min-microvolt = <1200000>; 184 204 regulator-max-microvolt = <3300000>; ··· 185 207 }; 186 208 187 209 mt6397_vibr_reg: ldo_vibr { 188 - regulator-compatible = "ldo_vibr"; 189 210 regulator-name = "vibr"; 190 211 regulator-min-microvolt = <1300000>; 191 212 regulator-max-microvolt = <3300000>;