Skip to content

Commit 9bb89ec

Browse files
Yemike-Abhilash-Chandranmenon
authored andcommitted
arm64: dts: ti: j722s-evm: Add DT nodes for power regulators
Add device tree nodes for two regulators on the J722S-EVM. VSYS_3V3 is the output of LM5141-Q1, and it serves as an input to TPS22990 which produces VSYS_3V3_EXP [1]. VSYS_3V3_EXP serves as vin-supply to CSI RPI Connectors. Signed-off-by: Yemike Abhilash Chandra <[email protected]> Reviewed-by: Udit Kumar <[email protected]> [1]: https://www.ti.com/lit/zip/sprr495 Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nishanth Menon <[email protected]>
1 parent f71fb19 commit 9bb89ec

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

arch/arm64/boot/dts/ti/k3-j722s-evm.dts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,17 @@
141141
regulator-boot-on;
142142
};
143143

144+
vsys_3v3: regulator-vsys3v3 {
145+
/* output of LM5141-Q1 */
146+
compatible = "regulator-fixed";
147+
regulator-name = "vsys_3v3";
148+
regulator-min-microvolt = <3300000>;
149+
regulator-max-microvolt = <3300000>;
150+
vin-supply = <&vmain_pd>;
151+
regulator-always-on;
152+
regulator-boot-on;
153+
};
154+
144155
vdd_mmc1: regulator-mmc1 {
145156
/* TPS22918DBVR */
146157
compatible = "regulator-fixed";
@@ -153,6 +164,17 @@
153164
bootph-all;
154165
};
155166

167+
vsys_3v3_exp: regulator-TPS22990 {
168+
/* output of TPS22990 */
169+
compatible = "regulator-fixed";
170+
regulator-name = "vsys_3v3_exp";
171+
regulator-min-microvolt = <3300000>;
172+
regulator-max-microvolt = <3300000>;
173+
vin-supply = <&vsys_3v3>;
174+
regulator-always-on;
175+
regulator-boot-on;
176+
};
177+
156178
vdd_sd_dv: regulator-TLV71033 {
157179
compatible = "regulator-gpio";
158180
regulator-name = "tlv71033";

0 commit comments

Comments
 (0)