Skip to content

Commit cde75bc

Browse files
committed
arm64: dts: qcom: sdm636-xiaomi-tulip: enable fan53526 buck regulator for LDDR4
Signed-off-by: Gianluca Boiano <morf3089@gmail.com>
1 parent f3d1059 commit cde75bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm64/boot/dts/qcom/sdm636-xiaomi-tulip.dts

+10
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,16 @@
159159

160160
&blsp_i2c2 {
161161
status = "okay";
162+
163+
regulator@60 {
164+
compatible = "fcs,fan53526";
165+
reg = <0x60>;
166+
regulator-always-on;
167+
regulator-min-microvolt = <1000000>;
168+
regulator-max-microvolt = <1100000>;
169+
vin-supply = <&vph_pwr>;
170+
fcs,suspend-voltage-selector = <1>;
171+
};
162172
};
163173

164174
&blsp_i2c6 {

0 commit comments

Comments
 (0)