mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Add support for AP72200 regulator on anorak"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
c289c80bbc
@@ -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