mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
64fc30eb08
commit
abce4aa4e6
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user