diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-06-07 12:11:19 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2013-08-06 17:48:48 -0400 |
commit | 62ebfe6b5e954e4911009edbd45560d5a60ed855 (patch) | |
tree | 362fb3a61d7b2da323af5d4c11b05ea657b9d9e9 /arch/arm/boot/dts/dbx5x0.dtsi | |
parent | 1d3f99f5da50fbad5294a740e2f87f3622128fa6 (diff) |
ARM: ux500: Add Device Tree nodes for AB8500 External regulators
The AB8500 has 3 external regulators which are used to control outside
voltage sources. Some of the core AB8500 use these external regulators
as a supply, so they must be obtainable via Device Tree.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/dbx5x0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dbx5x0.dtsi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index aa2246988e72..77abea56c112 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi | |||
@@ -457,6 +457,33 @@ | |||
457 | stericsson,earpeice-cmv = <950>; /* Units in mV. */ | 457 | stericsson,earpeice-cmv = <950>; /* Units in mV. */ |
458 | }; | 458 | }; |
459 | 459 | ||
460 | ext_regulators: ab8500-ext-regulators { | ||
461 | compatible = "stericsson,ab8500-ext-regulator"; | ||
462 | |||
463 | ab8500_ext1_reg: ab8500_ext1 { | ||
464 | regulator-compatible = "ab8500_ext1"; | ||
465 | regulator-min-microvolt = <1800000>; | ||
466 | regulator-max-microvolt = <1800000>; | ||
467 | regulator-boot-on; | ||
468 | regulator-always-on; | ||
469 | }; | ||
470 | |||
471 | ab8500_ext2_reg: ab8500_ext2 { | ||
472 | regulator-compatible = "ab8500_ext2"; | ||
473 | regulator-min-microvolt = <1360000>; | ||
474 | regulator-max-microvolt = <1360000>; | ||
475 | regulator-boot-on; | ||
476 | regulator-always-on; | ||
477 | }; | ||
478 | |||
479 | ab8500_ext3_reg: ab8500_ext3 { | ||
480 | regulator-compatible = "ab8500_ext3"; | ||
481 | regulator-min-microvolt = <3400000>; | ||
482 | regulator-max-microvolt = <3400000>; | ||
483 | regulator-boot-on; | ||
484 | }; | ||
485 | }; | ||
486 | |||
460 | ab8500-regulators { | 487 | ab8500-regulators { |
461 | compatible = "stericsson,ab8500-regulator"; | 488 | compatible = "stericsson,ab8500-regulator"; |
462 | 489 | ||