Skip to content

Commit e17e7c4

Browse files
kishontmlind
authored andcommitted
ARM: dts: beagle-x15-common: Model 5V0 regulator
On am57xx-beagle-x15, 5V0 is connected to P16, P17, P18 and P19 connectors. On am57xx-evm, 5V0 regulator is used to get 3V6 regulator which is connected to the COMQ port. Model 5V0 regulator here in order for it to be used in am57xx-evm to model 3V6 regulator. Signed-off-by: Kishon Vijay Abraham I <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 0c4eb2a commit e17e7c4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,27 @@
2929
reg = <0x0 0x80000000 0x0 0x80000000>;
3030
};
3131

32+
main_12v0: fixedregulator-main_12v0 {
33+
/* main supply */
34+
compatible = "regulator-fixed";
35+
regulator-name = "main_12v0";
36+
regulator-min-microvolt = <12000000>;
37+
regulator-max-microvolt = <12000000>;
38+
regulator-always-on;
39+
regulator-boot-on;
40+
};
41+
42+
evm_5v0: fixedregulator-evm_5v0 {
43+
/* Output of TPS54531D */
44+
compatible = "regulator-fixed";
45+
regulator-name = "evm_5v0";
46+
regulator-min-microvolt = <5000000>;
47+
regulator-max-microvolt = <5000000>;
48+
vin-supply = <&main_12v0>;
49+
regulator-always-on;
50+
regulator-boot-on;
51+
};
52+
3253
vdd_3v3: fixedregulator-vdd_3v3 {
3354
compatible = "regulator-fixed";
3455
regulator-name = "vdd_3v3";

0 commit comments

Comments
 (0)