ARM: dts: msm: Add support for AP72200 regulator on anorak

iTOF sensor used by camera on anorak is supplied by AP72200
buck-boost regulator.

Add devicetree support for AP72200 regulator.

Change-Id: I9d9364e38e7b491aa7cc32d7dadf230a0b2ed417
This commit is contained in:
Umang Chheda
2023-03-05 20:17:23 +05:30
committed by Gerrit - the friendly Code Review server
parent 64fc30eb08
commit abce4aa4e6
2 changed files with 19 additions and 0 deletions

View File

@@ -322,6 +322,14 @@
};
};
&qupv3_se2_i2c {
status = "ok";
};
&itof_level {
enable-gpio = <&tlmm 87 GPIO_ACTIVE_HIGH>;
status = "ok";
};
&qupv3_se2_i2c {
status = "okay";

View File

@@ -1012,3 +1012,14 @@
};
};
};
&qupv3_se2_i2c {
itof_level: ap72200-regulator@43 {
reg = <0x43>;
compatible = "diodes,ap72200";
regulator-name = "ap72200-vout";
regulator-min-microvolt = <3600000>;
regulator-max-microvolt = <3600000>;
status = "disabled";
};
};