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

ARM: ux500: Fix intcore regulator name

Ux500 regulator name for V-INTCORE is misspelled as vinitcore instead of
vintcore in some .dts file, causing the AB8500 regulator driver to not
bind properly. Fix this by replacing all occurrences with the right
name.

Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Fabio Baltieri and committed by
Linus Walleij
99b38eef b1ba1439

+7 -7
+1 -1
Documentation/devicetree/bindings/mfd/ab8500.txt
··· 120 120 "USB_LINK_STATUS", 121 121 "USB_ADP_PROBE_PLUG", 122 122 "USB_ADP_PROBE_UNPLUG"; 123 - vddulpivio18-supply = <&ab8500_ldo_initcore_reg>; 123 + vddulpivio18-supply = <&ab8500_ldo_intcore_reg>; 124 124 v-ape-supply = <&db8500_vape_reg>; 125 125 musb_1v8-supply = <&db8500_vsmps2_reg>; 126 126 };
+3 -3
arch/arm/boot/dts/dbx5x0.dtsi
··· 383 383 "USB_LINK_STATUS", 384 384 "USB_ADP_PROBE_PLUG", 385 385 "USB_ADP_PROBE_UNPLUG"; 386 - vddulpivio18-supply = <&ab8500_ldo_initcore_reg>; 386 + vddulpivio18-supply = <&ab8500_ldo_intcore_reg>; 387 387 v-ape-supply = <&db8500_vape_reg>; 388 388 musb_1v8-supply = <&db8500_vsmps2_reg>; 389 389 }; ··· 441 441 }; 442 442 443 443 // supply for v-intcore12; VINTCORE12 LDO 444 - ab8500_ldo_initcore_reg: ab8500_ldo_initcore { 445 - regulator-compatible = "ab8500_ldo_initcore"; 444 + ab8500_ldo_intcore_reg: ab8500_ldo_intcore { 445 + regulator-compatible = "ab8500_ldo_intcore"; 446 446 }; 447 447 448 448 // supply for tvout; gpadc; TVOUT LDO
+1 -1
arch/arm/boot/dts/href.dtsi
··· 236 236 regulator-name = "V-MMC-SD"; 237 237 }; 238 238 239 - ab8500_ldo_initcore_reg: ab8500_ldo_initcore { 239 + ab8500_ldo_intcore_reg: ab8500_ldo_intcore { 240 240 regulator-name = "V-INTCORE"; 241 241 }; 242 242
+1 -1
arch/arm/boot/dts/hrefv60plus.dts
··· 172 172 regulator-name = "V-MMC-SD"; 173 173 }; 174 174 175 - ab8500_ldo_initcore_reg: ab8500_ldo_initcore { 175 + ab8500_ldo_intcore_reg: ab8500_ldo_intcore { 176 176 regulator-name = "V-INTCORE"; 177 177 }; 178 178
+1 -1
arch/arm/boot/dts/snowball.dts
··· 322 322 regulator-name = "V-MMC-SD"; 323 323 }; 324 324 325 - ab8500_ldo_initcore_reg: ab8500_ldo_initcore { 325 + ab8500_ldo_intcore_reg: ab8500_ldo_intcore { 326 326 regulator-name = "V-INTCORE"; 327 327 }; 328 328